CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1GtParametersTester.h
Go to the documentation of this file.
1 #ifndef L1GtConfigProducers_L1GtParametersTester_h
2 #define L1GtConfigProducers_L1GtParametersTester_h
3 
20 // this class header
22 
23 // system include files
24 
25 // user include files
26 // base class
28 
31 
32 
33 // forward declarations
34 class L1GtParameters;
35 
36 // class declaration
38 {
39 
40 public:
41 
42  // constructor
43  explicit L1GtParametersTester(const edm::ParameterSet&);
44 
45  // destructor
46  virtual ~L1GtParametersTester();
47 
48  virtual void analyze(const edm::Event&, const edm::EventSetup&);
49 
50 };
51 
52 #endif /*L1GtConfigProducers_L1GtParametersTester_h*/
L1GtParametersTester(const edm::ParameterSet &)
virtual void analyze(const edm::Event &, const edm::EventSetup &)