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
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
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
CondFormats
L1TObjects
interface
L1GtTriggerMask.h
Go to the documentation of this file.
1
#ifndef CondFormats_L1TObjects_L1GtTriggerMask_h
2
#define CondFormats_L1TObjects_L1GtTriggerMask_h
3
20
// system include files
21
#include "
CondFormats/Serialization/interface/Serializable.h
"
22
23
#include <vector>
24
#include <ostream>
25
26
// user include files
27
// base class
28
29
// forward declarations
30
31
// class declaration
32
33
class
L1GtTriggerMask
{
34
public
:
35
// constructors
36
//
37
L1GtTriggerMask
();
38
39
// from a vector
40
L1GtTriggerMask
(std::vector<unsigned int>&);
41
42
// destructor
43
virtual
~L1GtTriggerMask
();
44
45
public
:
47
inline
const
std::vector<unsigned int>&
gtTriggerMask
()
const
{
return
m_triggerMask
; }
48
50
void
setGtTriggerMask
(std::vector<unsigned int>&);
51
53
void
print
(std::ostream&)
const
;
54
55
private
:
57
std::vector<unsigned int>
m_triggerMask
;
58
59
COND_SERIALIZABLE
;
60
};
61
62
#endif
/*CondFormats_L1TObjects_L1GtTriggerMask_h*/
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
L1GtTriggerMask
Definition:
L1GtTriggerMask.h:33
L1GtTriggerMask::gtTriggerMask
const std::vector< unsigned int > & gtTriggerMask() const
get the trigger mask
Definition:
L1GtTriggerMask.h:47
Serializable.h
L1GtTriggerMask::~L1GtTriggerMask
virtual ~L1GtTriggerMask()
Definition:
L1GtTriggerMask.cc:35
L1GtTriggerMask::L1GtTriggerMask
L1GtTriggerMask()
Definition:
L1GtTriggerMask.cc:28
L1GtTriggerMask::print
void print(std::ostream &) const
print the mask
Definition:
L1GtTriggerMask.cc:43
L1GtTriggerMask::setGtTriggerMask
void setGtTriggerMask(std::vector< unsigned int > &)
set the trigger mask
Definition:
L1GtTriggerMask.cc:40
L1GtTriggerMask::m_triggerMask
std::vector< unsigned int > m_triggerMask
trigger mask
Definition:
L1GtTriggerMask.h:57
Generated for CMSSW Reference Manual by
1.8.16