CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/L1TriggerConfig/L1GtConfigProducers/interface/L1GtStableParametersTester.h

Go to the documentation of this file.
00001 #ifndef L1GtConfigProducers_L1GtStableParametersTester_h
00002 #define L1GtConfigProducers_L1GtStableParametersTester_h
00003 
00020 // this class header
00021 #include "L1TriggerConfig/L1GtConfigProducers/interface/L1GtStableParametersTester.h"
00022 
00023 // system include files
00024 
00025 // user include files
00026 //   base class
00027 #include "FWCore/Framework/interface/EDAnalyzer.h"
00028 
00029 #include "FWCore/Framework/interface/Event.h"
00030 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00031 
00032 // forward declarations
00033 class L1GtStableParameters;
00034 
00035 // class declaration
00036 class L1GtStableParametersTester : public edm::EDAnalyzer
00037 {
00038 
00039 public:
00040 
00041     // constructor
00042     explicit L1GtStableParametersTester(const edm::ParameterSet&);
00043 
00044     // destructor
00045     virtual ~L1GtStableParametersTester();
00046 
00047     virtual void analyze(const edm::Event&, const edm::EventSetup&);
00048 
00049 };
00050 
00051 #endif /*L1GtConfigProducers_L1GtStableParametersTester_h*/