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 
18 // this class header
20 
21 // system include files
22 
23 // user include files
24 // base class
26 
29 
30 
31 // forward declarations
32 class L1GtParameters;
33 
34 // class declaration
36 {
37 
38 public:
39 
40  // constructor
41  explicit L1GtParametersTester(const edm::ParameterSet&);
42 
43  // destructor
44  virtual ~L1GtParametersTester();
45 
46  virtual void analyze(const edm::Event&, const edm::EventSetup&);
47 
48 };
49 
50 #endif /*L1GtConfigProducers_L1GtParametersTester_h*/
L1GtParametersTester(const edm::ParameterSet &)
virtual void analyze(const edm::Event &, const edm::EventSetup &)