Public Member Functions | |
virtual void | analyze (const edm::Event &e, const edm::EventSetup &) |
virtual void | beginJob () |
virtual void | beginLuminosityBlock (const edm::LuminosityBlock &l, const edm::EventSetup &) |
virtual void | beginRun (const edm::Run &r, const edm::EventSetup &) |
virtual void | endJob (void) |
virtual void | endLuminosityBlock (const edm::LuminosityBlock &l, const edm::EventSetup &) |
virtual void | endRun (const edm::Run &, const edm::EventSetup &) |
IgProfModule (const edm::ParameterSet &ps) | |
virtual void | respondToOpenInputFile (const edm::FileBlock &) |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Private Member Functions | |
void | makeDump (const std::string &format) |
Static Private Member Functions | |
static std::string | replace (const std::string &s, const char *pat, int val) |
Private Attributes | |
std::string | atBeginJob_ |
std::string | atBeginLumi_ |
std::string | atBeginRun_ |
std::string | atEndJob_ |
std::string | atEndLumi_ |
std::string | atEndRun_ |
std::string | atEvent_ |
std::string | atInputFile_ |
void(* | dump_ )(const char *) |
int | nevent_ |
int | nfile_ |
int | nlumi_ |
int | nrecord_ |
int | nrun_ |
int | prescale_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
Definition at line 16 of file IgProfModule.cc.
|
inline |
Definition at line 19 of file IgProfModule.cc.
References atBeginJob_, atBeginLumi_, atEndJob_, atEndLumi_, atEvent_, atInputFile_, dump_, edm::ParameterSet::getUntrackedParameter(), and prescale_.
|
inlinevirtual |
Implements edm::EDAnalyzer.
Definition at line 59 of file IgProfModule.cc.
References atEvent_, edm::EventID::event(), edm::EventBase::id(), makeDump(), nevent_, nrecord_, and prescale_.
|
inlinevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 53 of file IgProfModule.cc.
References atBeginJob_, and makeDump().
|
inlinevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 72 of file IgProfModule.cc.
References atBeginLumi_, edm::LuminosityBlockBase::luminosityBlock(), makeDump(), and nlumi_.
|
inlinevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 66 of file IgProfModule.cc.
References atBeginRun_, makeDump(), nrun_, and edm::RunBase::run().
|
inlinevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 56 of file IgProfModule.cc.
References atEndJob_, and makeDump().
|
inlinevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 75 of file IgProfModule.cc.
References atEndLumi_, and makeDump().
|
inlinevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 69 of file IgProfModule.cc.
References atEndRun_, and makeDump().
|
inlineprivate |
Definition at line 82 of file IgProfModule.cc.
References dump_, diffTreeTool::format(), nevent_, nfile_, nlumi_, nrecord_, nrun_, and replace().
Referenced by analyze(), beginJob(), beginLuminosityBlock(), beginRun(), endJob(), endLuminosityBlock(), endRun(), and respondToOpenInputFile().
|
inlinestaticprivate |
Definition at line 96 of file IgProfModule.cc.
References n, pos, query::result, and asciidump::s.
Referenced by makeDump().
|
inlinevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 78 of file IgProfModule.cc.
References atInputFile_, makeDump(), and nfile_.
|
private |
Definition at line 113 of file IgProfModule.cc.
Referenced by beginJob(), and IgProfModule().
|
private |
Definition at line 117 of file IgProfModule.cc.
Referenced by beginLuminosityBlock(), and IgProfModule().
|
private |
Definition at line 115 of file IgProfModule.cc.
Referenced by beginRun().
|
private |
Definition at line 114 of file IgProfModule.cc.
Referenced by endJob(), and IgProfModule().
|
private |
Definition at line 118 of file IgProfModule.cc.
Referenced by endLuminosityBlock(), and IgProfModule().
|
private |
Definition at line 116 of file IgProfModule.cc.
Referenced by endRun().
|
private |
Definition at line 120 of file IgProfModule.cc.
Referenced by analyze(), and IgProfModule().
|
private |
Definition at line 119 of file IgProfModule.cc.
Referenced by IgProfModule(), and respondToOpenInputFile().
|
private |
Definition at line 112 of file IgProfModule.cc.
Referenced by IgProfModule(), and makeDump().
|
private |
Definition at line 123 of file IgProfModule.cc.
Referenced by analyze(), and makeDump().
|
private |
Definition at line 126 of file IgProfModule.cc.
Referenced by makeDump(), and respondToOpenInputFile().
|
private |
Definition at line 125 of file IgProfModule.cc.
Referenced by beginLuminosityBlock(), and makeDump().
|
private |
Definition at line 122 of file IgProfModule.cc.
Referenced by analyze(), and makeDump().
|
private |
Definition at line 124 of file IgProfModule.cc.
Referenced by beginRun(), and makeDump().
|
private |
Definition at line 121 of file IgProfModule.cc.
Referenced by analyze(), and IgProfModule().