#include <RPCChamberQuality.h>
Protected Member Functions | |
void | beginJob () override |
void | dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &) override |
void | dqmEndLuminosityBlock (DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override |
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 Types | |
enum | chamberQualityState { GoodState = 1, OffState = 2, NoisyStripState = 3, NoisyRollState = 4, PartiallyDeadState = 5, DeadState = 6, BadShapeState = 7 } |
Private Member Functions | |
void | fillMonitorElements (DQMStore::IGetter &) |
void | myBooker (DQMStore::IBooker &) |
void | performeClientOperation (std::string, int, MonitorElement *, DQMStore::IGetter &) |
Private Attributes | |
bool | enableDQMClients_ |
bool | init_ |
int | lumiCounter_ |
int | minEvents |
int | numberOfDisks_ |
int | numLumBlock_ |
bool | offlineDQM_ |
std::string | prefixDir_ |
int | prescaleFactor_ |
MonitorElement * | RpcEvents |
std::string | summaryDir_ |
bool | useRollInfo_ |
Static Private Attributes | |
static const std::string | regions_ [3] = {"EndcapNegative", "Barrel", "EndcapPositive"} |
static const std::string | xLabels_ [7] |
Definition at line 7 of file RPCChamberQuality.h.
|
private |
Enumerator | |
---|---|
GoodState | |
OffState | |
NoisyStripState | |
NoisyRollState | |
PartiallyDeadState | |
DeadState | |
BadShapeState |
Definition at line 26 of file RPCChamberQuality.h.
RPCChamberQuality::RPCChamberQuality | ( | const edm::ParameterSet & | ps | ) |
Definition at line 14 of file RPCChamberQuality.cc.
References enableDQMClients_, edm::ParameterSet::getUntrackedParameter(), init_, lumiCounter_, minEvents, numberOfDisks_, offlineDQM_, prefixDir_, prescaleFactor_, AlCaHLTBitMon_QueryRunRegistry::string, summaryDir_, and useRollInfo_.
|
override |
Definition at line 37 of file RPCChamberQuality.cc.
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
Implements DQMEDHarvester.
Definition at line 62 of file RPCChamberQuality.cc.
References enableDQMClients_, fillMonitorElements(), init_, myBooker(), and offlineDQM_.
|
overrideprotectedvirtual |
Reimplemented from DQMEDHarvester.
Definition at line 41 of file RPCChamberQuality.cc.
References enableDQMClients_, fillMonitorElements(), lumiCounter_, myBooker(), offlineDQM_, and prescaleFactor_.
|
private |
Definition at line 129 of file RPCChamberQuality.cc.
References diffTreeTool::format(), dqm::implementation::IGetter::get(), dqm::impl::MonitorElement::getBinContent(), dqm::impl::MonitorElement::getEntries(), mps_fire::i, init_, minEvents, numberOfDisks_, performeClientOperation(), prefixDir_, alignCSCRings::r, regions_, dqm::impl::MonitorElement::Reset(), RpcEvents, dqm::impl::MonitorElement::setBinContent(), AlCaHLTBitMon_QueryRunRegistry::string, edmLumisInFiles::summary, summaryDir_, and x.
Referenced by dqmEndJob(), and dqmEndLuminosityBlock().
|
private |
Definition at line 76 of file RPCChamberQuality.cc.
References dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::book2D(), RPCRollMapHisto::bookBarrel(), RPCRollMapHisto::bookEndcap(), ztail::d, diffTreeTool::format(), init_, hlt_dqm_clientPB-live_cfg::me, numberOfDisks_, alignCSCRings::r, regions_, dqm::impl::MonitorElement::setBinLabel(), dqm::implementation::NavigatorBase::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, summaryDir_, useRollInfo_, w, x, and xLabels_.
Referenced by dqmEndJob(), and dqmEndLuminosityBlock().
|
private |
Definition at line 187 of file RPCChamberQuality.cc.
References BadShapeState, DeadState, dqm::impl::MonitorElement::Fill(), dqm::implementation::IGetter::get(), dqm::impl::MonitorElement::getBinContent(), GoodState, VarParsing::mult, NoisyRollState, NoisyStripState, OffState, PartiallyDeadState, dqm::impl::MonitorElement::Reset(), dqm::impl::MonitorElement::setBinContent(), summaryDir_, x, and y.
Referenced by fillMonitorElements().
|
private |
Definition at line 38 of file RPCChamberQuality.h.
Referenced by dqmEndJob(), dqmEndLuminosityBlock(), and RPCChamberQuality().
|
private |
Definition at line 50 of file RPCChamberQuality.h.
Referenced by dqmEndJob(), fillMonitorElements(), myBooker(), and RPCChamberQuality().
|
private |
Definition at line 36 of file RPCChamberQuality.h.
Referenced by dqmEndLuminosityBlock(), and RPCChamberQuality().
|
private |
Definition at line 52 of file RPCChamberQuality.h.
Referenced by fillMonitorElements(), and RPCChamberQuality().
|
private |
Definition at line 48 of file RPCChamberQuality.h.
Referenced by fillMonitorElements(), myBooker(), and RPCChamberQuality().
|
private |
Definition at line 53 of file RPCChamberQuality.h.
|
private |
Definition at line 39 of file RPCChamberQuality.h.
Referenced by dqmEndJob(), dqmEndLuminosityBlock(), and RPCChamberQuality().
|
private |
Definition at line 43 of file RPCChamberQuality.h.
Referenced by fillMonitorElements(), and RPCChamberQuality().
|
private |
Definition at line 47 of file RPCChamberQuality.h.
Referenced by dqmEndLuminosityBlock(), and RPCChamberQuality().
|
staticprivate |
Definition at line 45 of file RPCChamberQuality.h.
Referenced by fillMonitorElements(), and myBooker().
|
private |
Definition at line 25 of file RPCChamberQuality.h.
Referenced by fillMonitorElements().
|
private |
Definition at line 43 of file RPCChamberQuality.h.
Referenced by fillMonitorElements(), myBooker(), performeClientOperation(), and RPCChamberQuality().
|
private |
Definition at line 46 of file RPCChamberQuality.h.
Referenced by myBooker(), and RPCChamberQuality().
|
staticprivate |
Definition at line 44 of file RPCChamberQuality.h.
Referenced by myBooker().