src
L1TriggerConfig
DTTPGConfig
interface
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
DTConfig::NSTEPF
static const int NSTEPF
Definition:
DTConfig.h:35
DTConfig
Definition:
DTConfig.h:32
DTConfig::NTCTSS
static const int NTCTSS
Constant: number of TRACOs in input to a TSS.
Definition:
DTConfig.h:40
DTConfig::DTConfig
DTConfig()
Constructor.
Definition:
DTConfig.h:43
DTConfig::NSTEPL
static const int NSTEPL
Constants: first and last step to start trigger finding.
Definition:
DTConfig.h:35
DTConfig::~DTConfig
virtual ~DTConfig()
Destructor.
Definition:
DTConfig.h:46
DTConfig::NBTITC
static const int NBTITC
Definition:
DTConfig.h:37
Generated for CMSSW Reference Manual by
1.8.14