#include <DTScalerInfoTask.h>
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) override |
Analyze. More... | |
void | beginLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &context) override |
To reset the MEs. More... | |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
void | dqmBeginRun (const edm::Run &, const edm::EventSetup &) override |
Beginrun. More... | |
void | endLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &context) override |
Perform trend plot operations. More... | |
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) |
Private Attributes | |
MonitorElement * | nEventMonitor |
int | nEvents |
int | nEventsInLS |
edm::EDGetTokenT< LumiScalersCollection > | scalerToken_ |
edm::ParameterSet | theParams |
std::map< std::string,DTTimeEvolutionHisto * > | trendHistos |
Friends | |
class | DTMonitorModule |
Definition at line 38 of file DTScalerInfoTask.h.
DTScalerInfoTask::DTScalerInfoTask | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 23 of file DTScalerInfoTask.cc.
References edm::ParameterSet::getUntrackedParameter(), LogTrace, scalerToken_, and theParams.
|
override |
|
overrideprotected |
Analyze.
Definition at line 75 of file DTScalerInfoTask.cc.
References MonitorElement::Fill(), edm::Event::getByToken(), nEventMonitor, nEvents, nEventsInLS, scalerToken_, and trendHistos.
|
overrideprotected |
To reset the MEs.
Definition at line 50 of file DTScalerInfoTask.cc.
References LogTrace, and nEventsInLS.
|
overrideprotectedvirtual |
Implements DQMEDAnalyzer.
Definition at line 100 of file DTScalerInfoTask.cc.
References DQMStore::IBooker::bookFloat(), nEventMonitor, DQMStore::IBooker::setCurrentFolder(), and trendHistos.
|
overrideprotected |
|
overrideprotected |
Perform trend plot operations.
Definition at line 59 of file DTScalerInfoTask.cc.
References groupFilesInBlocks::block, LogTrace, edm::LuminosityBlockBase::luminosityBlock(), nEventsInLS, and trendHistos.
|
friend |
Definition at line 40 of file DTScalerInfoTask.h.
|
private |
Definition at line 77 of file DTScalerInfoTask.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 69 of file DTScalerInfoTask.h.
Referenced by analyze(), looper.Looper::loop(), and ~DTScalerInfoTask().
|
private |
Definition at line 70 of file DTScalerInfoTask.h.
Referenced by analyze(), beginLuminosityBlock(), and endLuminosityBlock().
|
private |
Definition at line 74 of file DTScalerInfoTask.h.
Referenced by analyze(), and DTScalerInfoTask().
|
private |
Definition at line 72 of file DTScalerInfoTask.h.
Referenced by DTScalerInfoTask().
|
private |
Definition at line 76 of file DTScalerInfoTask.h.
Referenced by analyze(), bookHistograms(), and endLuminosityBlock().