Public Member Functions | |
void | book (DQMStore::ConcurrentBooker &, ProcessCallGraph const &, ProcessCallGraph::ProcessType const &, PlotRanges const &event_ranges, PlotRanges const &path_ranges, unsigned int lumisections, bool bypath, bool byls) |
void | fill (ProcessCallGraph::ProcessType const &, ResourcesPerJob const &, ResourcesPerProcess const &, unsigned int ls) |
PlotsPerProcess (ProcessCallGraph::ProcessType const &) | |
Private Attributes | |
std::vector< PlotsPerPath > | endpaths_ |
PlotsPerElement | event_ |
std::vector< PlotsPerPath > | paths_ |
Definition at line 360 of file FastTimerService.h.
FastTimerService::PlotsPerProcess::PlotsPerProcess | ( | ProcessCallGraph::ProcessType const & | process | ) |
Definition at line 668 of file FastTimerService.cc.
void FastTimerService::PlotsPerProcess::book | ( | DQMStore::ConcurrentBooker & | booker, |
ProcessCallGraph const & | job, | ||
ProcessCallGraph::ProcessType const & | process, | ||
PlotRanges const & | event_ranges, | ||
PlotRanges const & | path_ranges, | ||
unsigned int | lumisections, | ||
bool | bypath, | ||
bool | byls | ||
) |
Definition at line 676 of file FastTimerService.cc.
References makeHippyCampaign::basedir, FastTimerService::PlotsPerElement::book(), ProcessCallGraph::ProcessType::endPaths_, endpaths_, event_, triggerObjects_cff::id, ProcessCallGraph::ProcessType::name_, ProcessCallGraph::ProcessType::paths_, paths_, DQMStore::IBooker::pwd(), DQMStore::IBooker::setCurrentFolder(), and AlCaHLTBitMon_QueryRunRegistry::string.
void FastTimerService::PlotsPerProcess::fill | ( | ProcessCallGraph::ProcessType const & | description, |
ResourcesPerJob const & | data, | ||
ResourcesPerProcess const & | process, | ||
unsigned int | ls | ||
) |
Definition at line 715 of file FastTimerService.cc.
References FastTimerService::ResourcesPerProcess::endpaths, ProcessCallGraph::ProcessType::endPaths_, endpaths_, event_, FastTimerService::PlotsPerElement::fill(), triggerObjects_cff::id, FastTimerService::ResourcesPerProcess::paths, ProcessCallGraph::ProcessType::paths_, paths_, and FastTimerService::ResourcesPerProcess::total.
|
private |
Definition at line 373 of file FastTimerService.h.
Referenced by Config.Process::_insertPaths(), book(), Config.Process::dumpConfig(), Config.Process::dumpPython(), and fill().
|
private |
Definition at line 370 of file FastTimerService.h.
|
private |
Definition at line 372 of file FastTimerService.h.
Referenced by Config.Process::_insertPaths(), book(), Config.Process::dumpConfig(), Config.Process::dumpPython(), fill(), and Config.Process::pathNames().