Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
L1TriggerConfig
DTTPGConfig
interface
DTConfigTrigUnit.h
Go to the documentation of this file.
1
//-------------------------------------------------
2
//
12
//
13
//--------------------------------------------------
14
#ifndef DT_CONFIG_TrigUnit_H
15
#define DT_CONFIG_TrigUnit_H
16
17
//---------------
18
// C++ Headers --
19
//---------------
20
#include <iostream>
21
22
//----------------------
23
// Base Class Headers --
24
//----------------------
25
26
//------------------------------------
27
// Collaborating Class Declarations --
28
//------------------------------------
29
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
30
#include "
L1TriggerConfig/DTTPGConfig/interface/DTConfig.h
"
31
32
// ---------------------
33
// -- Class Interface --
34
// ---------------------
35
36
class
DTConfigTrigUnit
:
public
DTConfig
{
37
public
:
39
DTConfigTrigUnit
(
const
edm::ParameterSet
& ps);
40
42
DTConfigTrigUnit
(){};
43
45
~DTConfigTrigUnit
()
override
;
46
48
inline
bool
debug
()
const
{
return
m_debug
; }
49
51
void
print
()
const
;
52
54
inline
void
setDebug
(
bool
debug
) {
m_debug
=
debug
; }
55
56
private
:
58
void
setDefaults
(
const
edm::ParameterSet
& m_ps);
59
60
bool
m_debug
;
61
};
62
63
#endif
DTConfigTrigUnit
Definition:
DTConfigTrigUnit.h:36
DTConfigTrigUnit::setDefaults
void setDefaults(const edm::ParameterSet &m_ps)
Load pset values into class variables.
Definition:
DTConfigTrigUnit.cc:45
DTConfig
Definition:
DTConfig.h:32
DTConfigTrigUnit::debug
bool debug() const
Debug flag.
Definition:
DTConfigTrigUnit.h:48
ParameterSet.h
DTConfig.h
DTConfigTrigUnit::setDebug
void setDebug(bool debug)
Set debug flag.
Definition:
DTConfigTrigUnit.h:54
DTConfigTrigUnit::m_debug
bool m_debug
Definition:
DTConfigTrigUnit.h:60
DTConfigTrigUnit::~DTConfigTrigUnit
~DTConfigTrigUnit() override
Destructor.
Definition:
DTConfigTrigUnit.cc:39
DTConfigTrigUnit::DTConfigTrigUnit
DTConfigTrigUnit()
Constructor.
Definition:
DTConfigTrigUnit.h:42
edm::ParameterSet
Definition:
ParameterSet.h:47
DTConfigTrigUnit::print
void print() const
Print the setup.
Definition:
DTConfigTrigUnit.cc:50
Generated for CMSSW Reference Manual by
1.8.14