CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTConfigTester.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: DTTPGConfigProducer
4 // Class: DTConfigTester
5 //
13 //
14 // Original Author: Sara Vanini
15 // Created: Sat Mar 17 10:00 CEST 2007
16 // $Id:
17 //
18 //
19 
20 
21 // user include files
25 
26 
27 //
28 // class decleration
29 //
30 
32 
33 public :
34 
36  explicit DTConfigTester(const edm::ParameterSet&);
37 
40 
41  // Analyze Method
42  virtual void analyze(const edm::Event&, const edm::EventSetup&);
43 
44 private:
45 
46  int my_wh;
47  int my_sec;
48  int my_st;
49  int my_traco;
50  int my_bti;
51  int my_sl;
52 };
53 
virtual void analyze(const edm::Event &, const edm::EventSetup &)
~DTConfigTester()
Destructor.
DTConfigTester(const edm::ParameterSet &)
Constructor.