CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Member Functions | Private Types | Private Attributes | Static Private Attributes
HLTEventAnalyzerAOD Class Reference

#include <HLTEventAnalyzerAOD.h>

Inheritance diagram for HLTEventAnalyzerAOD:
edm::stream::EDAnalyzer<> edm::stream::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

void analyze (const edm::Event &, const edm::EventSetup &) override
 
virtual void analyzeTrigger (const edm::Event &, const edm::EventSetup &, const std::string &triggerName)
 
void beginRun (edm::Run const &, edm::EventSetup const &) override
 
void endRun (edm::Run const &, edm::EventSetup const &) override
 
 HLTEventAnalyzerAOD (const edm::ParameterSet &)
 
 ~HLTEventAnalyzerAOD () override=default
 
- Public Member Functions inherited from edm::stream::EDAnalyzer<>
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzer ()=default
 
 EDAnalyzer (const EDAnalyzer &)=delete
 
const EDAnalyzeroperator= (const EDAnalyzer &)=delete
 
- Public Member Functions inherited from edm::stream::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
 EDAnalyzerBase (const EDAnalyzerBase &)=delete
 
ModuleDescription const & moduleDescription () const
 
const EDAnalyzerBaseoperator= (const EDAnalyzerBase &)=delete
 
 ~EDAnalyzerBase () override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ESResolverIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESResolverIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex > const & esGetTokenRecordIndicesVector (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::array< std::vector< ModuleDescription const *> *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, ProductRegistry const &preg, std::map< std::string, ModuleDescription const *> const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProductResolverIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

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 Types

using LOG = edm::LogVerbatim
 

Private Attributes

HLTPrescaleProvider hltPrescaleProvider_
 
const std::string processName_
 module config parameters More...
 
edm::Handle< trigger::TriggerEventtriggerEventHandle_
 
const edm::InputTag triggerEventTag_
 
const edm::EDGetTokenT< trigger::TriggerEventtriggerEventToken_
 
const std::string triggerName_
 
edm::Handle< edm::TriggerResultstriggerResultsHandle_
 
const edm::InputTag triggerResultsTag_
 
const edm::EDGetTokenT< edm::TriggerResultstriggerResultsToken_
 
bool const verbose_
 additional class data members More...
 

Static Private Attributes

static constexpr const char * logMsgType_ = "HLTEventAnalyzerAOD"
 

Additional Inherited Members

- Public Types inherited from edm::stream::EDAnalyzer<>
using CacheTypes = CacheContexts< T... >
 
using GlobalCache = typename CacheTypes::GlobalCache
 
using HasAbility = AbilityChecker< T... >
 
using InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache
 
using LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache
 
using LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache >
 
using LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache
 
using RunCache = typename CacheTypes::RunCache
 
using RunContext = RunContextT< RunCache, GlobalCache >
 
using RunSummaryCache = typename CacheTypes::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)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< Bconsumes (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 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)
 

Detailed Description

This class is an EDAnalyzer analyzing the combined HLT information for AOD

Author
Martin Grunewald

See header file for documentation

Author
Martin Grunewald

Definition at line 29 of file HLTEventAnalyzerAOD.h.

Member Typedef Documentation

◆ LOG

Definition at line 42 of file HLTEventAnalyzerAOD.h.

Constructor & Destructor Documentation

◆ HLTEventAnalyzerAOD()

HLTEventAnalyzerAOD::HLTEventAnalyzerAOD ( const edm::ParameterSet ps)
explicit

Definition at line 21 of file HLTEventAnalyzerAOD.cc.

References edm::InputTag::encode(), logMsgType_, processName_, triggerEventTag_, triggerName_, and triggerResultsTag_.

