#include <TriggerSummaryAnalyzerAOD.h>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Private Attributes | |
edm::InputTag | inputTag_ |
InputTag of TriggerEvent to analyze. More... | |
edm::EDGetTokenT < trigger::TriggerEvent > | inputToken_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
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 HLT summary object for AOD
See header file for documentation
Definition at line 25 of file TriggerSummaryAnalyzerAOD.h.
|
explicit |
Definition at line 16 of file TriggerSummaryAnalyzerAOD.cc.
TriggerSummaryAnalyzerAOD::~TriggerSummaryAnalyzerAOD | ( | ) |
Definition at line 21 of file TriggerSummaryAnalyzerAOD.cc.
|
virtual |
Implements edm::EDAnalyzer.
Definition at line 37 of file TriggerSummaryAnalyzerAOD.cc.
References gather_cfg::cout, edm::InputTag::encode(), trigger::TriggerObject::eta(), edm::Event::getByToken(), patZpeak::handle, i, trigger::TriggerObject::id(), inputTag_, inputToken_, trigger::TriggerObject::mass(), bookConverter::max, n, trigger::TriggerObject::phi(), trigger::TriggerObject::pt(), and dt_dqm_sourceclient_common_cff::reco.
|
static |
Definition at line 29 of file TriggerSummaryAnalyzerAOD.cc.
References edm::ConfigurationDescriptions::add(), and edm::ParameterSetDescription::add().
|
private |
InputTag of TriggerEvent to analyze.
Definition at line 35 of file TriggerSummaryAnalyzerAOD.h.
Referenced by analyze().
|
private |
Definition at line 36 of file TriggerSummaryAnalyzerAOD.h.
Referenced by analyze().