CMS 3D CMS Logo

TriggerTools.h
Go to the documentation of this file.
1 #ifndef DQMOFFLINE_LUMI_TRIGGERTOOLS_H
2 #define DQMOFFLINE_LUMI_TRIGGERTOOLS_H
3 
7 #include <vector>
8 
9 namespace ZCountingTrigger {
10 
12 {
13 public:
14  static TriggerObjects matchHLT(const double eta, const double phi,
15  const std::vector<TriggerRecord> &triggerRecords,
16  const trigger::TriggerEvent &triggerEvent);
17 };
18 
19 }
20 #endif
The single EDProduct to be saved for each event (AOD case)
Definition: TriggerEvent.h:25
std::bitset< kNTrigObjectBit > TriggerObjects
Definition: TriggerDefs.h:9
static TriggerObjects matchHLT(const double eta, const double phi, const std::vector< TriggerRecord > &triggerRecords, const trigger::TriggerEvent &triggerEvent)
Definition: TriggerTools.cc:9