test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
37
public
:
38
39
/* //! Constants: first and last step to start trigger finding */
40
/* static const int NSTEPL=24, NSTEPF=9; */
41
43
static
const
int
NCELLTH
=57;
44
46
DTConfigTSTheta
(
const
edm::ParameterSet
& ps);
47
49
DTConfigTSTheta
();
50
52
~DTConfigTSTheta
();
53
55
inline
bool
debug
()
const
{
return
m_debug
; }
56
58
void
print
()
const
;
59
61
inline
void
setDebug
(
bool
debug
) {
m_debug
=
debug
; }
62
63
private
:
64
66
void
setDefaults
(
const
edm:: ParameterSet
& ps);
67
68
bool
m_debug
;
69
70
};
71
72
#endif
DTConfigTSTheta::~DTConfigTSTheta
~DTConfigTSTheta()
Destructor.
Definition:
DTConfigTSTheta.cc:44
DTConfigTSTheta::m_debug
bool m_debug
Definition:
DTConfigTSTheta.h:68
DTConfig
Definition:
DTConfig.h:32
DTConfigTSTheta::debug
bool debug() const
Return the debug flag.
Definition:
DTConfigTSTheta.h:55
ParameterSet.h
DTConfig.h
DTConfigTSTheta::DTConfigTSTheta
DTConfigTSTheta()
Constructor.
Definition:
DTConfigTSTheta.cc:37
DTConfigTSTheta::NCELLTH
static const int NCELLTH
Constants: number of cell (BTI) in theta view planes.
Definition:
DTConfigTSTheta.h:43
DTConfigTSTheta::print
void print() const
Print the setup.
Definition:
DTConfigTSTheta.cc:59
edm::ParameterSet
Definition:
ParameterSet.h:36
DTConfigTSTheta::setDefaults
void setDefaults(const edm::ParameterSet &ps)
Load pset values into class variables.
Definition:
DTConfigTSTheta.cc:51
DTConfigTSTheta
Definition:
DTConfigTSTheta.h:35
DTConfigTSTheta::setDebug
void setDebug(bool debug)
Set debug flag.
Definition:
DTConfigTSTheta.h:61
Generated for CMSSW Reference Manual by
1.8.5