LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
writeSummary.h
Go to the documentation of this file.
1 #ifndef art_Framework_EventProcessor_detail_writeSummary_h
2 #define art_Framework_EventProcessor_detail_writeSummary_h
3 namespace cet {
4  class cpu_timer;
5 }
6 
7 namespace art {
8  class PathManager;
9  class PathsInfo;
10 
11  namespace detail {
12  void writeSummary(PathManager& pm,
13  bool wantSummary,
14  cet::cpu_timer const& timer);
15  void triggerReport(PathsInfo const& endPathsInfo,
16  PathsInfo const& triggerPathsInfo,
17  bool wantSummary);
18  void timeReport(cet::cpu_timer const& timer);
19  }
20 }
21 #endif /* art_Framework_EventProcessor_detail_writeSummary_h */
22 
23 // Local Variables:
24 // mode: c++
25 // End:
void triggerReport(PathsInfo const &endPathsInfo, PathsInfo const &triggerPathsInfo, bool wantSummary)
Definition: writeSummary.cc:72
void writeSummary(PathManager &pm, bool wantSummary, cet::cpu_timer const &timer)
Definition: writeSummary.cc:55
void timeReport(cet::cpu_timer const &timer)
HLT enums.