Go to the documentation of this file.00001 #ifndef L1GtConfigProducers_L1GtStableParametersTester_h
00002 #define L1GtConfigProducers_L1GtStableParametersTester_h
00003
00020
00021 #include "L1TriggerConfig/L1GtConfigProducers/interface/L1GtStableParametersTester.h"
00022
00023
00024
00025
00026
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 class L1GtStableParameters;
00034
00035
00036 class L1GtStableParametersTester : public edm::EDAnalyzer
00037 {
00038
00039 public:
00040
00041
00042 explicit L1GtStableParametersTester(const edm::ParameterSet&);
00043
00044
00045 virtual ~L1GtStableParametersTester();
00046
00047 virtual void analyze(const edm::Event&, const edm::EventSetup&);
00048
00049 };
00050
00051 #endif