![]() |
![]() |
#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 41 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 132 of file Tracer.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::addUntracked(), and edm::ConfigurationDescriptions::setComment().
void Tracer::postBeginJob | ( | ) |
Definition at line 156 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 332 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 254 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::postCloseFile | ( | ) |
Definition at line 205 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::postEndJob | ( | ) |
Definition at line 160 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 371 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 293 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 215 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::postModuleBeginJob | ( | ModuleDescription const & | md | ) |
Definition at line 437 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 355 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 277 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 425 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 449 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 396 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 316 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 238 of file Tracer.cc.
References gather_cfg::cout, depth_, indention_, and edm::ModuleDescription::moduleLabel().
Referenced by Tracer().
void Tracer::postOpenFile | ( | ) |
Definition at line 196 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 341 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 263 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 381 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 302 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 224 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::postSourceConstruction | ( | ModuleDescription const & | md | ) |
Definition at line 413 of file Tracer.cc.
References gather_cfg::cout, indention_, and edm::ModuleDescription::moduleName().
Referenced by Tracer().
void Tracer::postSourceEvent | ( | ) |
Definition at line 169 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::postSourceLumi | ( | ) |
Definition at line 178 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::postSourceRun | ( | ) |
Definition at line 187 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 327 of file Tracer.cc.
References gather_cfg::cout, depth_, indention_, and edm::Timestamp::value().
Referenced by Tracer().
Definition at line 249 of file Tracer.cc.
References gather_cfg::cout, depth_, indention_, and edm::Timestamp::value().
Referenced by Tracer().
void Tracer::preCloseFile | ( | ) |
Definition at line 201 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 366 of file Tracer.cc.
References gather_cfg::cout, depth_, indention_, and edm::Timestamp::value().
Referenced by Tracer().
Definition at line 288 of file Tracer.cc.
References gather_cfg::cout, depth_, indention_, and edm::Timestamp::value().
Referenced by Tracer().
Definition at line 210 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 431 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 346 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 268 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 419 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 443 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 386 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 307 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 229 of file Tracer.cc.
References gather_cfg::cout, depth_, indention_, and edm::ModuleDescription::moduleLabel().
Referenced by Tracer().
void Tracer::preOpenFile | ( | ) |
Definition at line 192 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::prePathBeginLumi | ( | std::string const & | s | ) |
Definition at line 337 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::prePathBeginRun | ( | std::string const & | s | ) |
Definition at line 259 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::prePathEndLumi | ( | std::string const & | s | ) |
Definition at line 376 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::prePathEndRun | ( | std::string const & | s | ) |
Definition at line 298 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::prePathEvent | ( | std::string const & | s | ) |
Definition at line 220 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::preSourceConstruction | ( | ModuleDescription const & | md | ) |
Definition at line 407 of file Tracer.cc.
References gather_cfg::cout, indention_, and edm::ModuleDescription::moduleName().
Referenced by Tracer().
void Tracer::preSourceEvent | ( | ) |
Definition at line 165 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::preSourceLumi | ( | ) |
Definition at line 174 of file Tracer.cc.
References gather_cfg::cout, and indention_.
Referenced by Tracer().
void Tracer::preSourceRun | ( | ) |
Definition at line 183 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().