CMS 3D CMS Logo

L1GtBoardMapsTester.h
Go to the documentation of this file.
1 #ifndef L1GtConfigProducers_L1GtBoardMapsTester_h
2 #define L1GtConfigProducers_L1GtBoardMapsTester_h
3 
18 // system include files
19 
20 // user include files
21 // base class
23 
26 
27 
28 // forward declarations
29 
30 // class declaration
32 {
33 
34 public:
35 
36  // constructor
37  explicit L1GtBoardMapsTester(const edm::ParameterSet&);
38 
39  // destructor
40  ~L1GtBoardMapsTester() override;
41 
42  void analyze(const edm::Event&, const edm::EventSetup&) override;
43 
44 };
45 
46 #endif /*L1GtConfigProducers_L1GtBoardMapsTester_h*/
void analyze(const edm::Event &, const edm::EventSetup &) override
L1GtBoardMapsTester(const edm::ParameterSet &)