#include <L1ExtraRecoDQM.h>
Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginJob () |
virtual void | beginLuminosityBlock (const edm::LuminosityBlock &, const edm::EventSetup &) |
virtual void | beginRun (const edm::Run &, const edm::EventSetup &) |
virtual void | endJob () |
virtual void | endLuminosityBlock (const edm::LuminosityBlock &, const edm::EventSetup &) |
end section More... | |
virtual void | endRun (const edm::Run &, const edm::EventSetup &) |
Private Attributes | |
int | m_currentRun |
DQMStore * | m_dbe |
internal members More... | |
std::string | m_dirName |
directory name for L1Extra plots More... | |
int | m_nrBxInEventGct |
int | m_nrBxInEventGmt |
number of bunch crosses in event to be monitored More... | |
int | m_nrEvJob |
int | m_nrEvRun |
bool | m_resetModule |
L1RetrieveL1Extra | m_retrieveL1Extra |
input parameters More... | |
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) |
Description: online DQM module for L1Extra versus Reco trigger objects.
Implementation: <TODO: enter implementation details>
Definition at line 72 of file L1ExtraRecoDQM.h.
|
explicit |
Definition at line 28 of file L1ExtraRecoDQM.cc.
References edm::ParameterSet::getUntrackedParameter(), m_dbe, m_dirName, m_nrBxInEventGct, m_nrBxInEventGmt, cppFunctionSkipper::operator, DQMStore::setCurrentFolder(), and DQMStore::setVerbose().
|
virtual |
Definition at line 83 of file L1ExtraRecoDQM.cc.
|
privatevirtual |
Implements edm::EDAnalyzer.
Definition at line 123 of file L1ExtraRecoDQM.cc.
References m_nrEvJob, m_nrEvRun, m_retrieveL1Extra, and L1RetrieveL1Extra::retrieveL1ExtraObjects().
|
privatevirtual |
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 113 of file L1ExtraRecoDQM.cc.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 94 of file L1ExtraRecoDQM.cc.
References DQMStore::dirExists(), m_dirName, m_nrEvRun, cppFunctionSkipper::operator, DQMStore::rmdir(), and DQMStore::setCurrentFolder().
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 148 of file L1ExtraRecoDQM.cc.
References m_nrEvJob.
|
privatevirtual |
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 142 of file L1ExtraRecoDQM.cc.
|
private |
Definition at line 116 of file L1ExtraRecoDQM.h.
|
private |
|
private |
directory name for L1Extra plots
Definition at line 105 of file L1ExtraRecoDQM.h.
Referenced by beginRun(), and L1ExtraRecoDQM().
|
private |
Definition at line 109 of file L1ExtraRecoDQM.h.
Referenced by L1ExtraRecoDQM().
|
private |
number of bunch crosses in event to be monitored
Definition at line 108 of file L1ExtraRecoDQM.h.
Referenced by L1ExtraRecoDQM().
|
private |
Definition at line 119 of file L1ExtraRecoDQM.h.
|
private |
Definition at line 120 of file L1ExtraRecoDQM.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 115 of file L1ExtraRecoDQM.h.
|
private |