src
L1TriggerConfig
DTTPGConfig
interface
DTConfigTSTheta.h
Go to the documentation of this file.
1
//-------------------------------------------------
2
//
12
//
13
//--------------------------------------------------
14
#ifndef DT_CONFIG_TSTHETA_H
15
#define DT_CONFIG_TSTHETA_H
16
17
//---------------
18
// C++ Headers --
19
//---------------
20
21
//----------------------
22
// Base Class Headers --
23
//----------------------
24
25
//------------------------------------
26
// Collaborating Class Declarations --
27
//------------------------------------
28
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
29
#include "
L1TriggerConfig/DTTPGConfig/interface/DTConfig.h
"
30
31
// ---------------------
32
// -- Class Interface --
33
// ---------------------
34
35
class
DTConfigTSTheta
:
public
DTConfig
{
36
public
:
37
/* //! Constants: first and last step to start trigger finding */
38
/* static const int NSTEPL=24, NSTEPF=9; */
39
41
static
const
int
NCELLTH
= 57;
42
44
DTConfigTSTheta
(
const
edm::ParameterSet
& ps);
45
47
DTConfigTSTheta
();
48
50
~DTConfigTSTheta
()
override
;
51
53
inline
bool
debug
()
const
{
return
m_debug
; }
54
56
void
print
()
const
;
57
59
inline
void
setDebug
(
bool
debug
) {
m_debug
=
debug
; }
60
61
private
:
63
void
setDefaults
(
const
edm::ParameterSet
& ps);
64
65
bool
m_debug
;
66
};
67
68
#endif
DTConfigTSTheta::~DTConfigTSTheta
~DTConfigTSTheta() override
Destructor.
Definition:
DTConfigTSTheta.cc:38
DTConfigTSTheta::m_debug
bool m_debug
Definition:
DTConfigTSTheta.h:65
DTConfig
Definition:
DTConfig.h:32
ParameterSet.h
DTConfig.h
DTConfigTSTheta::debug
bool debug() const
Return the debug flag.
Definition:
DTConfigTSTheta.h:53
DTConfigTSTheta::DTConfigTSTheta
DTConfigTSTheta()
Constructor.
Definition:
DTConfigTSTheta.cc:33
DTConfigTSTheta::NCELLTH
static const int NCELLTH
Constants: number of cell (BTI) in theta view planes.
Definition:
DTConfigTSTheta.h:41
DTConfigTSTheta::print
void print() const
Print the setup.
Definition:
DTConfigTSTheta.cc:49
edm::ParameterSet
Definition:
ParameterSet.h:48
DTConfigTSTheta::setDefaults
void setDefaults(const edm::ParameterSet &ps)
Load pset values into class variables.
Definition:
DTConfigTSTheta.cc:44
DTConfigTSTheta
Definition:
DTConfigTSTheta.h:35
DTConfigTSTheta::setDebug
void setDebug(bool debug)
Set debug flag.
Definition:
DTConfigTSTheta.h:59
Generated for CMSSW Reference Manual by
1.8.14