#include <HLTEventAnalyzerAOD.h>
Public Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) override |
virtual void | analyzeTrigger (const edm::Event &, const edm::EventSetup &, const std::string &triggerName) |
virtual void | beginRun (edm::Run const &, edm::EventSetup const &) override |
virtual void | endRun (edm::Run const &, edm::EventSetup const &) override |
HLTEventAnalyzerAOD (const edm::ParameterSet &) | |
virtual | ~HLTEventAnalyzerAOD () |
Public Member Functions inherited from edm::stream::EDAnalyzer< > | |
EDAnalyzer ()=default | |
Public Member Functions inherited from edm::stream::EDAnalyzerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzerBase () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDAnalyzerBase () |
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 (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &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 () |
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 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_, and triggerResultsTag_.
|
virtual |
Definition at line 42 of file HLTEventAnalyzerAOD.cc.
|
overridevirtual |
Implements edm::stream::EDAnalyzerBase.
Definition at line 103 of file HLTEventAnalyzerAOD.cc.
References analyzeTrigger(), assert(), edm::Event::getByToken(), HltComparatorCreateWorkflow::hltConfig, HLTPrescaleProvider::hltConfigProvider(), hltPrescaleProvider_, i, edm::HandleBase::isValid(), gen::n, triggerEventHandle_, triggerEventToken_, triggerName_, triggerResultsHandle_, and triggerResultsToken_.
|
virtual |
Definition at line 141 of file HLTEventAnalyzerAOD.cc.
References assert(), trigger::TriggerObject::eta(), HltComparatorCreateWorkflow::hltConfig, HLTPrescaleProvider::hltConfigProvider(), hltPrescaleProvider_, i, trigger::TriggerObject::id(), j, visualization-live-secondInstance_cfg::m, trigger::TriggerObject::mass(), bookConverter::max, python.rootplot.argparse::message, gen::n, trigger::TriggerObject::phi(), makeHLTPrescaleTable::prescales, HLTPrescaleProvider::prescaleValues(), HLTPrescaleProvider::prescaleValuesInDetail(), processName_, trigger::TriggerObject::pt(), dt_dqm_sourceclient_common_cff::reco, triggerEventHandle_, edm::TriggerNames::triggerIndex(), edm::Event::triggerNames(), and triggerResultsHandle_.
Referenced by analyze().
|
overridevirtual |
Reimplemented from edm::stream::EDAnalyzerBase.
Definition at line 63 of file HLTEventAnalyzerAOD.cc.
References HLTConfigProvider::dump(), HltComparatorCreateWorkflow::hltConfig, HLTPrescaleProvider::hltConfigProvider(), hltPrescaleProvider_, HLTPrescaleProvider::init(), gen::n, processName_, HLTConfigProvider::size(), HLTConfigProvider::triggerIndex(), and triggerName_.
|
overridevirtual |
Reimplemented from edm::stream::EDAnalyzerBase.
Definition at line 60 of file HLTEventAnalyzerAOD.cc.
|
static |
Definition at line 50 of file HLTEventAnalyzerAOD.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), HLT_25ns10e33_v2_cff::InputTag, 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().