Public Member Functions | |
ResourcesPerModule | operator+ (ResourcesPerModule const &other) const |
ResourcesPerModule & | operator+= (ResourcesPerModule const &other) |
void | reset () |
ResourcesPerModule () | |
Public Attributes | |
unsigned | events |
bool | has_acquire |
Resources | total |
Definition at line 248 of file FastTimerService.h.
FastTimerService::ResourcesPerModule::ResourcesPerModule | ( | ) |
Definition at line 156 of file FastTimerService.cc.
FastTimerService::ResourcesPerModule FastTimerService::ResourcesPerModule::operator+ | ( | ResourcesPerModule const & | other | ) | const |
Definition at line 178 of file FastTimerService.cc.
References trackingPlots::other, and mps_fire::result.
FastTimerService::ResourcesPerModule & FastTimerService::ResourcesPerModule::operator+= | ( | ResourcesPerModule const & | other | ) |
Definition at line 170 of file FastTimerService.cc.
References PatBasicFWLiteAnalyzer::events, events, has_acquire, or, pileupDistInMC::total, and total.
void FastTimerService::ResourcesPerModule::reset | ( | void | ) |
Definition at line 163 of file FastTimerService.cc.
References PatBasicFWLiteAnalyzer::events, and pileupDistInMC::total.
unsigned FastTimerService::ResourcesPerModule::events |
Definition at line 257 of file FastTimerService.h.
Referenced by eventsfwlite.Events::__getattr__(), looper.Looper::loop(), operator+=(), and looper.Looper::process().
bool FastTimerService::ResourcesPerModule::has_acquire |
Definition at line 258 of file FastTimerService.h.
Referenced by operator+=().
Resources FastTimerService::ResourcesPerModule::total |
Definition at line 256 of file FastTimerService.h.
Referenced by operator+=().