CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTEventAnalyzerAOD.h
Go to the documentation of this file.
1 #ifndef HLTcore_HLTEventAnalyzerAOD_h
2 #define HLTcore_HLTEventAnalyzerAOD_h
3 
20 namespace edm {
22 }
23 
24 //
25 // class declaration
26 //
28 
29  public:
30  explicit HLTEventAnalyzerAOD(const edm::ParameterSet&);
32  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
33 
34  virtual void beginRun(edm::Run const &, edm::EventSetup const&);
35  virtual void analyze(const edm::Event&, const edm::EventSetup&);
36  virtual void analyzeTrigger(const edm::Event&, const edm::EventSetup&, const std::string& triggerName);
37 
38  private:
39 
47 
52 
53 };
54 #endif
virtual void analyzeTrigger(const edm::Event &, const edm::EventSetup &, const std::string &triggerName)
edm::EDGetTokenT< edm::TriggerResults > triggerResultsToken_
virtual void beginRun(edm::Run const &, edm::EventSetup const &)
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
edm::InputTag triggerEventTag_
edm::Handle< trigger::TriggerEvent > triggerEventHandle_
std::string processName_
module config parameters
edm::EDGetTokenT< trigger::TriggerEvent > triggerEventToken_
edm::InputTag triggerResultsTag_
edm::Handle< edm::TriggerResults > triggerResultsHandle_
additional class data memebers
HLTEventAnalyzerAOD(const edm::ParameterSet &)
HLTConfigProvider hltConfig_
virtual void analyze(const edm::Event &, const edm::EventSetup &)
Definition: Run.h:41