Public Member Functions | |
ModuleInfo () | |
void | reset () |
~ModuleInfo () | |
Public Attributes | |
TH1F * | dqm_active |
bool | has_just_run |
bool | is_exclusive |
double | summary_active |
double | time_active |
Definition at line 144 of file FastTimerService.h.
FastTimerService::ModuleInfo::ModuleInfo | ( | ) | [inline] |
Definition at line 152 of file FastTimerService.h.
: time_active(0.), summary_active(0.), dqm_active(0), has_just_run(false), is_exclusive(false) { }
FastTimerService::ModuleInfo::~ModuleInfo | ( | ) | [inline] |
void FastTimerService::ModuleInfo::reset | ( | void | ) | [inline] |
Definition at line 165 of file FastTimerService.h.
References dqm_active, has_just_run, is_exclusive, summary_active, and time_active.
Referenced by ~ModuleInfo().
{ time_active = 0.; summary_active = 0.; // the DAQ destroys and re-creates the DQM and DQMStore services at each reconfigure, so we don't need to clean them up dqm_active = 0; has_just_run = false; is_exclusive = false; }
Definition at line 147 of file FastTimerService.h.
Referenced by FastTimerService::postProcessEvent(), FastTimerService::preBeginRun(), and reset().
Definition at line 148 of file FastTimerService.h.
Referenced by FastTimerService::postModule(), FastTimerService::postProcessPath(), FastTimerService::preProcessPath(), and reset().
Definition at line 149 of file FastTimerService.h.
Referenced by FastTimerService::postProcessEvent(), FastTimerService::postProcessPath(), and reset().
Definition at line 146 of file FastTimerService.h.
Referenced by FastTimerService::postEndJob(), FastTimerService::postModule(), and reset().
Definition at line 145 of file FastTimerService.h.
Referenced by FastTimerService::postModule(), FastTimerService::postProcessEvent(), FastTimerService::postProcessPath(), and reset().