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
CondFormats
L1TObjects
interface
L1MuGMTChannelMask.h
Go to the documentation of this file.
1
//-------------------------------------------------
2
//
3
// \class L1MuGMTChannelMask
4
//
8
//
9
// $Date$
10
// $Revision$
11
//
12
//
13
// Author :
14
// Ivan Mikulec HEPHY / Vienna
15
//
16
//
17
//--------------------------------------------------
18
#ifndef CondFormatsL1TObjects_L1MuGMTChannelMask_h
19
#define CondFormatsL1TObjects_L1MuGMTChannelMask_h
20
21
#include "
CondFormats/Serialization/interface/Serializable.h
"
22
23
#include <string>
24
25
class
L1MuGMTChannelMask
{
26
public
:
27
L1MuGMTChannelMask
() {}
28
~L1MuGMTChannelMask
() {}
29
30
void
setSubsystemMask
(
const
unsigned
SubsystemMask
) {
m_SubsystemMask
=
SubsystemMask
; }
31
unsigned
getSubsystemMask
()
const
{
return
m_SubsystemMask
; }
32
33
private
:
34
unsigned
m_SubsystemMask
;
35
36
COND_SERIALIZABLE
;
37
};
38
39
#endif
L1MuGMTChannelMask
Definition:
L1MuGMTChannelMask.h:25
L1MuGMTChannelMask::getSubsystemMask
unsigned getSubsystemMask() const
Definition:
L1MuGMTChannelMask.h:31
L1MuGMTChannelMask::~L1MuGMTChannelMask
~L1MuGMTChannelMask()
Definition:
L1MuGMTChannelMask.h:28
L1MuGMTParameters_cfi.SubsystemMask
SubsystemMask
Definition:
L1MuGMTParameters_cfi.py:60
L1MuGMTChannelMask::L1MuGMTChannelMask
L1MuGMTChannelMask()
Definition:
L1MuGMTChannelMask.h:27
L1MuGMTChannelMask::m_SubsystemMask
unsigned m_SubsystemMask
Definition:
L1MuGMTChannelMask.h:34
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
Serializable.h
L1MuGMTChannelMask::setSubsystemMask
void setSubsystemMask(const unsigned SubsystemMask)
Definition:
L1MuGMTChannelMask.h:30
Generated for CMSSW Reference Manual by
1.8.14