Public Member Functions | |
virtual void | analyze (const edm::Event &e, const edm::EventSetup &) override |
virtual void | beginJob () override |
virtual void | beginLuminosityBlock (const edm::LuminosityBlock &l, const edm::EventSetup &) override |
virtual void | beginRun (const edm::Run &r, const edm::EventSetup &) override |
virtual void | endJob (void) override |
virtual void | endLuminosityBlock (const edm::LuminosityBlock &l, const edm::EventSetup &) override |
virtual void | endRun (const edm::Run &, const edm::EventSetup &) override |
IgProfModule (const edm::ParameterSet &ps) | |
virtual void | respondToOpenInputFile (const edm::FileBlock &) override |
Public Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzer () | |
ModuleDescription const & | moduleDescription () const |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
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 |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
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(), prescale_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inlineoverridevirtual |
Implements edm::EDAnalyzer.
Definition at line 59 of file IgProfModule.cc.
References atEvent_, edm::EventID::event(), edm::EventBase::id(), makeDump(), nevent_, nrecord_, and prescale_.
|
inlineoverridevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 53 of file IgProfModule.cc.
References atBeginJob_, and makeDump().
|
inlineoverridevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 72 of file IgProfModule.cc.
References atBeginLumi_, edm::LuminosityBlockBase::luminosityBlock(), makeDump(), and nlumi_.
|
inlineoverridevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 66 of file IgProfModule.cc.
References atBeginRun_, makeDump(), nrun_, and edm::RunBase::run().
|
inlineoverridevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 56 of file IgProfModule.cc.
References atEndJob_, and makeDump().
|
inlineoverridevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 75 of file IgProfModule.cc.
References atEndLumi_, and makeDump().
|
inlineoverridevirtual |
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_, cmsPerfStripChart::format, nevent_, nfile_, nlumi_, nrecord_, nrun_, replace(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by analyze(), beginJob(), beginLuminosityBlock(), beginRun(), endJob(), endLuminosityBlock(), endRun(), and respondToOpenInputFile().
|
inlinestaticprivate |
Definition at line 96 of file IgProfModule.cc.
References n, query::result, alignCSCRings::s, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by makeDump().
|
inlineoverridevirtual |
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().