CMS 3D CMS Logo

DTConfigTester.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: DTTPGConfigProducer
4 // Class: DTConfigTester
5 //
14 //
15 // Original Author: Sara Vanini
16 // Created: Sat Mar 17 10:00 CEST 2007
17 // $Id:
18 //
19 //
20 
21 // user include files
25 
26 //
27 // class decleration
28 //
29 
31 
32 public:
34  explicit DTConfigTester(const edm::ParameterSet &);
35 
37  ~DTConfigTester() override;
38 
39  // Analyze Method
40  void analyze(const edm::Event &, const edm::EventSetup &) override;
41 
42 private:
43  int my_wh;
44  int my_sec;
45  int my_st;
46  int my_traco;
47  int my_bti;
48  int my_sl;
49 };
void analyze(const edm::Event &, const edm::EventSetup &) override
~DTConfigTester() override
Destructor.
DTConfigTester(const edm::ParameterSet &)
Constructor.