![]() |
![]() |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
![]() | |
static std::shared_ptr < dqmDetails::NoCache > | globalBeginLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *) |
static std::shared_ptr < dqmDetails::NoCache > | globalBeginRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *) |
static void | globalEndLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *, dqmDetails::NoCache *) |
static void | globalEndRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *, dqmDetails::NoCache *) |
![]() | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
virtual void | analyze (edm::Event const &, edm::EventSetup const &) override |
virtual void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
virtual void | dqmBeginRun (edm::Run const &, edm::EventSetup const &) override |
Private Attributes | |
std::string | m_dqm_path |
std::vector< TH1F * > | m_hlt_bx |
edm::EDGetTokenT < edm::TriggerResults > | m_hlt_results |
HLTConfigProvider | m_hltConfig |
std::vector< TH1F * > | m_l1t_algo_bx |
edm::EDGetTokenT < L1GlobalTriggerReadoutRecord > | m_l1t_results |
std::vector< TH1F * > | m_l1t_tech_bx |
L1GtTriggerMask const * | m_l1tAlgoMask |
L1GtTriggerMenu const * | m_l1tMenu |
L1GtTriggerMask const * | m_l1tTechMask |
Static Private Attributes | |
static const unsigned int | s_bx_range = 4000 |
Additional Inherited Members | |
![]() | |
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 |
![]() | |
typedef EDAnalyzerAdaptorBase | ModuleType |
![]() | |
typedef ProductLabels | Labels |
![]() | |
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) |
Definition at line 58 of file TriggerBxMonitor.cc.
|
explicit |
Definition at line 103 of file TriggerBxMonitor.cc.
TriggerBxMonitor::~TriggerBxMonitor | ( | ) |
Definition at line 121 of file TriggerBxMonitor.cc.
|
overrideprivatevirtual |
Implements edm::stream::EDAnalyzerBase.
Definition at line 205 of file TriggerBxMonitor.cc.
References edm::HLTPathStatus::accept(), edm::HLTGlobalStatus::at(), L1GtfeWord::bxNr(), L1GlobalTriggerReadoutRecord::decisionWord(), event(), HcalObjRepresent::Fill(), L1GlobalTriggerReadoutRecord::gtfeWord(), JetPDSkim_cfg::hltResults, i, HLTConfigProvider::inited(), JetPDSkim_cfg::l1tResults, m_hlt_bx, m_hlt_results, m_hltConfig, m_l1t_algo_bx, m_l1t_results, m_l1t_tech_bx, m_l1tMenu, edm::HLTGlobalStatus::size(), and L1GlobalTriggerReadoutRecord::technicalTriggerWord().
|
overrideprivatevirtual |
Implements DQMEDAnalyzer.
Definition at line 154 of file TriggerBxMonitor.cc.
References DQMStore::IBooker::book1D(), cmsPerfStripChart::format, MonitorElement::getTH1F(), L1GtTriggerMenu::gtAlgorithmAliasMap(), L1GtTriggerMenu::gtTechnicalTriggerMap(), i, HLTConfigProvider::inited(), m_dqm_path, m_hlt_bx, m_hltConfig, m_l1t_algo_bx, m_l1t_tech_bx, m_l1tAlgoMask, m_l1tMenu, m_l1tTechMask, mergeVDriftHistosByStation::name, s_bx_range, DQMStore::IBooker::setCurrentFolder(), HLTConfigProvider::size(), AlCaHLTBitMon_QueryRunRegistry::string, and HLTConfigProvider::triggerName().
|
overrideprivatevirtual |
Reimplemented from DQMEDAnalyzer.
Definition at line 125 of file TriggerBxMonitor.cc.
References HLTConfigProvider::init(), HLT_FULL_cff::labels, edm::EDConsumerBase::labelsForToken(), m_hlt_bx, m_hlt_results, m_hltConfig, m_l1t_algo_bx, m_l1t_tech_bx, m_l1tAlgoMask, m_l1tMenu, m_l1tTechMask, nullptr, edm::ProductLabels::process, HcalObjRepresent::setup(), and HLTConfigProvider::size().
|
static |
Definition at line 93 of file TriggerBxMonitor.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::addUntracked(), HLT_FULL_cff::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 76 of file TriggerBxMonitor.cc.
Referenced by bookHistograms().
|
private |
Definition at line 88 of file TriggerBxMonitor.cc.
Referenced by analyze(), bookHistograms(), and dqmBeginRun().
|
private |
Definition at line 75 of file TriggerBxMonitor.cc.
Referenced by analyze(), and dqmBeginRun().
|
private |
Definition at line 81 of file TriggerBxMonitor.cc.
Referenced by analyze(), bookHistograms(), and dqmBeginRun().
|
private |
Definition at line 84 of file TriggerBxMonitor.cc.
Referenced by analyze(), bookHistograms(), and dqmBeginRun().
|
private |
Definition at line 74 of file TriggerBxMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 85 of file TriggerBxMonitor.cc.
Referenced by analyze(), bookHistograms(), and dqmBeginRun().
|
private |
Definition at line 79 of file TriggerBxMonitor.cc.
Referenced by bookHistograms(), and dqmBeginRun().
|
private |
Definition at line 78 of file TriggerBxMonitor.cc.
Referenced by analyze(), bookHistograms(), and dqmBeginRun().
|
private |
Definition at line 80 of file TriggerBxMonitor.cc.
Referenced by bookHistograms(), and dqmBeginRun().
|
staticprivate |
Definition at line 71 of file TriggerBxMonitor.cc.
Referenced by bookHistograms().