#include <Tracer.h>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Attributes | |
unsigned int | depth_ |
std::string | indention_ |
Tracer::Tracer | ( | const ParameterSet & | iPS, |
ActivityRegistry & | iRegistry | ||
) |
Definition at line 40 of file Tracer.cc.
References postBeginJob(), postBeginLumi(), postBeginRun(), postCloseFile(), postEndJob(), postEndLumi(), postEndRun(), postEvent(), postModuleBeginJob(), postModuleBeginLumi(), postModuleBeginRun(), postModuleConstruction(), postModuleEndJob(), postModuleEndLumi(), postModuleEndRun(), postModuleEvent(), postOpenFile(), postPathBeginLumi(), postPathBeginRun(), postPathEndLumi(), postPathEndRun(), postPathEvent(), postSourceConstruction(), postSourceEvent(), postSourceLumi(), postSourceRun(), preBeginLumi(), preBeginRun(), preCloseFile(), preEndLumi(), preEndRun(), preEvent(), preModuleBeginJob(), preModuleBeginLumi(), preModuleBeginRun(), preModuleConstruction(), preModuleEndJob(), preModuleEndLumi(), preModuleEndRun(), preModuleEvent(), preOpenFile(), prePathBeginLumi(), prePathBeginRun(), prePathEndLumi(), prePathEndRun(), prePathEvent(), preSourceConstruction(), preSourceEvent(), preSourceLumi(), preSourceRun(), edm::ActivityRegistry::watchPostBeginJob(), edm::ActivityRegistry::watchPostBeginLumi(), edm::ActivityRegistry::watchPostBeginRun(), edm::ActivityRegistry::watchPostCloseFile(), edm::ActivityRegistry::watchPostEndJob(), edm::ActivityRegistry::watchPostEndLumi(), edm::ActivityRegistry::watchPostEndRun(), edm::ActivityRegistry::watchPostModule(), edm::ActivityRegistry::watchPostModuleBeginJob(), edm::ActivityRegistry::watchPostModuleBeginLumi(), edm::ActivityRegistry::watchPostModuleBeginRun(), edm::ActivityRegistry::watchPostModuleConstruction(), edm::ActivityRegistry::watchPostModuleEndJob(), edm::ActivityRegistry::watchPostModuleEndLumi(), edm::ActivityRegistry::watchPostModuleEndRun(), edm::ActivityRegistry::watchPostOpenFile(), edm::ActivityRegistry::watchPostPathBeginLumi(), edm::ActivityRegistry::watchPostPathBeginRun(), edm::ActivityRegistry::watchPostPathEndLumi(), edm::ActivityRegistry::watchPostPathEndRun(), edm::ActivityRegistry::watchPostProcessEvent(), edm::ActivityRegistry::watchPostProcessPath(), edm::ActivityRegistry::watchPostSource(), edm::ActivityRegistry::watchPostSourceConstruction(), edm::ActivityRegistry::watchPostSourceLumi(), edm::ActivityRegistry::watchPostSourceRun(), edm::ActivityRegistry::watchPreBeginLumi(), edm::ActivityRegistry::watchPreBeginRun(), edm::ActivityRegistry::watchPreCloseFile(), edm::ActivityRegistry::watchPreEndLumi(), edm::ActivityRegistry::watchPreEndRun(), edm::ActivityRegistry::watchPreModule(), edm::ActivityRegistry::watchPreModuleBeginJob(), edm::ActivityRegistry::watchPreModuleBeginLumi(), edm::ActivityRegistry::watchPreModuleBeginRun(), edm::ActivityRegistry::watchPreModuleConstruction(), edm::ActivityRegistry::watchPreModuleEndJob(), edm::ActivityRegistry::watchPreModuleEndLumi(), edm::ActivityRegistry::watchPreModuleEndRun(), edm::ActivityRegistry::watchPreOpenFile(), edm::ActivityRegistry::watchPrePathBeginLumi(), edm::ActivityRegistry::watchPrePathBeginRun(), edm::ActivityRegistry::watchPrePathEndLumi(), edm::ActivityRegistry::watchPrePathEndRun(), edm::ActivityRegistry::watchPreProcessEvent(), edm::ActivityRegistry::watchPreProcessPath(), edm::ActivityRegistry::watchPreSource(), edm::ActivityRegistry::watchPreSourceConstruction(), edm::ActivityRegistry::watchPreSourceLumi(), and edm::ActivityRegistry::watchPreSourceRun().
|
static |
Definition at line 130 of file Tracer.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::addUntracked(), edm::ConfigurationDescriptions::setComment(), and AlCaHLTBitMon_QueryRunRegistry::string.
void Tracer::postBeginJob | ( | ) |
Definition at line 154 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::postBeginLumi | ( | LuminosityBlock const & | run, |
EventSetup const & | es | ||
) |
Definition at line 330 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::postBeginRun | ( | Run const & | run, |
EventSetup const & | es | ||
) |
Definition at line 252 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::postCloseFile | ( | ) |
Definition at line 203 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::postEndJob | ( | ) |
Definition at line 158 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::postEndLumi | ( | LuminosityBlock const & | run, |
EventSetup const & | es | ||
) |
Definition at line 369 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::postEndRun | ( | Run const & | run, |
EventSetup const & | es | ||
) |
Definition at line 291 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::postEvent | ( | Event const & | ev, |
EventSetup const & | es | ||
) |
Definition at line 213 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::postModuleBeginJob | ( | ModuleDescription const & | md | ) |
Definition at line 435 of file Tracer.cc.
References gather_cfg::cout, indention_, and edm::ModuleDescription::moduleLabel().
Referenced by Tracer().
void Tracer::postModuleBeginLumi | ( | ModuleDescription const & | md | ) |
Definition at line 353 of file Tracer.cc.
References gather_cfg::cout, depth_, indention_, and edm::ModuleDescription::moduleLabel().
Referenced by Tracer().
void Tracer::postModuleBeginRun | ( | ModuleDescription const & | md | ) |
Definition at line 275 of file Tracer.cc.
References gather_cfg::cout, depth_, indention_, and edm::ModuleDescription::moduleLabel().
Referenced by Tracer().
void Tracer::postModuleConstruction | ( | ModuleDescription const & | md | ) |
Definition at line 423 of file Tracer.cc.
References gather_cfg::cout, indention_, and edm::ModuleDescription::moduleLabel().
Referenced by Tracer().
void Tracer::postModuleEndJob | ( | ModuleDescription const & | md | ) |
Definition at line 447 of file Tracer.cc.
References gather_cfg::cout, indention_, and edm::ModuleDescription::moduleLabel().
Referenced by Tracer().
void Tracer::postModuleEndLumi | ( | ModuleDescription const & | md | ) |
Definition at line 394 of file Tracer.cc.
References gather_cfg::cout, depth_, indention_, and edm::ModuleDescription::moduleLabel().
Referenced by Tracer().
void Tracer::postModuleEndRun | ( | ModuleDescription const & | md | ) |
Definition at line 314 of file Tracer.cc.
References gather_cfg::cout, depth_, indention_, and edm::ModuleDescription::moduleLabel().
Referenced by Tracer().
void Tracer::postModuleEvent | ( | ModuleDescription const & | md | ) |
Definition at line 236 of file Tracer.cc.
References gather_cfg::cout, depth_, indention_, and edm::ModuleDescription::moduleLabel().
Referenced by Tracer().
void Tracer::postOpenFile | ( | ) |
Definition at line 194 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::postPathBeginLumi | ( | std::string const & | s, |
HLTPathStatus const & | hlt | ||
) |
Definition at line 339 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::postPathBeginRun | ( | std::string const & | s, |
HLTPathStatus const & | hlt | ||
) |
Definition at line 261 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::postPathEndLumi | ( | std::string const & | s, |
HLTPathStatus const & | hlt | ||
) |
Definition at line 379 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::postPathEndRun | ( | std::string const & | s, |
HLTPathStatus const & | hlt | ||
) |
Definition at line 300 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::postPathEvent | ( | std::string const & | s, |
HLTPathStatus const & | hlt | ||
) |
Definition at line 222 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::postSourceConstruction | ( | ModuleDescription const & | md | ) |
Definition at line 411 of file Tracer.cc.
References gather_cfg::cout, indention_, and edm::ModuleDescription::moduleName().
Referenced by Tracer().
void Tracer::postSourceEvent | ( | ) |
Definition at line 167 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::postSourceLumi | ( | ) |
Definition at line 176 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::postSourceRun | ( | ) |
Definition at line 185 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::preBeginLumi | ( | LuminosityBlockID const & | id, |
Timestamp const & | ts | ||
) |
Definition at line 325 of file Tracer.cc.
References gather_cfg::cout, depth_, indention_, and edm::Timestamp::value().
Referenced by Tracer().
Definition at line 247 of file Tracer.cc.
References gather_cfg::cout, depth_, indention_, and edm::Timestamp::value().
Referenced by Tracer().
void Tracer::preCloseFile | ( | std::string const & | lfn, |
bool | primary | ||
) |
Definition at line 199 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::preEndLumi | ( | LuminosityBlockID const & | id, |
Timestamp const & | ts | ||
) |
Definition at line 364 of file Tracer.cc.
References gather_cfg::cout, depth_, indention_, and edm::Timestamp::value().
Referenced by Tracer().
Definition at line 286 of file Tracer.cc.
References gather_cfg::cout, depth_, indention_, and edm::Timestamp::value().
Referenced by Tracer().
Definition at line 208 of file Tracer.cc.
References gather_cfg::cout, depth_, indention_, and edm::Timestamp::value().
Referenced by Tracer().
void Tracer::preModuleBeginJob | ( | ModuleDescription const & | md | ) |
Definition at line 429 of file Tracer.cc.
References gather_cfg::cout, indention_, and edm::ModuleDescription::moduleLabel().
Referenced by Tracer().
void Tracer::preModuleBeginLumi | ( | ModuleDescription const & | md | ) |
Definition at line 344 of file Tracer.cc.
References gather_cfg::cout, depth_, indention_, and edm::ModuleDescription::moduleLabel().
Referenced by Tracer().
void Tracer::preModuleBeginRun | ( | ModuleDescription const & | md | ) |
Definition at line 266 of file Tracer.cc.
References gather_cfg::cout, depth_, indention_, and edm::ModuleDescription::moduleLabel().
Referenced by Tracer().
void Tracer::preModuleConstruction | ( | ModuleDescription const & | md | ) |
Definition at line 417 of file Tracer.cc.
References gather_cfg::cout, indention_, and edm::ModuleDescription::moduleLabel().
Referenced by Tracer().
void Tracer::preModuleEndJob | ( | ModuleDescription const & | md | ) |
Definition at line 441 of file Tracer.cc.
References gather_cfg::cout, indention_, and edm::ModuleDescription::moduleLabel().
Referenced by Tracer().
void Tracer::preModuleEndLumi | ( | ModuleDescription const & | md | ) |
Definition at line 384 of file Tracer.cc.
References gather_cfg::cout, depth_, indention_, and edm::ModuleDescription::moduleLabel().
Referenced by Tracer().
void Tracer::preModuleEndRun | ( | ModuleDescription const & | md | ) |
Definition at line 305 of file Tracer.cc.
References gather_cfg::cout, depth_, indention_, and edm::ModuleDescription::moduleLabel().
Referenced by Tracer().
void Tracer::preModuleEvent | ( | ModuleDescription const & | md | ) |
Definition at line 227 of file Tracer.cc.
References gather_cfg::cout, depth_, indention_, and edm::ModuleDescription::moduleLabel().
Referenced by Tracer().
void Tracer::preOpenFile | ( | ) |
Definition at line 190 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::prePathBeginLumi | ( | std::string const & | s | ) |
Definition at line 335 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::prePathBeginRun | ( | std::string const & | s | ) |
Definition at line 257 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::prePathEndLumi | ( | std::string const & | s | ) |
Definition at line 374 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::prePathEndRun | ( | std::string const & | s | ) |
Definition at line 296 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::prePathEvent | ( | std::string const & | s | ) |
Definition at line 218 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::preSourceConstruction | ( | ModuleDescription const & | md | ) |
Definition at line 405 of file Tracer.cc.
References gather_cfg::cout, indention_, and edm::ModuleDescription::moduleName().
Referenced by Tracer().
void Tracer::preSourceEvent | ( | ) |
Definition at line 163 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::preSourceLumi | ( | ) |
Definition at line 172 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::preSourceRun | ( | ) |
Definition at line 181 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
|
private |
Definition at line 119 of file Tracer.h.
Referenced by postModuleBeginLumi(), postModuleBeginRun(), postModuleEndLumi(), postModuleEndRun(), postModuleEvent(), preBeginLumi(), preBeginRun(), preEndLumi(), preEndRun(), preEvent(), preModuleBeginLumi(), preModuleBeginRun(), preModuleEndLumi(), preModuleEndRun(), and preModuleEvent().
|
private |
Definition at line 118 of file Tracer.h.
Referenced by postBeginJob(), postBeginLumi(), postBeginRun(), postCloseFile(), postEndJob(), postEndLumi(), postEndRun(), postEvent(), postModuleBeginJob(), postModuleBeginLumi(), postModuleBeginRun(), postModuleConstruction(), postModuleEndJob(), postModuleEndLumi(), postModuleEndRun(), postModuleEvent(), postOpenFile(), postPathBeginLumi(), postPathBeginRun(), postPathEndLumi(), postPathEndRun(), postPathEvent(), postSourceConstruction(), postSourceEvent(), postSourceLumi(), postSourceRun(), preBeginLumi(), preBeginRun(), preCloseFile(), preEndLumi(), preEndRun(), preEvent(), preModuleBeginJob(), preModuleBeginLumi(), preModuleBeginRun(), preModuleConstruction(), preModuleEndJob(), preModuleEndLumi(), preModuleEndRun(), preModuleEvent(), preOpenFile(), prePathBeginLumi(), prePathBeginRun(), prePathEndLumi(), prePathEndRun(), prePathEvent(), preSourceConstruction(), preSourceEvent(), preSourceLumi(), and preSourceRun().