#include <DTDCSByLumiTask.h>
Public Member Functions | |
DTDCSByLumiTask (const edm::ParameterSet &ps) | |
Constructor. More... | |
virtual | ~DTDCSByLumiTask () |
Destructor. More... | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
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::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
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 |
typedef WorkerT< EDAnalyzer > | WorkerType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
Definition at line 32 of file DTDCSByLumiTask.h.
DTDCSByLumiTask::DTDCSByLumiTask | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 39 of file DTDCSByLumiTask.cc.
References LogTrace, cmsCodeRules.cppFunctionSkipper::operator, and theDQMStore.
|
virtual |
Destructor.
Definition at line 51 of file DTDCSByLumiTask.cc.
References LogTrace, theEvents, and theLumis.
|
protectedvirtual |
Analyze.
Implements edm::EDAnalyzer.
Definition at line 188 of file DTDCSByLumiTask.cc.
References theEvents.
|
protectedvirtual |
BeginJob.
Reimplemented from edm::EDAnalyzer.
Definition at line 68 of file DTDCSByLumiTask.cc.
References LogTrace.
|
protectedvirtual |
By Lumi DCS DB Operation.
Reimplemented from edm::EDAnalyzer.
Definition at line 102 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 75 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 171 of file DTDCSByLumiTask.cc.
References DQMStore::book1D(), hActiveUnits, DQMStore::setCurrentFolder(), MonitorElement::setLumiFlag(), theDQMStore, and topFolder().
Referenced by beginRun().
|
protectedvirtual |
Endjob.
Reimplemented from edm::EDAnalyzer.
Definition at line 60 of file DTDCSByLumiTask.cc.
References LogTrace.
|
protectedvirtual |
By Lumi DCS DB Operation.
Reimplemented from edm::EDAnalyzer.
Definition at line 117 of file DTDCSByLumiTask.cc.
References DTHVRecordFound, first, edm::EventSetup::get(), hActiveUnits, hvStatus, prof2calltree::last, and theDTGeom.
|
private |
Definition at line 195 of file DTDCSByLumiTask.cc.
Referenced by bookHistos().
|
private |
Definition at line 72 of file DTDCSByLumiTask.h.
Referenced by beginRun(), and endLuminosityBlock().
|
private |
Definition at line 79 of file DTDCSByLumiTask.h.
Referenced by beginLuminosityBlock(), bookHistos(), and endLuminosityBlock().
|
private |
Definition at line 77 of file DTDCSByLumiTask.h.
Referenced by endLuminosityBlock().
|
private |
Definition at line 74 of file DTDCSByLumiTask.h.
Referenced by bookHistos(), and DTDCSByLumiTask().
|
private |
Definition at line 75 of file DTDCSByLumiTask.h.
Referenced by beginRun(), and endLuminosityBlock().
|
private |
Definition at line 69 of file DTDCSByLumiTask.h.
Referenced by analyze(), and ~DTDCSByLumiTask().
|
private |
Definition at line 70 of file DTDCSByLumiTask.h.
Referenced by beginLuminosityBlock(), and ~DTDCSByLumiTask().