#include <PSMonitor.h>
Protected Member Functions | |
void | analyze (edm::Event const &iEvent, edm::EventSetup const &iSetup) |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
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 Member Functions | |
void | getHistoPSet (edm::ParameterSet &pset, MEbinning &mebinning) |
Private Attributes | |
std::string | folderName_ |
MEbinning | ls_binning_ |
MEbinning | ps_binning_ |
MonitorElement * | psColumnIndexVsLS_ |
edm::service::PrescaleService * | psService_ |
Prescale service. More... | |
edm::EDGetTokenT < GlobalAlgBlkBxCollection > | ugtBXToken_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > > | |
typedef CacheContexts< T...> | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T...> | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT < LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Public Types inherited from edm::stream::EDAnalyzerBase | |
typedef EDAnalyzerAdaptorBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Definition at line 45 of file PSMonitor.h.
PSMonitor::PSMonitor | ( | const edm::ParameterSet & | iConfig | ) |
Prescale service
Definition at line 12 of file PSMonitor.cc.
References getHistoPSet(), edm::ParameterSet::getParameter(), ls_binning_, cppFunctionSkipper::operator, ps_binning_, psColumnIndexVsLS_, and psService_.
|
default |
|
protectedvirtual |
Implements edm::stream::EDAnalyzerBase.
Definition at line 70 of file PSMonitor.cc.
References MonitorElement::Fill(), edm::Event::getByToken(), edm::EventBase::id(), edm::HandleBase::isValid(), eostools::ls(), edm::EventID::luminosityBlock(), psColumnIndexVsLS_, and ugtBXToken_.
|
overrideprotectedvirtual |
Implements DQMEDAnalyzer.
Definition at line 40 of file PSMonitor.cc.
References DQMStore::IBooker::book2D(), folderName_, edm::service::PrescaleService::getLvl1Labels(), cmsLHEtoEOSManager::l, ls_binning_, MEbinning::nbins, hlt_dqm_clientPB-live_cfg::nbins, ps_binning_, psColumnIndexVsLS_, psService_, MonitorElement::setAxisTitle(), MonitorElement::setBinLabel(), DQMStore::IBooker::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, MEbinning::xmax, hlt_dqm_clientPB-live_cfg::xmax, MEbinning::xmin, and hlt_dqm_clientPB-live_cfg::xmin.
|
static |
Definition at line 90 of file PSMonitor.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), fillHistoPSetDescription(), HLT_25ns10e33_v2_cff::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.
|
static |
Definition at line 85 of file PSMonitor.cc.
References edm::ParameterSetDescription::add(), and relativeConstraints::value.
Referenced by fillDescriptions().
|
private |
Definition at line 32 of file PSMonitor.cc.
References edm::ParameterSet::getParameter(), MEbinning::nbins, MEbinning::xmax, and MEbinning::xmin.
Referenced by PSMonitor().
|
private |
Definition at line 62 of file PSMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 72 of file PSMonitor.h.
Referenced by bookHistograms(), and PSMonitor().
|
private |
Definition at line 71 of file PSMonitor.h.
Referenced by bookHistograms(), and PSMonitor().
|
private |
Definition at line 69 of file PSMonitor.h.
Referenced by analyze(), bookHistograms(), and PSMonitor().
|
private |
Prescale service.
Definition at line 67 of file PSMonitor.h.
Referenced by bookHistograms(), and PSMonitor().
|
private |
Definition at line 64 of file PSMonitor.h.
Referenced by analyze().