CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DTConfig.h
Go to the documentation of this file.
1 //-------------------------------------------------
2 //
11 //
12 //--------------------------------------------------
13 #ifndef DT_CONFIG_H
14 #define DT_CONFIG_H
15 
16 //---------------
17 // C++ Headers --
18 //---------------
19 
20 //----------------------
21 // Base Class Headers --
22 //----------------------
23 
24 //------------------------------------
25 // Collaborating Class Declarations --
26 //------------------------------------
27 
28 // ---------------------
29 // -- Class Interface --
30 // ---------------------
31 
32 class DTConfig {
33 public:
35  static const int NSTEPL = 24, NSTEPF = 9;
36 
37  static const int NBTITC = 4;
38 
40  static const int NTCTSS = 4;
41 
43  DTConfig(){};
44 
46  virtual ~DTConfig(){};
47 };
48 
49 #endif
static const int NSTEPF
Definition: DTConfig.h:35
static const int NTCTSS
Constant: number of TRACOs in input to a TSS.
Definition: DTConfig.h:40
DTConfig()
Constructor.
Definition: DTConfig.h:43
static const int NSTEPL
Constants: first and last step to start trigger finding.
Definition: DTConfig.h:35
virtual ~DTConfig()
Destructor.
Definition: DTConfig.h:46
static const int NBTITC
Definition: DTConfig.h:37