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 public:
33  explicit DTConfigTester(const edm::ParameterSet &);
34 
36  ~DTConfigTester() override;
37 
38  // Analyze Method
39  void analyze(const edm::Event &, const edm::EventSetup &) override;
40 
41 private:
42  int my_wh;
43  int my_sec;
44  int my_st;
45  int my_traco;
46  int my_bti;
47  int my_sl;
48 };
void analyze(const edm::Event &, const edm::EventSetup &) override
~DTConfigTester() override
Destructor.
DTConfigTester(const edm::ParameterSet &)
Constructor.