Go to the documentation of this file.00001 #ifndef L1GtConfigProducers_L1GtPsbSetupTester_h
00002 #define L1GtConfigProducers_L1GtPsbSetupTester_h
00003
00020
00021
00022
00023
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
00031
00032
00033 class L1GtPsbSetupTester : public edm::EDAnalyzer
00034 {
00035
00036 public:
00037
00038
00039 explicit L1GtPsbSetupTester(const edm::ParameterSet&);
00040
00041
00042 virtual ~L1GtPsbSetupTester();
00043
00044 virtual void analyze(const edm::Event&, const edm::EventSetup&);
00045
00046 };
00047
00048 #endif