CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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 
34  public:
36  static const int NSTEPL=24, NSTEPF=9;
37 
38  static const int NBTITC=4;
39 
41  static const int NTCTSS = 4;
42 
44  DTConfig(){};
45 
47  virtual ~DTConfig(){};
48 
49 };
50 
51 #endif
static const int NSTEPF
Definition: DTConfig.h:36
static const int NTCTSS
Constant: number of TRACOs in input to a TSS.
Definition: DTConfig.h:41
DTConfig()
Constructor.
Definition: DTConfig.h:44
static const int NSTEPL
Constants: first and last step to start trigger finding.
Definition: DTConfig.h:36
virtual ~DTConfig()
Destructor.
Definition: DTConfig.h:47
static const int NBTITC
Definition: DTConfig.h:38