#include <RPCMonitorDigi.h>
Protected Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
void | bookRegionME (DQMStore::IBooker &, const std::string &, std::map< std::string, MonitorElement * > &) |
Booking of MonitoringElemnt at region (Barrel/Endcap) level. More... | |
void | bookRollME (DQMStore::IBooker &, const RPCDetId &, const RPCGeometry *rpcGeo, const std::string &, std::map< std::string, MonitorElement * > &) |
Booking of MonitoringElement for one RPCDetId (= roll) More... | |
void | bookSectorRingME (DQMStore::IBooker &, const std::string &, std::map< std::string, MonitorElement * > &) |
Booking of MonitoringElement at Sector/Ring level. More... | |
void | bookWheelDiskME (DQMStore::IBooker &, const std::string &, std::map< std::string, MonitorElement * > &) |
Booking of MonitoringElemnt at Wheel/Disk level. More... | |
Protected Member Functions inherited from DQMEDAnalyzer | |
uint64_t | meId () const |
Private Member Functions | |
void | performSourceOperation (std::map< RPCDetId, std::vector< RPCRecHit > > &, std::string) |
int | stripsInRoll (const RPCDetId &id, const RPCGeometry *rpcGeo) const |
Static Private Attributes | |
static const std::array < std::string, 3 > | regionNames_ = {{"Endcap-", "Barrel", "Endcap+"}} |
Definition at line 20 of file RPCMonitorDigi.h.
|
explicit |
Definition at line 17 of file RPCMonitorDigi.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), globalFolder_, muEtaCut_, muonFolder_, muonLabel_, muPtCut_, noiseFolder_, rpcGeomToken_, rpcRecHitLabel_, scalersRawToDigiLabel_, AlCaHLTBitMon_QueryRunRegistry::string, subsystemFolder_, useMuonDigis_, and useRollInfo_.
|
overridedefault |
|
overrideprotectedvirtual |
Reimplemented from DQMEDAnalyzer.
Definition at line 113 of file RPCMonitorDigi.cc.
References TrackingRecHit::clone(), counter, reco::LeafCandidate::eta(), dqm::impl::MonitorElement::Fill(), mps_fire::i, reco::Muon::isGlobalMuon(), edm::HandleBase::isValid(), muEtaCut_, muonFolder_, muonLabel_, muonRPCEvents_, muPtCut_, noiseFolder_, noiseRPCEvents_, NumberOfMuon_, NumberOfRecHitMuon_, patZpeak::numMuons, reco::Muon::outerTrack(), performSourceOperation(), reco::LeafCandidate::pt(), reco::Track::recHitsBegin(), reco::Track::recHitsEnd(), MuonSubdetId::RPC, RPCRecHit::rpcId(), and rpcRecHitLabel_.
|
overrideprotectedvirtual |
Implements DQMEDAnalyzer.
Definition at line 44 of file RPCMonitorDigi.cc.
References dqm::implementation::IBooker::book1D(), bookRegionME(), bookRollME(), bookSectorRingME(), bookWheelDiskME(), RPCNameHelper::chamberName(), edm::EventSetup::getData(), meMuonCollection, meNoiseCollection, min(), muonFolder_, muonRPCEvents_, noiseFolder_, noiseRPCEvents_, numberOfDisks_, numberOfInnerRings_, NumberOfMuon_, NumberOfRecHitMuon_, RPCDetId::region(), regionMuonCollection, regionNoiseCollection, RPCDetId::ring(), RPCNameHelper::rollName(), RPCChamber::rolls(), rpcGeomToken_, sectorRingMuonCollection, sectorRingNoiseCollection, dqm::implementation::NavigatorBase::setCurrentFolder(), RPCDetId::station(), AlCaHLTBitMon_QueryRunRegistry::string, subsystemFolder_, useMuonDigis_, useRollInfo_, wheelDiskMuonCollection, and wheelDiskNoiseCollection.
|
protected |
Booking of MonitoringElemnt at region (Barrel/Endcap) level.
Definition at line 213 of file RPCBookDetUnitME.cc.
References newFWLiteAna::bin, dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::book2D(), globalFolder_, phase1PixelTopology::layer, mergeVDriftHistosByStation::name, numberOfDisks_, numberOfInnerRings_, alignCSCRings::r, regionNames_, relativeConstraints::ring, dqm::impl::MonitorElement::setAxisTitle(), dqm::implementation::NavigatorBase::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, subsystemFolder_, and runGCPTkAlMap::title.
Referenced by bookHistograms().
|
protected |
Booking of MonitoringElement for one RPCDetId (= roll)
Name components common to current RPCDetId
Definition at line 7 of file RPCBookDetUnitME.cc.
References funct::abs(), dqm::implementation::IBooker::book1D(), RPCBookFolderStructure::folderStructure(), diffTreeTool::format(), RPCDetId::layer(), RPCNameHelper::name(), RPCDetId::region(), RPCDetId::ring(), dqm::implementation::NavigatorBase::setCurrentFolder(), RPCDetId::station(), AlCaHLTBitMon_QueryRunRegistry::string, stripsInRoll(), subsystemFolder_, and useRollInfo_.
Referenced by bookHistograms().
|
protected |
Booking of MonitoringElement at Sector/Ring level.
Definition at line 62 of file RPCBookDetUnitME.cc.
References dqm::implementation::IBooker::book2D(), diffTreeTool::format(), mps_fire::i, hlt_dqm_clientPB-live_cfg::me1, hlt_dqm_clientPB-live_cfg::me2, numberOfDisks_, numberOfInnerRings_, HLT_FULL_cff::region, relativeConstraints::ring, dqm::impl::MonitorElement::setAxisTitle(), RPCRollMapHisto::setBarrelRollAxis(), dqm::implementation::NavigatorBase::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, and subsystemFolder_.
Referenced by bookHistograms().
|
protected |
Booking of MonitoringElemnt at Wheel/Disk level.
Definition at line 144 of file RPCBookDetUnitME.cc.
References dqm::implementation::IBooker::book1D(), RPCRollMapHisto::bookBarrel(), RPCRollMapHisto::bookEndcap(), diffTreeTool::format(), globalFolder_, mps_fire::i, label, phase1PixelTopology::layer, mergeVDriftHistosByStation::name, numberOfDisks_, numberOfInnerRings_, relativeConstraints::ring, dqm::impl::MonitorElement::setBinLabel(), dqm::implementation::NavigatorBase::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, subsystemFolder_, and runGCPTkAlMap::title.
Referenced by bookHistograms().
|
private |
Definition at line 211 of file RPCMonitorDigi.cc.
References funct::abs(), RPCRecHit::BunchX(), makePileupJSON::bx, RPCRecHit::clusterSize(), rpcdqm::utils::detId2RollNr(), RPCRecHit::firstClusterStrip(), diffTreeTool::format(), mps_fire::i, RPCDetId::layer(), phase1PixelTopology::layer, meMuonCollection, meNoiseCollection, muonFolder_, RPCNameHelper::name(), noiseFolder_, numberOfDisks_, HLT_FULL_cff::recHits, RPCDetId::region(), HLT_FULL_cff::region, regionMuonCollection, regionNames_, regionNoiseCollection, RPCDetId::ring(), relativeConstraints::ring, RPCDetId::roll(), alignCSCRings::s, RPCDetId::sector(), sectorRingMuonCollection, sectorRingNoiseCollection, RPCGeomServ::segment(), relativeConstraints::station, RPCDetId::station(), AlCaHLTBitMon_QueryRunRegistry::string, useRollInfo_, wheelDiskMuonCollection, and wheelDiskNoiseCollection.
Referenced by analyze().
|
private |
Definition at line 205 of file RPCBookDetUnitME.cc.
References RPCRoll::nstrips(), and RPCGeometry::roll().
Referenced by bookRollME().
|
private |
Definition at line 50 of file RPCMonitorDigi.h.
Referenced by counter.Counters::__getitem__(), and analyze().
|
private |
Definition at line 72 of file RPCMonitorDigi.h.
Referenced by bookRegionME(), bookWheelDiskME(), and RPCMonitorDigi().
|
private |
Definition at line 62 of file RPCMonitorDigi.h.
Referenced by bookHistograms(), and performSourceOperation().
|
private |
Definition at line 67 of file RPCMonitorDigi.h.
Referenced by bookHistograms(), and performSourceOperation().
|
private |
Definition at line 52 of file RPCMonitorDigi.h.
Referenced by analyze(), and RPCMonitorDigi().
|
private |
Definition at line 48 of file RPCMonitorDigi.h.
Referenced by analyze(), bookHistograms(), performSourceOperation(), and RPCMonitorDigi().
|
private |
Definition at line 75 of file RPCMonitorDigi.h.
Referenced by analyze(), and RPCMonitorDigi().
|
private |
Definition at line 55 of file RPCMonitorDigi.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 52 of file RPCMonitorDigi.h.
Referenced by analyze(), and RPCMonitorDigi().
|
private |
Definition at line 49 of file RPCMonitorDigi.h.
Referenced by analyze(), bookHistograms(), performSourceOperation(), and RPCMonitorDigi().
|
private |
Definition at line 54 of file RPCMonitorDigi.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 60 of file RPCMonitorDigi.h.
Referenced by bookHistograms(), bookRegionME(), bookSectorRingME(), bookWheelDiskME(), and performSourceOperation().
|
private |
Definition at line 60 of file RPCMonitorDigi.h.
Referenced by bookHistograms(), bookRegionME(), bookSectorRingME(), and bookWheelDiskME().
|
private |
Definition at line 58 of file RPCMonitorDigi.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 57 of file RPCMonitorDigi.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 64 of file RPCMonitorDigi.h.
Referenced by bookHistograms(), and performSourceOperation().
|
staticprivate |
Definition at line 47 of file RPCMonitorDigi.h.
Referenced by bookRegionME(), and performSourceOperation().
|
private |
Definition at line 69 of file RPCMonitorDigi.h.
Referenced by bookHistograms(), and performSourceOperation().
|
private |
Definition at line 79 of file RPCMonitorDigi.h.
Referenced by bookHistograms(), and RPCMonitorDigi().
|
private |
Definition at line 76 of file RPCMonitorDigi.h.
Referenced by analyze(), and RPCMonitorDigi().
|
private |
Definition at line 77 of file RPCMonitorDigi.h.
Referenced by RPCMonitorDigi().
|
private |
Definition at line 65 of file RPCMonitorDigi.h.
Referenced by bookHistograms(), and performSourceOperation().
|
private |
Definition at line 70 of file RPCMonitorDigi.h.
Referenced by bookHistograms(), and performSourceOperation().
|
private |
Definition at line 73 of file RPCMonitorDigi.h.
Referenced by bookHistograms(), bookRegionME(), bookRollME(), bookSectorRingME(), bookWheelDiskME(), and RPCMonitorDigi().
|
private |
Definition at line 42 of file RPCMonitorDigi.h.
Referenced by bookHistograms(), and RPCMonitorDigi().
|
private |
Definition at line 53 of file RPCMonitorDigi.h.
Referenced by bookHistograms(), bookRollME(), performSourceOperation(), and RPCMonitorDigi().
|
private |
Definition at line 63 of file RPCMonitorDigi.h.
Referenced by bookHistograms(), and performSourceOperation().
|
private |
Definition at line 68 of file RPCMonitorDigi.h.
Referenced by bookHistograms(), and performSourceOperation().