CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/L1TriggerConfig/GctConfigProducers/interface/L1GctConfigDump.h

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