#include <DTDCSByLumiTask.h>
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) |
Analyze. More... | |
void | beginJob () |
BeginJob. More... | |
void | beginLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &context) |
By Lumi DCS DB Operation. More... | |
void | beginRun (const edm::Run &, const edm::EventSetup &) |
Begin Run. More... | |
void | bookHistos () |
Book Monitor Elements. More... | |
void | endJob () |
Endjob. More... | |
void | endLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &setup) |
By Lumi DCS DB Operation. 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 Member Functions | |
std::string | topFolder () const |
Private Attributes | |
bool | DTHVRecordFound |
std::vector< MonitorElement * > | hActiveUnits |
edm::ESHandle< DTHVStatus > | hvStatus |
DQMStore * | theDQMStore |
edm::ESHandle< DTGeometry > | theDTGeom |
int | theEvents |
int | theLumis |
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 &) |
Definition at line 30 of file DTDCSByLumiTask.h.
DTDCSByLumiTask::DTDCSByLumiTask | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 37 of file DTDCSByLumiTask.cc.
References LogTrace, cppFunctionSkipper::operator, and theDQMStore.
|
virtual |
Destructor.
Definition at line 49 of file DTDCSByLumiTask.cc.
References LogTrace, theEvents, and theLumis.
|
protectedvirtual |
Analyze.
Implements edm::EDAnalyzer.
Definition at line 186 of file DTDCSByLumiTask.cc.
References theEvents.
|
protectedvirtual |
BeginJob.
Reimplemented from edm::EDAnalyzer.
Definition at line 66 of file DTDCSByLumiTask.cc.
References LogTrace.
|
protectedvirtual |
By Lumi DCS DB Operation.
Reimplemented from edm::EDAnalyzer.
Definition at line 100 of file DTDCSByLumiTask.cc.
References hActiveUnits, edm::LuminosityBlockBase::id(), LogTrace, edm::LuminosityBlockID::luminosityBlock(), and theLumis.
|
protectedvirtual |
Begin Run.
Reimplemented from edm::EDAnalyzer.
Definition at line 73 of file DTDCSByLumiTask.cc.
References bookHistos(), DTHVRecordFound, edm::EventSetup::fillAvailableRecordKeys(), spr::find(), edm::typelookup::findType(), edm::EventSetup::get(), LogTrace, and theDTGeom.
|
protected |
Book Monitor Elements.
Definition at line 169 of file DTDCSByLumiTask.cc.
References hActiveUnits, MonitorElement::setLumiFlag(), theDQMStore, and topFolder().
Referenced by beginRun().
|
protectedvirtual |
Endjob.
Reimplemented from edm::EDAnalyzer.
Definition at line 58 of file DTDCSByLumiTask.cc.
References LogTrace.
|
protectedvirtual |
By Lumi DCS DB Operation.
Reimplemented from edm::EDAnalyzer.
Definition at line 115 of file DTDCSByLumiTask.cc.
References DTHVRecordFound, first, edm::EventSetup::get(), hActiveUnits, hvStatus, prof2calltree::last, and theDTGeom.
|
private |
Definition at line 193 of file DTDCSByLumiTask.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by bookHistos().
|
private |
Definition at line 70 of file DTDCSByLumiTask.h.
Referenced by beginRun(), and endLuminosityBlock().
|
private |
Definition at line 77 of file DTDCSByLumiTask.h.
Referenced by beginLuminosityBlock(), bookHistos(), and endLuminosityBlock().
|
private |
Definition at line 75 of file DTDCSByLumiTask.h.
Referenced by endLuminosityBlock().
|
private |
Definition at line 72 of file DTDCSByLumiTask.h.
Referenced by bookHistos(), and DTDCSByLumiTask().
|
private |
Definition at line 73 of file DTDCSByLumiTask.h.
Referenced by beginRun(), and endLuminosityBlock().
|
private |
Definition at line 67 of file DTDCSByLumiTask.h.
Referenced by analyze(), and ~DTDCSByLumiTask().
|
private |
Definition at line 68 of file DTDCSByLumiTask.h.
Referenced by beginLuminosityBlock(), and ~DTDCSByLumiTask().