CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/HLTrigger/HLTcore/interface/TriggerSummaryAnalyzerAOD.h

Go to the documentation of this file.
00001 #ifndef HLTcore_TriggerSummaryAnalyzerAOD_h
00002 #define HLTcore_TriggerSummaryAnalyzerAOD_h
00003 
00016 #include "FWCore/Framework/interface/Event.h"
00017 #include "FWCore/Framework/interface/EDAnalyzer.h"
00018 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00019 
00020 //
00021 // class declaration
00022 //
00023 class TriggerSummaryAnalyzerAOD : public edm::EDAnalyzer {
00024   
00025  public:
00026   explicit TriggerSummaryAnalyzerAOD(const edm::ParameterSet&);
00027   ~TriggerSummaryAnalyzerAOD();
00028   virtual void analyze(const edm::Event&, const edm::EventSetup&);
00029 
00030  private:
00032   edm::InputTag inputTag_;
00033 
00034 };
00035 #endif