Classes | |
struct | ArmPlots |
plots related to one arm More... | |
struct | GlobalPlots |
plots related to the whole system More... | |
Protected Member Functions | |
void | analyze (edm::Event const &e, edm::EventSetup const &eSetup) override |
void | analyzeCTPPSRecord (edm::Event const &event, edm::EventSetup const &eventSetup) |
void | analyzeProtons (edm::Event const &event, edm::EventSetup const &eventSetup) |
void | analyzeTracks (edm::Event const &event, edm::EventSetup const &eventSetup) |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
std::shared_ptr< std::vector< int > > | globalBeginLuminosityBlock (const edm::LuminosityBlock &iLumi, const edm::EventSetup &c) const override |
void | globalEndLuminosityBlock (const edm::LuminosityBlock &iLumi, const edm::EventSetup &c) override |
Protected Member Functions inherited from DQMOneEDAnalyzer< edm::LuminosityBlockCache< std::vector< int > > > | |
virtual void | dqmBeginRun (edm::Run const &, edm::EventSetup const &) |
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) |
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<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 |
const edm::EDGetTokenT< CTPPSRecord > | ctppsRecordToken |
int | currentLS |
int | endLS |
GlobalPlots | globalPlots |
std::vector< int > | rpstate |
const edm::EDGetTokenT< std::vector< CTPPSLocalTrackLite > > | tokenLocalTrackLite |
const edm::EDGetTokenT< std::vector< reco::ForwardProton > > | tokenRecoProtons |
const unsigned int | verbosity |
Static Private Attributes | |
static int | MAX_LUMIS = 6000 |
static int | MAX_VBINS = 18 |
Definition at line 29 of file CTPPSCommonDQMSource.cc.
CTPPSCommonDQMSource::CTPPSCommonDQMSource | ( | const edm::ParameterSet & | ps | ) |
Definition at line 278 of file CTPPSCommonDQMSource.cc.
References currentLS, endLS, and rpstate.
|
override |
Definition at line 290 of file CTPPSCommonDQMSource.cc.
|
overrideprotectedvirtual |
Reimplemented from DQMOneEDAnalyzer< edm::LuminosityBlockCache< std::vector< int > > >.
Definition at line 306 of file CTPPSCommonDQMSource.cc.
References analyzeCTPPSRecord(), analyzeProtons(), and analyzeTracks().
|
protected |
Definition at line 314 of file CTPPSCommonDQMSource.cc.
References ctppsRecordToken, edm::Event::getLuminosityBlock(), mps_fire::i, edm::LuminosityBlock::index(), edm::HandleBase::isValid(), rpstate, CTPPSRecord::status(), and verbosity.
Referenced by analyze().
|
protected |
Definition at line 490 of file CTPPSCommonDQMSource.cc.
References armPlots, edm::HandleBase::isValid(), AlCaHLTBitMon_ParallelJobs::p, HLTObjectsMonitor_cfi::plots, reco::ForwardProton::sector45, reco::ForwardProton::sector56, tokenRecoProtons, and verbosity.
Referenced by analyze().
|
protected |
Definition at line 335 of file CTPPSCommonDQMSource.cc.
References CTPPSDetId::arm(), armPlots, edm::EventBase::bunchCrossing(), CTPPSCommonDQMSource::GlobalPlots::events_per_bx, CTPPSCommonDQMSource::GlobalPlots::events_per_bx_short, dqm::impl::MonitorElement::Fill(), globalPlots, CTPPSCommonDQMSource::GlobalPlots::h_trackCorr_hor, CTPPSCommonDQMSource::GlobalPlots::h_trackCorr_vert, training_settings::idx, edm::HandleBase::isValid(), TtSemiLepHitFitProducer_Electrons_cfi::mTop, AlCaHLTBitMon_ParallelJobs::p, HLTObjectsMonitor_cfi::plots, CTPPSDetId::rp(), tokenLocalTrackLite, and verbosity.
Referenced by analyze().
|
overrideprotectedvirtual |
Implements DQMOneEDAnalyzer< edm::LuminosityBlockCache< std::vector< int > > >.
Definition at line 294 of file CTPPSCommonDQMSource.cc.
References armPlots, globalPlots, and CTPPSCommonDQMSource::GlobalPlots::Init().
|
overrideprotected |
Definition at line 526 of file CTPPSCommonDQMSource.cc.
|
overrideprotected |
Definition at line 533 of file CTPPSCommonDQMSource.cc.
References currentLS, DEFINE_FWK_MODULE, globalPlots, mps_fire::i, edm::LuminosityBlockBase::id(), edm::LuminosityBlock::index(), edm::LuminosityBlockID::luminosityBlock(), rpstate, CTPPSCommonDQMSource::GlobalPlots::RPState, and dqm::impl::MonitorElement::setBinContent().
|
private |
Definition at line 96 of file CTPPSCommonDQMSource.cc.
Referenced by analyzeProtons(), analyzeTracks(), and bookHistograms().
|
private |
Definition at line 50 of file CTPPSCommonDQMSource.cc.
Referenced by analyzeCTPPSRecord().
|
private |
Definition at line 54 of file CTPPSCommonDQMSource.cc.
Referenced by CTPPSCommonDQMSource(), and globalEndLuminosityBlock().
|
private |
Definition at line 55 of file CTPPSCommonDQMSource.cc.
Referenced by CTPPSCommonDQMSource().
|
private |
Definition at line 68 of file CTPPSCommonDQMSource.cc.
Referenced by analyzeTracks(), bookHistograms(), and globalEndLuminosityBlock().
|
staticprivate |
Definition at line 47 of file CTPPSCommonDQMSource.cc.
Referenced by CTPPSCommonDQMSource::GlobalPlots::Init().
|
staticprivate |
Definition at line 48 of file CTPPSCommonDQMSource.cc.
Referenced by CTPPSCommonDQMSource::GlobalPlots::Init().
|
private |
Definition at line 57 of file CTPPSCommonDQMSource.cc.
Referenced by analyzeCTPPSRecord(), CTPPSCommonDQMSource(), and globalEndLuminosityBlock().
|
private |
Definition at line 51 of file CTPPSCommonDQMSource.cc.
Referenced by analyzeTracks().
|
private |
Definition at line 52 of file CTPPSCommonDQMSource.cc.
Referenced by analyzeProtons().
|
private |
Definition at line 46 of file CTPPSCommonDQMSource.cc.
Referenced by analyzeCTPPSRecord(), analyzeProtons(), and analyzeTracks().