22  : processName_(ps.getParameter<std::string>("processName")),
23  triggerName_(ps.getParameter<std::string>("triggerName")),
24  triggerResultsTag_(ps.getParameter<edm::InputTag>("triggerResults")),
25  triggerResultsToken_(consumes<edm::TriggerResults>(triggerResultsTag_)),
26  triggerEventTag_(ps.getParameter<edm::InputTag>("triggerEvent")),
27  triggerEventToken_(consumes<trigger::TriggerEvent>(triggerEventTag_)),
28  verbose_(ps.getParameter<bool>("verbose")),
30  LOG(logMsgType_) << logMsgType_ << " configuration:\n"
31  << " ProcessName = " << processName_ << "\n"
32  << " TriggerName = " << triggerName_ << "\n"
33  << " TriggerResultsTag = " << triggerResultsTag_.encode() << "\n"
34  << " TriggerEventTag = " << triggerEventTag_.encode();
35 }
T getParameter(std::string const &) const
Definition: ParameterSet.h:307
bool const verbose_
additional class data members
std::string encode() const
Definition: InputTag.cc:159
const edm::InputTag triggerResultsTag_
const edm::EDGetTokenT< edm::TriggerResults > triggerResultsToken_
const std::string triggerName_
const std::string processName_
module config parameters
HLTPrescaleProvider hltPrescaleProvider_
const edm::InputTag triggerEventTag_
static constexpr const char * logMsgType_
ConsumesCollector consumesCollector()
Use a ConsumesCollector to gather consumes information from helper functions.
const edm::EDGetTokenT< trigger::TriggerEvent > triggerEventToken_
edm::LogVerbatim LOG

◆ ~HLTEventAnalyzerAOD()

HLTEventAnalyzerAOD::~HLTEventAnalyzerAOD ( )
overridedefault

Member Function Documentation

◆ analyze()

void HLTEventAnalyzerAOD::analyze ( const edm::Event iEvent,
const edm::EventSetup iSetup 
)
overridevirtual

Implements edm::stream::EDAnalyzerBase.

Definition at line 85 of file HLTEventAnalyzerAOD.cc.

References analyzeTrigger(), cms::cuda::assert(), HltComparatorCreateWorkflow::hltConfig, HLTPrescaleProvider::hltConfigProvider(), hltPrescaleProvider_, mps_fire::i, iEvent, edm::HandleBase::isValid(), logMsgType_, dqmiodumpmetadata::n, edm::HLTGlobalStatus::size(), triggerEventHandle_, triggerEventToken_, triggerName_, triggerResultsHandle_, and triggerResultsToken_.

85  {
86  // get event products
89  LOG(logMsgType_) << logMsgType_ << "::analyze: Error in getting TriggerResults product from Event!";
90  return;
91  }
94  LOG(logMsgType_) << logMsgType_ << "::analyze: Error in getting TriggerEvent product from Event!";
95  return;
96  }
97 
99 
100  // sanity check
102 
103  // analyze this event for the triggers requested
104  if (triggerName_ == "@") {
105  const unsigned int n(hltConfig.size());
106  for (unsigned int i = 0; i != n; ++i) {
107  analyzeTrigger(iEvent, iSetup, hltConfig.triggerName(i));
108  }
109  } else {
111  }
112 
113  return;
114 }
virtual void analyzeTrigger(const edm::Event &, const edm::EventSetup &, const std::string &triggerName)
const edm::EDGetTokenT< edm::TriggerResults > triggerResultsToken_
const std::string triggerName_
HLTConfigProvider const & hltConfigProvider() const
edm::Handle< trigger::TriggerEvent > triggerEventHandle_
assert(be >=bs)
HLTPrescaleProvider hltPrescaleProvider_
unsigned int size() const
Get number of paths stored.
int iEvent
Definition: GenABIO.cc:224
static constexpr const char * logMsgType_
const edm::EDGetTokenT< trigger::TriggerEvent > triggerEventToken_
edm::Handle< edm::TriggerResults > triggerResultsHandle_
bool isValid() const
Definition: HandleBase.h:70
edm::LogVerbatim LOG

◆ analyzeTrigger()

void HLTEventAnalyzerAOD::analyzeTrigger ( const edm::Event iEvent,
const edm::EventSetup iSetup,
const std::string &  triggerName 
)
virtual

Definition at line 116 of file HLTEventAnalyzerAOD.cc.

References edm::HLTGlobalStatus::accept(), cms::cuda::assert(), edm::HLTGlobalStatus::error(), trigger::TriggerObject::eta(), trigger::TriggerEvent::filterIds(), trigger::TriggerEvent::filterIndex(), trigger::TriggerEvent::filterKeys(), trigger::TriggerEvent::getObjects(), HltComparatorCreateWorkflow::hltConfig, HLTPrescaleProvider::hltConfigProvider(), hltPrescaleProvider_, trigger::TriggerObject::id(), heavyIonCSV_trainingSettings::idx, iEvent, edm::HLTGlobalStatus::index(), dqmiolumiharvest::j, logMsgType_, visualization-live-secondInstance_cfg::m, trigger::TriggerObject::mass(), HerwigMaxPtPartonFilter_cfi::moduleLabel, dqmiodumpmetadata::n, trigger::TriggerObject::phi(), hltrates_dqm_sourceclient-live_cfg::prescales, HLTPrescaleProvider::prescaleValues(), HLTPrescaleProvider::prescaleValuesInDetail(), processName_, trigger::TriggerObject::pt(), AlCaHLTBitMon_QueryRunRegistry::string, triggerEventHandle_, PDWG_DiPhoton_SD_cff::triggerName, triggerResultsHandle_, and edm::HLTGlobalStatus::wasrun().

