CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/L1TriggerConfig/CSCTFConfigProducers/interface/L1MuCSCTFParametersTester.h

Go to the documentation of this file.
00001 #ifndef CSCTFConfigProducers_L1MuCSCTFParametersTester_h
00002 #define CSCTFConfigProducers_L1MuCSCTFParametersTester_h
00003 
00020 // this class header
00021 #include "L1TriggerConfig/CSCTFConfigProducers/interface/L1MuCSCTFParametersTester.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 
00033 // forward declarations
00034 class L1GtParameters;
00035 
00036 // class declaration
00037 class L1MuCSCTFParametersTester : public edm::EDAnalyzer
00038 {
00039 
00040 public:
00041 
00042     // constructor
00043     explicit L1MuCSCTFParametersTester(const edm::ParameterSet&);
00044 
00045     // destructor
00046     virtual ~L1MuCSCTFParametersTester();
00047 
00048     virtual void analyze(const edm::Event&, const edm::EventSetup&);
00049 
00050 };
00051 
00052 #endif /*CSCTFConfigProducers_L1MuCSCTFParametersTester_h*/