Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
static void | fillHistoPSetDescription (edm::ParameterSetDescription &pset, int value) |
Static Public Member Functions inherited from edm::global::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions | |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &, Histograms &) const override |
void | dqmAnalyze (edm::Event const &event, edm::EventSetup const &setup, Histograms const &) const override |
Protected Member Functions inherited from DQMGlobalEDAnalyzerBase< Histograms, Args...> | |
uint64_t | meId (edm::Run const &run) 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) |
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 Member Functions | |
void | getHistoPSet (edm::ParameterSet &pset, MEbinning &mebinning) |
Private Attributes | |
std::string | folderName_ |
MEbinning | ls_binning_ |
MEbinning | ps_binning_ |
edm::EDGetTokenT < GlobalAlgBlkBxCollection > | ugtBXToken_ |
Additional Inherited Members | |
Public Types inherited from DQMGlobalEDAnalyzerBase< Histograms, Args...> | |
typedef dqm::reco::DQMStore | DQMStore |
typedef dqm::reco::MonitorElement | MonitorElement |
Public Types inherited from edm::global::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Protected Attributes inherited from DQMGlobalEDAnalyzerBase< Histograms, Args...> | |
DQMStore * | dqmstore_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
Definition at line 39 of file PSMonitor.cc.
PSMonitor::PSMonitor | ( | const edm::ParameterSet & | config | ) |
Definition at line 65 of file PSMonitor.cc.
References getHistoPSet(), edm::ParameterSet::getParameter(), ls_binning_, DQMOffline_LumiMontiroring_cff::lsPSet, and ps_binning_.
|
overridedefault |
|
overrideprotectedvirtual |
Implements DQMGlobalEDAnalyzerBase< Histograms, Args...>.
Definition at line 82 of file PSMonitor.cc.
References newFWLiteAna::bin, dqm::implementation::IBooker::book2D(), folderName_, edm::service::PrescaleService::getLvl1Labels(), edm::Service< T >::isAvailable(), cmsLHEtoEOSManager::l, HLT_FULL_cff::labels, ls_binning_, hlt_dqm_clientPB-live_cfg::me, hlt_dqm_clientPB-live_cfg::nbins, ps_binning_, dqm::implementation::NavigatorBase::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, hlt_dqm_clientPB-live_cfg::xmax, and hlt_dqm_clientPB-live_cfg::xmin.
|
overrideprotectedvirtual |
Implements DQMGlobalEDAnalyzerBase< Histograms, Args...>.
Definition at line 122 of file PSMonitor.cc.
References edm::HandleBase::isValid(), eostools::ls(), HLT_Fake2_cff::psColumn, and ugtBXToken_.
|
static |
Definition at line 138 of file PSMonitor.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), submitPVResolutionJobs::desc, fillHistoPSetDescription(), HLT_FULL_cff::InputTag, DQMOffline_LumiMontiroring_cff::lsPSet, and AlCaHLTBitMon_QueryRunRegistry::string.
|
static |
Definition at line 134 of file PSMonitor.cc.
References edm::ParameterSetDescription::add(), and relativeConstraints::value.
Referenced by fillDescriptions().
|
private |
Definition at line 76 of file PSMonitor.cc.
References edm::ParameterSet::getParameter().
Referenced by PSMonitor().
|
private |
Definition at line 53 of file PSMonitor.cc.
Referenced by bookHistograms().
|
private |
Definition at line 58 of file PSMonitor.cc.
Referenced by bookHistograms(), and PSMonitor().
|
private |
Definition at line 57 of file PSMonitor.cc.
Referenced by bookHistograms(), and PSMonitor().
|
private |
Definition at line 55 of file PSMonitor.cc.
Referenced by dqmAnalyze().