CMS 3D CMS Logo

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

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