#include <HLTEventAnalyzerAOD.h>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::stream::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Attributes | |
HLTPrescaleProvider | hltPrescaleProvider_ |
const std::string | processName_ |
module config parameters More... | |
edm::Handle< trigger::TriggerEvent > | triggerEventHandle_ |
const edm::InputTag | triggerEventTag_ |
const edm::EDGetTokenT< trigger::TriggerEvent > | triggerEventToken_ |
const std::string | triggerName_ |
edm::Handle< edm::TriggerResults > | triggerResultsHandle_ |
additional class data memebers More... | |
const edm::InputTag | triggerResultsTag_ |
const edm::EDGetTokenT< edm::TriggerResults > | triggerResultsToken_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDAnalyzer< > | |
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 |
Public Types inherited from edm::stream::EDAnalyzerBase | |
typedef EDAnalyzerAdaptorBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
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) |
This class is an EDAnalyzer analyzing the combined HLT information for AOD
See header file for documentation
Definition at line 27 of file HLTEventAnalyzerAOD.h.
|
explicit |
Definition at line 22 of file HLTEventAnalyzerAOD.cc.
References edm::InputTag::encode(), processName_, triggerEventTag_, triggerName_, triggerResultsTag_, and ~HLTEventAnalyzerAOD().
|
overridedefault |
Referenced by HLTEventAnalyzerAOD().
|
override |
Definition at line 101 of file HLTEventAnalyzerAOD.cc.
References analyzeTrigger(), edm::Event::getByToken(), HLTPrescaleProvider::hltConfigProvider(), hltPrescaleProvider_, mps_fire::i, edm::HandleBase::isValid(), gen::n, edm::HLTGlobalStatus::size(), HLTConfigProvider::size(), triggerEventHandle_, triggerEventToken_, HLTConfigProvider::triggerName(), triggerName_, triggerResultsHandle_, and triggerResultsToken_.
|
virtual |
Definition at line 139 of file HLTEventAnalyzerAOD.cc.
References edm::HLTGlobalStatus::accept(), edm::HLTGlobalStatus::error(), trigger::TriggerObject::eta(), trigger::TriggerEvent::filterIds(), trigger::TriggerEvent::filterIndex(), trigger::TriggerEvent::filterKeys(), trigger::TriggerEvent::getObjects(), HLTPrescaleProvider::hltConfigProvider(), hltPrescaleProvider_, mps_fire::i, trigger::TriggerObject::id(), edm::HLTGlobalStatus::index(), funct::m, trigger::TriggerObject::mass(), SiStripPI::max, HLTConfigProvider::moduleLabels(), HLTConfigProvider::moduleType(), gen::n, trigger::TriggerObject::phi(), HLTPrescaleProvider::prescaleValues(), HLTPrescaleProvider::prescaleValuesInDetail(), processName_, trigger::TriggerObject::pt(), HLTConfigProvider::size(), triggerEventHandle_, edm::TriggerNames::triggerIndex(), HLTConfigProvider::triggerIndex(), edm::Event::triggerNames(), triggerResultsHandle_, and edm::HLTGlobalStatus::wasrun().
Referenced by analyze().
|
overridevirtual |
Reimplemented from edm::stream::EDAnalyzerBase.
Definition at line 61 of file HLTEventAnalyzerAOD.cc.
References HLTConfigProvider::dump(), HLTPrescaleProvider::hltConfigProvider(), hltPrescaleProvider_, HLTPrescaleProvider::init(), gen::n, processName_, HLTConfigProvider::size(), HLTConfigProvider::triggerIndex(), and triggerName_.
|
overridevirtual |
Reimplemented from edm::stream::EDAnalyzerBase.
Definition at line 58 of file HLTEventAnalyzerAOD.cc.
|
static |
Definition at line 48 of file HLTEventAnalyzerAOD.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 52 of file HLTEventAnalyzerAOD.h.
Referenced by analyze(), analyzeTrigger(), and beginRun().
|
private |
module config parameters
Definition at line 42 of file HLTEventAnalyzerAOD.h.
Referenced by analyzeTrigger(), beginRun(), and HLTEventAnalyzerAOD().
|
private |
Definition at line 51 of file HLTEventAnalyzerAOD.h.
Referenced by analyze(), and analyzeTrigger().
|
private |
Definition at line 46 of file HLTEventAnalyzerAOD.h.
Referenced by HLTEventAnalyzerAOD().
|
private |
Definition at line 47 of file HLTEventAnalyzerAOD.h.
Referenced by analyze().
|
private |
Definition at line 43 of file HLTEventAnalyzerAOD.h.
Referenced by analyze(), beginRun(), and HLTEventAnalyzerAOD().
|
private |
additional class data memebers
Definition at line 50 of file HLTEventAnalyzerAOD.h.
Referenced by analyze(), and analyzeTrigger().
|
private |
Definition at line 44 of file HLTEventAnalyzerAOD.h.
Referenced by HLTEventAnalyzerAOD().
|
private |
Definition at line 45 of file HLTEventAnalyzerAOD.h.
Referenced by analyze().