Public Member Functions | |
void | book (DQMStore::IBooker &, ProcessCallGraph const &, std::vector< GroupOfModules > const &, PlotRanges const &event_ranges, PlotRanges const &path_ranges, PlotRanges const &module_ranges, unsigned int lumisections, bool bymodule, bool bypath, bool byls) |
void | fill (ProcessCallGraph const &, ResourcesPerJob const &, unsigned int ls) |
PlotsPerJob (ProcessCallGraph const &job, std::vector< GroupOfModules > const &groups) | |
void | reset () |
Private Attributes | |
PlotsPerElement | event_ |
std::vector< PlotsPerElement > | highlight_ |
std::vector< PlotsPerElement > | modules_ |
std::vector< PlotsPerProcess > | processes_ |
Definition at line 390 of file FastTimerService.h.
FastTimerService::PlotsPerJob::PlotsPerJob | ( | ProcessCallGraph const & | job, |
std::vector< GroupOfModules > const & | groups | ||
) |
Definition at line 672 of file FastTimerService.cc.
References LaserDQM_cfg::process, ProcessCallGraph::processes(), and processes_.
void FastTimerService::PlotsPerJob::book | ( | DQMStore::IBooker & | booker, |
ProcessCallGraph const & | job, | ||
std::vector< GroupOfModules > const & | groups, | ||
PlotRanges const & | event_ranges, | ||
PlotRanges const & | path_ranges, | ||
PlotRanges const & | module_ranges, | ||
unsigned int | lumisections, | ||
bool | bymodule, | ||
bool | bypath, | ||
bool | byls | ||
) |
Definition at line 696 of file FastTimerService.cc.
References FastTimerService::PlotsPerElement::book(), event_, edmIntegrityCheck::group, highlight_, hcalTTPDigis_cfi::id, edm::ModuleDescription::id(), diffTwoXMLs::label, ProcessCallGraph::module(), customisers::module_name, edm::ModuleDescription::moduleLabel(), modules_, sysUtil::pid, LaserDQM_cfg::process, ProcessCallGraph::processDescription(), ProcessCallGraph::processes(), processes_, DQMStore::IBooker::pwd(), DQMStore::IBooker::setCurrentFolder(), ProcessCallGraph::source(), and AlCaHLTBitMon_QueryRunRegistry::string.
void FastTimerService::PlotsPerJob::fill | ( | ProcessCallGraph const & | job, |
ResourcesPerJob const & | data, | ||
unsigned int | ls | ||
) |
Definition at line 761 of file FastTimerService.cc.
References data, event_, FastTimerService::PlotsPerElement::fill(), edmIntegrityCheck::group, FastTimerService::ResourcesPerJob::highlight, highlight_, hcalTTPDigis_cfi::id, eostools::ls(), FastTimerService::ResourcesPerJob::modules, modules_, sysUtil::pid, ProcessCallGraph::processDescription(), FastTimerService::ResourcesPerJob::processes, processes_, and FastTimerService::ResourcesPerJob::total.
void FastTimerService::PlotsPerJob::reset | ( | void | ) |
Definition at line 684 of file FastTimerService.cc.
References event_, highlight_, modules_, LaserDQM_cfg::process, processes_, and FastTimerService::PlotsPerElement::reset().
|
private |
Definition at line 402 of file FastTimerService.h.
|
private |
Definition at line 404 of file FastTimerService.h.
|
private |
Definition at line 406 of file FastTimerService.h.
|
private |
Definition at line 408 of file FastTimerService.h.
Referenced by book(), fill(), PlotsPerJob(), and reset().