Referenced by analyze().

118  {
120 
121  const unsigned int n(hltConfig.size());
122  const unsigned int triggerIndex(hltConfig.triggerIndex(triggerName));
123  assert(triggerIndex == iEvent.triggerNames(*triggerResultsHandle_).triggerIndex(triggerName));
124 
125  // abort on invalid trigger name
126  if (triggerIndex >= n) {
127  LOG(logMsgType_) << logMsgType_ << "::analyzeTrigger: path " << triggerName << " - not found!";
128  return;
129  }
130 
131  auto const prescales = hltPrescaleProvider_.prescaleValues<double>(iEvent, iSetup, triggerName);
132 
133  LOG(logMsgType_) << logMsgType_ << "::analyzeTrigger: path " << triggerName << " [" << triggerIndex
134  << "] prescales L1T,HLT: " << prescales.first << "," << prescales.second;
135 
136  auto const prescalesInDetail = hltPrescaleProvider_.prescaleValuesInDetail<double>(iEvent, iSetup, triggerName);
137  {
138  LOG logtmp(logMsgType_);
139  logtmp << logMsgType_ << "::analyzeTrigger: path " << triggerName << " [" << triggerIndex
140  << "]\n prescales L1T: " << prescalesInDetail.first.size();
141  for (size_t idx = 0; idx < prescalesInDetail.first.size(); ++idx) {
142  logtmp << " " << idx << ":" << prescalesInDetail.first[idx].first << "/" << prescalesInDetail.first[idx].second;
143  }
144  logtmp << "\n prescale HLT: " << prescalesInDetail.second;
145  }
146 
147  // results from TriggerResults product
148  LOG(logMsgType_) << " Trigger path status:"
149  << " WasRun=" << triggerResultsHandle_->wasrun(triggerIndex)
150  << " Accept=" << triggerResultsHandle_->accept(triggerIndex)
151  << " Error=" << triggerResultsHandle_->error(triggerIndex);
152 
153  // modules on this trigger path
154  const unsigned int m(hltConfig.size(triggerIndex));
155  const std::vector<std::string>& moduleLabels(hltConfig.moduleLabels(triggerIndex));
156  assert(m == moduleLabels.size());
157 
158  // skip empty Paths
159  if (m == 0) {
160  LOG(logMsgType_) << logMsgType_ << "::analyzeTrigger: path " << triggerName << " [" << triggerIndex
161  << "] is empty!";
162  return;
163  }
164 
165  // index of last module executed in this Path
166  const unsigned int moduleIndex(triggerResultsHandle_->index(triggerIndex));
167  assert(moduleIndex < m);
168 
169  LOG(logMsgType_) << " Last active module - label/type: " << moduleLabels[moduleIndex] << "/"
170  << hltConfig.moduleType(moduleLabels[moduleIndex]) << " [" << moduleIndex << " out of 0-" << (m - 1)
171  << " on this path]";
172 
173  // results from TriggerEvent product
174  // Attention: must look only for modules actually run in this path for this event!
175  for (unsigned int j = 0; j <= moduleIndex; ++j) {
176  const std::string& moduleLabel(moduleLabels[j]);
177  const std::string moduleType(hltConfig.moduleType(moduleLabel));
178 
179  // check whether the module is packed up in TriggerEvent product
180  const unsigned int filterIndex(triggerEventHandle_->filterIndex(edm::InputTag(moduleLabel, "", processName_)));
181  if (filterIndex < triggerEventHandle_->sizeFilters()) {
182  LOG(logMsgType_) << " 'L3' filter in slot " << j << " - label/type " << moduleLabel << "/" << moduleType;
183 
184  const trigger::Vids& VIDS(triggerEventHandle_->filterIds(filterIndex));
185  const trigger::Keys& KEYS(triggerEventHandle_->filterKeys(filterIndex));
186  const trigger::size_type nI(VIDS.size());
187  const trigger::size_type nK(KEYS.size());
188  assert(nI == nK);
189 
190  LOG(logMsgType_) << " " << nI << " accepted 'L3' objects found: ";
192  for (trigger::size_type idx = 0; idx < nI; ++idx) {
193  const trigger::TriggerObject& TO(TOC[KEYS[idx]]);
194  LOG(logMsgType_) << " " << idx << " " << VIDS[idx] << "/" << KEYS[idx] << ": " << TO.id() << " " << TO.pt()
195  << " " << TO.eta() << " " << TO.phi() << " " << TO.mass();
196  }
197  }
198  }
199 
200  return;
201 }
unsigned int index(const unsigned int i) const
Get index (slot position) of module giving the decision of the ith path.
bool accept() const
Has at least one path accepted the event?
const Keys & filterKeys(trigger::size_type index) const
Definition: TriggerEvent.h:119
bool error() const
Has any path encountered an error (exception)
std::pair< std::vector< std::pair< std::string, TL1 > >, THLT > prescaleValuesInDetail(const edm::Event &iEvent, const edm::EventSetup &iSetup, const std::string &trigger)
HLTConfigProvider const & hltConfigProvider() const
edm::Handle< trigger::TriggerEvent > triggerEventHandle_
const std::string processName_
module config parameters
assert(be >=bs)
uint16_t size_type
HLTPrescaleProvider hltPrescaleProvider_
bool wasrun() const
Was at least one path run?
Single trigger physics object (e.g., an isolated muon)
Definition: TriggerObject.h:21
int iEvent
Definition: GenABIO.cc:224
std::pair< TL1, THLT > prescaleValues(const edm::Event &iEvent, const edm::EventSetup &iSetup, const std::string &trigger)
Combined L1T (pair.first) and HLT (pair.second) prescales per HLT path.
static constexpr const char * logMsgType_
const TriggerObjectCollection & getObjects() const
Definition: TriggerEvent.h:102
edm::Handle< edm::TriggerResults > triggerResultsHandle_
std::vector< TriggerObject > TriggerObjectCollection
collection of trigger physics objects (e.g., all isolated muons)
Definition: TriggerObject.h:75
const Vids & filterIds(trigger::size_type index) const
Definition: TriggerEvent.h:118
trigger::size_type filterIndex(const edm::InputTag &filterTag) const
find index of filter in data-member vector from filter tag
Definition: TriggerEvent.h:133
std::vector< size_type > Keys
edm::LogVerbatim LOG
std::vector< int > Vids

