#include <DTDCSByLumiTask.h>
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &) override |
Analyze. More... | |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
void | dqmBeginLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &) override |
By Lumi DCS DB Operation. More... | |
void | dqmBeginRun (const edm::Run &, const edm::EventSetup &) override |
Begin Run. More... | |
void | dqmEndLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &) override |
By Lumi DCS DB Operation. More... | |
Protected Member Functions inherited from DQMOneEDAnalyzer< edm::EndLuminosityBlockProducer, edm::one::WatchLuminosityBlocks, Args...> | |
virtual void | dqmEndRun (edm::Run const &, edm::EventSetup const &) |
Protected Member Functions inherited from edm::ProducerBase | |
ProducesCollector | producesCollector () |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () noexcept |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) noexcept |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
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) |
void | resetItemsToGetFrom (BranchType iType) |
Private Member Functions | |
std::string | topFolder () const |
Private Attributes | |
edm::ESGetToken< DTGeometry, MuonGeometryRecord > | dtGeometryToken_ |
bool | DTHVRecordFound |
edm::ESGetToken< DTHVStatus, DTHVStatusRcd > | dtHVStatusToken_ |
std::vector< MonitorElement * > | hActiveUnits |
edm::ESHandle< DTGeometry > | theDTGeom |
int | theEvents |
int | theLumis |
Definition at line 36 of file DTDCSByLumiTask.h.
DTDCSByLumiTask::DTDCSByLumiTask | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 31 of file DTDCSByLumiTask.cc.
References LogTrace.
|
override |
|
overrideprotectedvirtual |
Analyze.
Reimplemented from DQMOneEDAnalyzer< edm::EndLuminosityBlockProducer, edm::one::WatchLuminosityBlocks, Args...>.
Definition at line 140 of file DTDCSByLumiTask.cc.
References theEvents.
|
overrideprotectedvirtual |
Implements DQMOneEDAnalyzer< edm::EndLuminosityBlockProducer, edm::one::WatchLuminosityBlocks, Args...>.
Definition at line 68 of file DTDCSByLumiTask.cc.
References dqm::implementation::IBooker::book1D(), hActiveUnits, dqm::implementation::NavigatorBase::setCurrentFolder(), and topFolder().
|
overrideprotectedvirtual |
By Lumi DCS DB Operation.
Reimplemented from DQMOneLumiEDAnalyzer<>.
Definition at line 86 of file DTDCSByLumiTask.cc.
References hActiveUnits, edm::LuminosityBlockBase::id(), LogTrace, edm::LuminosityBlockID::luminosityBlock(), and theLumis.
|
overrideprotectedvirtual |
Begin Run.
Reimplemented from DQMOneEDAnalyzer< edm::EndLuminosityBlockProducer, edm::one::WatchLuminosityBlocks, Args...>.
Definition at line 47 of file DTDCSByLumiTask.cc.
References dtGeometryToken_, DTHVRecordFound, edm::EventSetup::fillAvailableRecordKeys(), spr::find(), edm::typelookup::findType(), edm::EventSetup::getHandle(), LogTrace, and theDTGeom.
|
overrideprotectedvirtual |
By Lumi DCS DB Operation.
Reimplemented from DQMOneLumiEDAnalyzer<>.
Definition at line 98 of file DTDCSByLumiTask.cc.
References DTHVRecordFound, dtHVStatusToken_, first, DTHVStatus::get(), edm::EventSetup::getData(), hActiveUnits, dqmdumpme::last, and theDTGeom.
|
private |
Definition at line 142 of file DTDCSByLumiTask.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by bookHistograms().
|
private |
Definition at line 70 of file DTDCSByLumiTask.h.
Referenced by dqmBeginRun().
|
private |
Definition at line 66 of file DTDCSByLumiTask.h.
Referenced by dqmBeginRun(), and dqmEndLuminosityBlock().
|
private |
Definition at line 71 of file DTDCSByLumiTask.h.
Referenced by dqmEndLuminosityBlock().
|
private |
Definition at line 73 of file DTDCSByLumiTask.h.
Referenced by bookHistograms(), dqmBeginLuminosityBlock(), and dqmEndLuminosityBlock().
|
private |
Definition at line 68 of file DTDCSByLumiTask.h.
Referenced by dqmBeginRun(), and dqmEndLuminosityBlock().
|
private |
Definition at line 63 of file DTDCSByLumiTask.h.
Referenced by analyze(), and ~DTDCSByLumiTask().
|
private |
Definition at line 64 of file DTDCSByLumiTask.h.
Referenced by dqmBeginLuminosityBlock(), and ~DTDCSByLumiTask().