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
00028
00029
00030
00031 class L1GctConfigDump : public edm::EDAnalyzer
00032 {
00033
00034 public:
00035
00036
00037 explicit L1GctConfigDump(const edm::ParameterSet&);
00038
00039
00040 virtual ~L1GctConfigDump();
00041
00042 virtual void analyze(const edm::Event&, const edm::EventSetup&);
00043
00044 };
00045
00046 #endif