#include <L1GtTrigReport.h>
Public Member Functions | |
L1GtTrigReport (const edm::ParameterSet &) | |
constructor More... | |
virtual | ~L1GtTrigReport () |
destructor More... | |
Public Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzer () | |
ModuleDescription const & | moduleDescription () const |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Types | |
typedef std::list < L1GtTrigReportEntry * > ::const_iterator | CItEntry |
typedef std::list < L1GtTrigReportEntry * > ::iterator | ItEntry |
Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
analyze each event More... | |
virtual void | beginJob () |
virtual void | endJob () |
end of job More... | |
Private Attributes | |
std::list< L1GtTrigReportEntry * > | m_entryList |
list of individual entries in the report for physics algorithms More... | |
std::list< L1GtTrigReportEntry * > | m_entryListTechTrig |
list of individual entries in the report for technical triggers More... | |
std::vector< int > | m_globalNrAccepts |
global number of events accepted by any of the L1 algorithm in any menu More... | |
std::vector< int > | m_globalNrErrors |
global number of events with error (EDProduct[s] not found) More... | |
const L1GtTriggerMenu * | m_l1GtMenu |
unsigned long long | m_l1GtMenuCacheID |
const L1GtPrescaleFactors * | m_l1GtPfAlgo |
prescale factors More... | |
unsigned long long | m_l1GtPfAlgoCacheID |
const L1GtPrescaleFactors * | m_l1GtPfTech |
unsigned long long | m_l1GtPfTechCacheID |
edm::InputTag | m_l1GtRecordInputTag |
input tag for GT record (L1 GT DAQ record or L1 GT "lite" record): More... | |
edm::EDGetTokenT < L1GlobalTriggerRecord > | m_l1GtRecordInputToken1 |
edm::EDGetTokenT < L1GlobalTriggerReadoutRecord > | m_l1GtRecordInputToken2 |
const L1GtStableParameters * | m_l1GtStablePar |
cached stuff More... | |
unsigned long long | m_l1GtStableParCacheID |
const L1GtTriggerMask * | m_l1GtTmAlgo |
trigger masks & veto masks More... | |
unsigned long long | m_l1GtTmAlgoCacheID |
const L1GtTriggerMask * | m_l1GtTmTech |
unsigned long long | m_l1GtTmTechCacheID |
const L1GtTriggerMask * | m_l1GtTmVetoAlgo |
unsigned long long | m_l1GtTmVetoAlgoCacheID |
const L1GtTriggerMask * | m_l1GtTmVetoTech |
unsigned long long | m_l1GtTmVetoTechCacheID |
unsigned int | m_numberDaqPartitions |
number of DAQ partitions More... | |
unsigned int | m_numberDaqPartitionsMax |
unsigned int | m_numberPhysTriggers |
number of physics triggers More... | |
unsigned int | m_numberTechnicalTriggers |
number of technical triggers More... | |
unsigned int | m_physicsDaqPartition |
index of physics DAQ partition More... | |
const std::vector< std::vector < int > > * | m_prescaleFactorsAlgoTrig |
const std::vector< std::vector < int > > * | m_prescaleFactorsTechTrig |
int | m_printOutput |
print output More... | |
int | m_printVerbosity |
print verbosity More... | |
int | m_totalEvents |
counters More... | |
std::vector< unsigned int > | m_triggerMaskAlgoTrig |
std::vector< unsigned int > | m_triggerMaskTechTrig |
std::vector< unsigned int > | m_triggerMaskVetoAlgoTrig |
std::vector< unsigned int > | m_triggerMaskVetoTechTrig |
bool | m_useL1GlobalTriggerRecord |
boolean flag to select the input record More... | |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
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) |
Description: L1 Trigger report.
Implementation: <TODO: enter implementation details>
Definition at line 46 of file L1GtTrigReport.h.
|
private |
Definition at line 153 of file L1GtTrigReport.h.
|
private |
Definition at line 154 of file L1GtTrigReport.h.
|
explicit |
constructor
input tag for GT record (L1 GT DAQ record or L1 GT "lite" record):
Definition at line 68 of file L1GtTrigReport.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), LogDebug, m_entryList, m_entryListTechTrig, m_l1GtMenuCacheID, m_l1GtPfAlgoCacheID, m_l1GtPfTechCacheID, m_l1GtRecordInputTag, m_l1GtRecordInputToken1, m_l1GtRecordInputToken2, m_l1GtStableParCacheID, m_l1GtTmAlgoCacheID, m_l1GtTmTechCacheID, m_l1GtTmVetoAlgoCacheID, m_l1GtTmVetoTechCacheID, m_numberDaqPartitions, m_numberDaqPartitionsMax, m_numberPhysTriggers, m_numberTechnicalTriggers, m_physicsDaqPartition, m_printOutput, m_printVerbosity, m_totalEvents, and m_useL1GlobalTriggerRecord.
|
virtual |
destructor
Definition at line 134 of file L1GtTrigReport.cc.
References m_entryList, and m_entryListTechTrig.
|
privatevirtual |
analyze each event
Implements edm::EDAnalyzer.
Definition at line 167 of file L1GtTrigReport.cc.
References L1GtTrigReportEntry::addErrorEntry(), L1GtTrigReportEntry::addValidEntry(), edm::EventSetup::get(), edm::Event::getByToken(), L1GtTriggerMenu::gtAlgorithmMap(), L1GtStableParameters::gtNumberPhysTriggers(), L1GtStableParameters::gtNumberTechnicalTriggers(), L1GtPrescaleFactors::gtPrescaleFactors(), L1GtTriggerMenu::gtTechnicalTriggerMap(), L1GtTriggerMask::gtTriggerMask(), L1GtTriggerMenu::gtTriggerMenuName(), 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_numberDaqPartitions, m_numberDaqPartitionsMax, m_numberPhysTriggers, m_numberTechnicalTriggers, m_physicsDaqPartition, m_prescaleFactorsAlgoTrig, m_prescaleFactorsTechTrig, m_totalEvents, m_triggerMaskAlgoTrig, m_triggerMaskTechTrig, m_triggerMaskVetoAlgoTrig, m_triggerMaskVetoTechTrig, m_useL1GlobalTriggerRecord, dtDQMClient_cfg::prescaleFactor, edm::ESHandle< class >::product(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 160 of file L1GtTrigReport.cc.
|
privatevirtual |
end of job
Reimplemented from edm::EDAnalyzer.
Definition at line 693 of file L1GtTrigReport.cc.
References gather_cfg::cout, TauDecayModes::dec, 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 148 of file L1GtTrigReport.h.
Referenced by analyze(), endJob(), L1GtTrigReport(), and ~L1GtTrigReport().
|
private |
list of individual entries in the report for technical triggers
Definition at line 151 of file L1GtTrigReport.h.
Referenced by analyze(), endJob(), L1GtTrigReport(), and ~L1GtTrigReport().
|
private |
global number of events accepted by any of the L1 algorithm in any menu
Definition at line 145 of file L1GtTrigReport.h.
|
private |
global number of events with error (EDProduct[s] not found)
Definition at line 142 of file L1GtTrigReport.h.
|
private |
Definition at line 115 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
Definition at line 116 of file L1GtTrigReport.h.
Referenced by analyze(), and L1GtTrigReport().
|
private |
|
private |
Definition at line 87 of file L1GtTrigReport.h.
Referenced by analyze(), and L1GtTrigReport().
|
private |
Definition at line 89 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
Definition at line 90 of file L1GtTrigReport.h.
Referenced by analyze(), and L1GtTrigReport().
|
private |
input tag for GT record (L1 GT DAQ record or L1 GT "lite" record):
Definition at line 125 of file L1GtTrigReport.h.
Referenced by analyze(), and L1GtTrigReport().
|
private |
Definition at line 127 of file L1GtTrigReport.h.
Referenced by analyze(), and L1GtTrigReport().
|
private |
Definition at line 128 of file L1GtTrigReport.h.
Referenced by analyze(), and L1GtTrigReport().
|
private |
cached stuff
stable parameters
Definition at line 72 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
Definition at line 73 of file L1GtTrigReport.h.
Referenced by analyze(), and L1GtTrigReport().
|
private |
|
private |
Definition at line 97 of file L1GtTrigReport.h.
Referenced by analyze(), and L1GtTrigReport().
|
private |
Definition at line 99 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
Definition at line 100 of file L1GtTrigReport.h.
Referenced by analyze(), and L1GtTrigReport().
|
private |
Definition at line 102 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
Definition at line 103 of file L1GtTrigReport.h.
Referenced by analyze(), and L1GtTrigReport().
|
private |
Definition at line 105 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
Definition at line 106 of file L1GtTrigReport.h.
Referenced by analyze(), and L1GtTrigReport().
|
private |
number of DAQ partitions
Definition at line 82 of file L1GtTrigReport.h.
Referenced by analyze(), endJob(), and L1GtTrigReport().
|
private |
Definition at line 83 of file L1GtTrigReport.h.
Referenced by analyze(), and L1GtTrigReport().
|
private |
number of physics triggers
Definition at line 76 of file L1GtTrigReport.h.
Referenced by analyze(), and L1GtTrigReport().
|
private |
number of technical triggers
Definition at line 79 of file L1GtTrigReport.h.
Referenced by analyze(), and L1GtTrigReport().
|
private |
index of physics DAQ partition
Definition at line 157 of file L1GtTrigReport.h.
Referenced by analyze(), endJob(), and L1GtTrigReport().
|
private |
Definition at line 92 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
Definition at line 93 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
print output
Definition at line 134 of file L1GtTrigReport.h.
Referenced by endJob(), and L1GtTrigReport().
|
private |
print verbosity
Definition at line 131 of file L1GtTrigReport.h.
Referenced by endJob(), and L1GtTrigReport().
|
private |
counters
global number of events processed
Definition at line 139 of file L1GtTrigReport.h.
Referenced by analyze(), endJob(), and L1GtTrigReport().
|
private |
Definition at line 108 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
Definition at line 109 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
Definition at line 111 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
Definition at line 112 of file L1GtTrigReport.h.
Referenced by analyze().
|
private |
boolean flag to select the input record
Definition at line 122 of file L1GtTrigReport.h.
Referenced by analyze(), endJob(), and L1GtTrigReport().