Main Page
Namespaces
Classes
Package Documentation
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
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
DTConfig::NSTEPF
static const int NSTEPF
Definition:
DTConfig.h:36
DTConfig
Definition:
DTConfig.h:32
DTConfig::NTCTSS
static const int NTCTSS
Constant: number of TRACOs in input to a TSS.
Definition:
DTConfig.h:41
DTConfig::DTConfig
DTConfig()
Constructor.
Definition:
DTConfig.h:44
DTConfig::NSTEPL
static const int NSTEPL
Constants: first and last step to start trigger finding.
Definition:
DTConfig.h:36
DTConfig::~DTConfig
virtual ~DTConfig()
Destructor.
Definition:
DTConfig.h:47
DTConfig::NBTITC
static const int NBTITC
Definition:
DTConfig.h:38
Generated for CMSSW Reference Manual by
1.8.11