#include <HLTSeedL1LogicScalers.h>
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
bool | analyzeL1GtUtils (const edm::Event &, const edm::EventSetup &, const std::string &) |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
void | dqmBeginRun (const edm::Run &run, const edm::EventSetup &c) override |
Private Attributes | |
std::string | fDQMFolder |
HLTConfigProvider | fHLTConfig |
bool | fL1BeforeMask |
edm::InputTag | fL1GtDaqReadoutRecordInputTag |
edm::InputTag | fL1GtRecordInputTag |
std::vector< std::pair< MonitorElement *, std::vector< std::string > > > | fMapMEL1Algos |
std::vector< std::string > | fMonitorPaths |
std::vector< MonitorElement * > | fMonitorPathsME |
std::string | fProcessname |
L1GtUtils | m_l1GtUtils |
Additional Inherited Members | |
Public Types inherited from DQMEDAnalyzer | |
typedef dqm::reco::DQMStore | DQMStore |
typedef dqm::reco::MonitorElement | MonitorElement |
Public Types inherited from edm::one::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 |
Static Public Member Functions inherited from edm::one::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
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) |
Protected Attributes inherited from DQMEDAnalyzer | |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
DQM/HLTSeedL1LogicScalers/src/HLTSeedL1LogicScalers.cc
Description: [one line class summary]
Implementation: [Notes on implementation]
Definition at line 45 of file HLTSeedL1LogicScalers.h.
|
explicit |
Definition at line 17 of file HLTSeedL1LogicScalers.cc.
References fDQMFolder, fL1BeforeMask, fMonitorPaths, fProcessname, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), LogDebug, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 40 of file HLTSeedL1LogicScalers.cc.
|
overrideprivate |
Definition at line 130 of file HLTSeedL1LogicScalers.cc.
References analyzeL1GtUtils(), dqm::impl::MonitorElement::Fill(), fMapMEL1Algos, dqm::impl::MonitorElement::getName(), mps_fire::i, dqmiolumiharvest::j, LogDebug, LogTrace, m_l1GtUtils, hlt_dqm_clientPB-live_cfg::me, and L1GtUtils::retrieveL1EventSetup().
|
private |
Definition at line 164 of file HLTSeedL1LogicScalers.cc.
References L1GtUtils::decisionAfterMask(), L1GtUtils::decisionBeforeMask(), fL1BeforeMask, LogTrace, and m_l1GtUtils.
Referenced by analyze().
|
overrideprivatevirtual |
Implements DQMEDAnalyzer.
Definition at line 56 of file HLTSeedL1LogicScalers.cc.
References dqm::dqmstoreimpl::DQMStore::IBooker::book1D(), fDQMFolder, fHLTConfig, dqmdumpme::first, fMapMEL1Algos, fMonitorPaths, fMonitorPathsME, ALCARECODTCalibSynchCosmicsDQM_cff::folderName, HLTConfigProvider::hltL1GTSeeds(), dqmdumpme::k, LogTrace, hlt_dqm_clientPB-live_cfg::me, Skims_PA_cff::name, seedmultiplicitymonitor_newtracking_cfi::nBins, edm::second(), dqm::impl::MonitorElement::setAxisTitle(), dqm::dqmstoreimpl::DQMStore::IBooker::setCurrentFolder(), HLTConfigProvider::size(), overlapproblemtsosanalyzer_cfi::title, and HLTConfigProvider::triggerIndex().
|
overrideprivate |
Definition at line 42 of file HLTSeedL1LogicScalers.cc.
References fHLTConfig, fProcessname, HLTConfigProvider::init(), dqmiolumiharvest::j, LogDebug, LogTrace, dqmiodumpmetadata::n, HLTConfigProvider::size(), and HLTConfigProvider::triggerName().
|
private |
Definition at line 59 of file HLTSeedL1LogicScalers.h.
Referenced by bookHistograms(), and HLTSeedL1LogicScalers().
|
private |
Definition at line 62 of file HLTSeedL1LogicScalers.h.
Referenced by bookHistograms(), and dqmBeginRun().
|
private |
Definition at line 58 of file HLTSeedL1LogicScalers.h.
Referenced by analyzeL1GtUtils(), and HLTSeedL1LogicScalers().
|
private |
Definition at line 63 of file HLTSeedL1LogicScalers.h.
|
private |
Definition at line 64 of file HLTSeedL1LogicScalers.h.
|
private |
Definition at line 69 of file HLTSeedL1LogicScalers.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 67 of file HLTSeedL1LogicScalers.h.
Referenced by bookHistograms(), and HLTSeedL1LogicScalers().
|
private |
Definition at line 68 of file HLTSeedL1LogicScalers.h.
Referenced by bookHistograms().
|
private |
Definition at line 60 of file HLTSeedL1LogicScalers.h.
Referenced by dqmBeginRun(), and HLTSeedL1LogicScalers().
|
private |
Definition at line 65 of file HLTSeedL1LogicScalers.h.
Referenced by analyze(), and analyzeL1GtUtils().