#include <L1GtTrigReport.h>
Private Types | |
typedef std::list< L1GtTrigReportEntry * >::const_iterator | CItEntry |
typedef std::list< L1GtTrigReportEntry * >::iterator | ItEntry |
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
analyze each event More... | |
void | beginJob () override |
void | endJob () override |
end of job More... | |
Additional Inherited Members | |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
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 () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
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) |
Description: L1 Trigger report.
Implementation: <TODO: enter implementation details>
Definition at line 52 of file L1GtTrigReport.h.
|
private |
Definition at line 161 of file L1GtTrigReport.h.
|
private |
Definition at line 162 of file L1GtTrigReport.h.
|
explicit |
constructor
Definition at line 64 of file L1GtTrigReport.cc.
References edm::InputTag::label(), LogDebug, m_l1GtRecordInputTag, m_printOutput, m_printVerbosity, and m_useL1GlobalTriggerRecord.
|
override |
destructor
Definition at line 139 of file L1GtTrigReport.cc.
References m_entryList, and m_entryListTechTrig.
|
overrideprivatevirtual |
analyze each event
Implements edm::one::EDAnalyzerBase.
Definition at line 167 of file L1GtTrigReport.cc.
References L1GtTrigReportEntry::addErrorEntry(), L1GtTrigReportEntry::addValidEntry(), L1GlobalTriggerRecord::decision(), L1GlobalTriggerRecord::decisionWord(), L1GlobalTriggerReadoutRecord::decisionWord(), L1GlobalTriggerRecord::decisionWordBeforeMask(), L1GlobalTriggerReadoutRecord::finalOR(), edm::EventSetup::get(), edm::EventSetup::getData(), L1GtTriggerMenu::gtAlgorithmMap(), L1GlobalTriggerReadoutRecord::gtFdlVector(), L1GlobalTriggerReadoutRecord::gtFdlWord(), L1GtStableParameters::gtNumberPhysTriggers(), L1GtStableParameters::gtNumberTechnicalTriggers(), L1GlobalTriggerRecord::gtPrescaleFactorIndexAlgo(), L1GlobalTriggerRecord::gtPrescaleFactorIndexTech(), L1GtPrescaleFactors::gtPrescaleFactors(), L1GtTriggerMenu::gtTechnicalTriggerMap(), L1GtTriggerMask::gtTriggerMask(), L1GtTriggerMenu::gtTriggerMenuName(), iEvent, edm::HandleBase::isValid(), edm::InputTag::label(), LogDebug, m_entryList, m_entryListTechTrig, m_globalNrAccepts, m_globalNrErrors, m_l1GtMenu, m_l1GtMenuCacheID, m_l1GtPfAlgo, m_l1GtPfAlgoCacheID, m_l1GtPfTech, m_l1GtPfTechCacheID, m_l1GtRecordInputTag, m_l1GtRecordInputToken1, m_l1GtRecordInputToken2, m_l1GtStablePar, m_l1GtStableParCacheID, m_l1GtTmAlgo, m_l1GtTmAlgoCacheID, m_l1GtTmTech, m_l1GtTmTechCacheID, m_l1GtTmVetoAlgo, m_l1GtTmVetoAlgoCacheID, m_l1GtTmVetoTech, m_l1GtTmVetoTechCacheID, m_menuToken, m_numberDaqPartitions, m_numberDaqPartitionsMax, m_numberPhysTriggers, m_numberTechnicalTriggers, m_pfAlgoToken, m_pfTechToken, m_physicsDaqPartition, m_prescaleFactorsAlgoTrig, m_prescaleFactorsTechTrig, m_stableParToken, m_tmAlgoToken, m_tmTechToken, m_tmVetoAlgoToken, m_tmVetoTechToken, m_totalEvents, m_triggerMaskAlgoTrig, m_triggerMaskTechTrig, m_triggerMaskVetoAlgoTrig, m_triggerMaskVetoTechTrig, m_useL1GlobalTriggerRecord, Skims_PDWG_cff::prescaleFactor, AlCaHLTBitMon_QueryRunRegistry::string, L1GlobalTriggerRecord::technicalTriggerWord(), L1GlobalTriggerReadoutRecord::technicalTriggerWord(), L1GlobalTriggerRecord::technicalTriggerWordBeforeMask(), and cond::impl::to_string().
|
overrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 162 of file L1GtTrigReport.cc.
|
overrideprivatevirtual |
end of job
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 608 of file L1GtTrigReport.cc.
References gather_cfg::cout, TauDecayModes::dec, alignBH_cfg::fixed, LogTrace, m_entryList, m_entryListTechTrig, m_globalNrAccepts, m_globalNrErrors, m_numberDaqPartitions, m_physicsDaqPartition, m_printOutput, m_printVerbosity, m_totalEvents, m_useL1GlobalTriggerRecord, and mathSSE::sqrt().
|
private |
list of individual entries in the report for physics algorithms
Definition at line 156 of file L1GtTrigReport.h.
Referenced by analyze(), endJob(), and ~L1GtTrigReport().
|
private |
list of individual entries in the report for technical triggers
Definition at line 159 of file L1GtTrigReport.h.
Referenced by analyze(), endJob(), and ~L1GtTrigReport().
|
private |
global number of events accepted by any of the L1 algorithm in any menu
Definition at line 153 of file L1GtTrigReport.h.
|
private |
global number of events with error (EDProduct[s] not found)
Definition at line 150 of file L1GtTrigReport.h.
|
private |
Definition at line 116 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
Definition at line 117 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
|
private |
Definition at line 88 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
Definition at line 90 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
Definition at line 91 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
input tag for GT record (L1 GT DAQ record or L1 GT "lite" record):
Definition at line 124 of file L1GtTrigReport.h.
Referenced by analyze(), and L1GtTrigReport().
|
private |
Definition at line 126 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
Definition at line 127 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
cached stuff
stable parameters
Definition at line 73 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
Definition at line 74 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
|
private |
Definition at line 98 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
Definition at line 100 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
Definition at line 101 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
Definition at line 103 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
Definition at line 104 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
Definition at line 106 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
Definition at line 107 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
Definition at line 136 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
number of DAQ partitions
Definition at line 83 of file L1GtTrigReport.h.
|
private |
Definition at line 84 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
|
private |
number of technical triggers
Definition at line 80 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
Definition at line 130 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
Definition at line 131 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
index of physics DAQ partition
Definition at line 165 of file L1GtTrigReport.h.
|
private |
Definition at line 93 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
Definition at line 94 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
print output
Definition at line 142 of file L1GtTrigReport.h.
Referenced by endJob(), and L1GtTrigReport().
|
private |
print verbosity
Definition at line 139 of file L1GtTrigReport.h.
Referenced by endJob(), and L1GtTrigReport().
|
private |
Definition at line 129 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
Definition at line 132 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
Definition at line 133 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
Definition at line 134 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
Definition at line 135 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
|
private |
Definition at line 109 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
Definition at line 110 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
Definition at line 112 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
Definition at line 113 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
boolean flag to select the input record
Definition at line 121 of file L1GtTrigReport.h.
Referenced by analyze(), endJob(), and L1GtTrigReport().