◆ beginRun()

void HLTEventAnalyzerAOD::beginRun ( edm::Run const &  iRun,
edm::EventSetup const &  iSetup 
)
overridevirtual

Reimplemented from edm::stream::EDAnalyzerBase.

Definition at line 52 of file HLTEventAnalyzerAOD.cc.

References HltComparatorCreateWorkflow::hltConfig, HLTPrescaleProvider::hltConfigProvider(), hltPrescaleProvider_, HLTPrescaleProvider::init(), logMsgType_, dqmiodumpmetadata::n, processName_, triggerName_, and verbose_.

52  {
53  bool changed(true);
54  if (hltPrescaleProvider_.init(iRun, iSetup, processName_, changed)) {
56 
57  if (changed) {
58  // check if trigger name in (new) config
59  if (triggerName_ != "@") { // "@" means: analyze all triggers in config
60  const unsigned int n(hltConfig.size());
61  const unsigned int triggerIndex(hltConfig.triggerIndex(triggerName_));
62  if (triggerIndex >= n) {
63  LOG(logMsgType_) << logMsgType_ << "::beginRun: TriggerName " << triggerName_
64  << " not available in (new) config!";
65  LOG(logMsgType_) << "Available TriggerNames are:";
66  hltConfig.dump("Triggers");
67  }
68  }
69  // in verbose mode, print process info to stdout
70  if (verbose_) {
71  hltConfig.dump("ProcessName");
72  hltConfig.dump("GlobalTag");
73  hltConfig.dump("TableName");
74  hltConfig.dump("Streams");
75  hltConfig.dump("Datasets");
76  hltConfig.dump("PrescaleTable");
77  hltConfig.dump("ProcessPSet");
78  }
79  }
80  } else {
81  LOG(logMsgType_) << logMsgType_ << "::beginRun: config extraction failure with process name " << processName_;
82  }
83 }
bool const verbose_
additional class data members
const std::string triggerName_
HLTConfigProvider const & hltConfigProvider() const
const std::string processName_
module config parameters
HLTPrescaleProvider hltPrescaleProvider_
static constexpr const char * logMsgType_
edm::LogVerbatim LOG
bool init(const edm::Run &iRun, const edm::EventSetup &iSetup, const std::string &processName, bool &changed)

