Classes | |
struct | ArmPlots |
plots related to one arm More... | |
struct | DiagonalPlots |
plots related to one (anti)diagonal More... | |
struct | GlobalPlots |
plots related to the whole system More... | |
struct | PlanePlots |
plots related to one RP plane More... | |
struct | PotPlots |
plots related to one RP More... | |
struct | StationPlots |
plots related to one station More... | |
Protected Member Functions | |
void | analyze (edm::Event const &e, edm::EventSetup const &eSetup) |
void | beginLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &eSetup) |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
void | dqmBeginRun (edm::Run const &, edm::EventSetup const &) override |
void | endLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &eSetup) |
void | endRun (edm::Run const &run, edm::EventSetup const &eSetup) |
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 Attributes | |
std::map< unsigned int, ArmPlots > | armPlots |
std::map< unsigned int, DiagonalPlots > | diagonalPlots |
GlobalPlots | globalPlots |
std::map< unsigned int, PlanePlots > | planePlots |
std::map< unsigned int, PotPlots > | potPlots |
std::map< unsigned int, StationPlots > | stationPlots |
edm::EDGetTokenT < edm::DetSetVector < TotemRPCluster > > | tokenCluster |
edm::EDGetTokenT < edm::DetSetVector < TotemRPDigi > > | tokenDigi |
edm::EDGetTokenT < edm::DetSetVector < TotemRPLocalTrack > > | tokenLocalTrack |
edm::EDGetTokenT < edm::DetSetVector < TotemRPRecHit > > | tokenRecHit |
edm::EDGetTokenT < edm::DetSetVector < TotemVFATStatus > > | tokenStatus |
edm::EDGetTokenT < edm::DetSetVector < TotemRPUVPattern > > | tokenUVPattern |
unsigned int | verbosity |
Definition at line 39 of file TotemRPDQMSource.cc.
TotemRPDQMSource::TotemRPDQMSource | ( | const edm::ParameterSet & | ps | ) |
Definition at line 323 of file TotemRPDQMSource.cc.
References edm::ParameterSet::getParameter(), tokenCluster, tokenDigi, tokenLocalTrack, tokenRecHit, tokenStatus, and tokenUVPattern.
|
virtual |
Definition at line 338 of file TotemRPDQMSource.cc.
|
protectedvirtual |
Implements edm::stream::EDAnalyzerBase.
Definition at line 408 of file TotemRPDQMSource.cc.
References armPlots, edm::DetSet< T >::begin(), edm::EventBase::bunchCrossing(), python.rootplot.argparse::category, TotemRPDetId::decToRawId(), TotemRPDQMSource::GlobalPlots::events_per_bx, TotemRPDQMSource::GlobalPlots::events_per_bx_short, MonitorElement::Fill(), geometry, edm::EventSetup::get(), globalPlots, h, TotemRPDQMSource::PotPlots::h_planes_fit_u, TotemRPDQMSource::PotPlots::h_planes_fit_v, TotemRPDQMSource::ArmPlots::h_trackCorr, TotemRPDQMSource::GlobalPlots::h_trackCorr_hor, TotemRPDQMSource::ArmPlots::h_trackCorr_overlap, TotemRPDQMSource::PotPlots::hit_plane_hist, TotemRPDetId::isStripsCoordinateUDirection(), edm::HandleBase::isValid(), match(), AlCaHLTBitMon_ParallelJobs::p, patterns, TotemRPDQMSource::PotPlots::patterns_u, TotemRPDQMSource::PotPlots::patterns_v, planePlots, RecoTauValidation_cfi::plots, potPlots, createTree::pp, TotemRPUVPattern::projU, TotemRPUVPattern::projV, TotemRPDetId::rawToDecId(), TotemRPDetId::rpOfDet(), alignCSCRings::s, mps_update::status, tokenCluster, tokenDigi, tokenLocalTrack, tokenRecHit, tokenStatus, tokenUVPattern, TotemRPDQMSource::PotPlots::track_u_profile, TotemRPDQMSource::PotPlots::track_v_profile, TotemRPDQMSource::PotPlots::trackHitsCumulativeHist, testEve_cfg::tracks, findQualityFiles::v, verbosity, x, and y.
|
protectedvirtual |
Reimplemented from edm::stream::EDAnalyzerBase.
Definition at line 401 of file TotemRPDQMSource.cc.
|
overrideprotectedvirtual |
Implements DQMEDAnalyzer.
Definition at line 350 of file TotemRPDQMSource.cc.
References armPlots, DQMStore::IBooker::cd(), globalPlots, TotemRPDQMSource::GlobalPlots::Init(), planePlots, potPlots, DQMStore::IBooker::setCurrentFolder(), and stationPlots.
|
overrideprotectedvirtual |
|
protectedvirtual |
Reimplemented from edm::stream::EDAnalyzerBase.
Definition at line 962 of file TotemRPDQMSource.cc.
|
protectedvirtual |
Reimplemented from edm::stream::EDAnalyzerBase.
Definition at line 968 of file TotemRPDQMSource.cc.
|
private |
Definition at line 103 of file TotemRPDQMSource.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 88 of file TotemRPDQMSource.cc.
|
private |
Definition at line 73 of file TotemRPDQMSource.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 147 of file TotemRPDQMSource.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 132 of file TotemRPDQMSource.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 112 of file TotemRPDQMSource.cc.
Referenced by bookHistograms().
|
private |
Definition at line 58 of file TotemRPDQMSource.cc.
Referenced by analyze(), and TotemRPDQMSource().
|
private |
Definition at line 57 of file TotemRPDQMSource.cc.
Referenced by analyze(), and TotemRPDQMSource().
|
private |
Definition at line 61 of file TotemRPDQMSource.cc.
Referenced by analyze(), and TotemRPDQMSource().
|
private |
Definition at line 59 of file TotemRPDQMSource.cc.
Referenced by analyze(), and TotemRPDQMSource().
|
private |
Definition at line 56 of file TotemRPDQMSource.cc.
Referenced by analyze(), and TotemRPDQMSource().
|
private |
Definition at line 60 of file TotemRPDQMSource.cc.
Referenced by analyze(), and TotemRPDQMSource().
|
private |
Definition at line 54 of file TotemRPDQMSource.cc.
Referenced by analyze().