◆ endRun()

void HLTEventAnalyzerAOD::endRun ( edm::Run const &  ,
edm::EventSetup const &   
)
inlineoverridevirtual

Reimplemented from edm::stream::EDAnalyzerBase.

Definition at line 36 of file HLTEventAnalyzerAOD.h.

36 {}

◆ fillDescriptions()

void HLTEventAnalyzerAOD::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 40 of file HLTEventAnalyzerAOD.cc.

References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, ProducerED_cfi::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.

40  {
42  desc.add<std::string>("processName", "HLT");
43  desc.add<std::string>("triggerName", "@")
44  ->setComment("name of trigger Path to consider (use \"@\" to consider all Paths)");
45  desc.add<edm::InputTag>("triggerResults", edm::InputTag("TriggerResults", "", "HLT"));
46  desc.add<edm::InputTag>("triggerEvent", edm::InputTag("hltTriggerSummaryAOD", "", "HLT"));
47  desc.add<unsigned int>("stageL1Trigger", 1);
48  desc.add<bool>("verbose", true)->setComment("enable verbose mode");
49  descriptions.add("hltEventAnalyzerAODDefault", desc);
50 }
void add(std::string const &label, ParameterSetDescription const &psetDescription)

Member Data Documentation

◆ hltPrescaleProvider_

HLTPrescaleProvider HLTEventAnalyzerAOD::hltPrescaleProvider_
private

Definition at line 58 of file HLTEventAnalyzerAOD.h.

Referenced by analyze(), analyzeTrigger(), and beginRun().

◆ logMsgType_

constexpr const char* HLTEventAnalyzerAOD::logMsgType_ = "HLTEventAnalyzerAOD"
staticprivate

Definition at line 44 of file HLTEventAnalyzerAOD.h.

Referenced by analyze(), analyzeTrigger(), beginRun(), and HLTEventAnalyzerAOD().

◆ processName_

const std::string HLTEventAnalyzerAOD::processName_
private

module config parameters

Definition at line 47 of file HLTEventAnalyzerAOD.h.

Referenced by analyzeTrigger(), beginRun(), and HLTEventAnalyzerAOD().

◆ triggerEventHandle_

edm::Handle<trigger::TriggerEvent> HLTEventAnalyzerAOD::triggerEventHandle_
private

Definition at line 57 of file HLTEventAnalyzerAOD.h.

Referenced by analyze(), and analyzeTrigger().

◆ triggerEventTag_

const edm::InputTag HLTEventAnalyzerAOD::triggerEventTag_
private

Definition at line 51 of file HLTEventAnalyzerAOD.h.

Referenced by HLTEventAnalyzerAOD().

◆ triggerEventToken_

const edm::EDGetTokenT<trigger::TriggerEvent> HLTEventAnalyzerAOD::triggerEventToken_
private

Definition at line 52 of file HLTEventAnalyzerAOD.h.

Referenced by analyze().

◆ triggerName_

const std::string HLTEventAnalyzerAOD::triggerName_
private

Definition at line 48 of file HLTEventAnalyzerAOD.h.

Referenced by analyze(), beginRun(), and HLTEventAnalyzerAOD().

◆ triggerResultsHandle_

edm::Handle<edm::TriggerResults> HLTEventAnalyzerAOD::triggerResultsHandle_
private

Definition at line 56 of file HLTEventAnalyzerAOD.h.

Referenced by analyze(), and analyzeTrigger().

◆ triggerResultsTag_

const edm::InputTag HLTEventAnalyzerAOD::triggerResultsTag_
private

Definition at line 49 of file HLTEventAnalyzerAOD.h.

Referenced by HLTEventAnalyzerAOD().

◆ triggerResultsToken_

const edm::EDGetTokenT<edm::TriggerResults> HLTEventAnalyzerAOD::triggerResultsToken_
private

Definition at line 50 of file HLTEventAnalyzerAOD.h.

Referenced by analyze().

◆ verbose_

bool const HLTEventAnalyzerAOD::verbose_
private

additional class data members

Definition at line 55 of file HLTEventAnalyzerAOD.h.

Referenced by beginRun().