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
RPCObjects
interface
RPCMaskedStrips.h
Go to the documentation of this file.
1
#ifndef RPCMaskedStrips_h
2
#define RPCMaskedStrips_h
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
6
#include <vector>
7
#include <iostream>
8
9
class
RPCMaskedStrips
{
10
public
:
11
struct
MaskItem
{
12
int
rawId
;
13
int
strip
;
14
15
COND_SERIALIZABLE
;
16
};
17
18
RPCMaskedStrips
() {}
19
20
~RPCMaskedStrips
() {}
21
22
std::vector<MaskItem>
const
&
getMaskVec
()
const
{
return
MaskVec
; }
23
24
std::vector<MaskItem>
MaskVec
;
25
26
COND_SERIALIZABLE
;
27
};
28
29
#endif
RPCMaskedStrips::~RPCMaskedStrips
~RPCMaskedStrips()
Definition:
RPCMaskedStrips.h:20
RPCMaskedStrips::MaskItem::strip
int strip
Definition:
RPCMaskedStrips.h:13
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
RPCMaskedStrips
Definition:
RPCMaskedStrips.h:9
RPCMaskedStrips::RPCMaskedStrips
RPCMaskedStrips()
Definition:
RPCMaskedStrips.h:18
Serializable.h
RPCMaskedStrips::getMaskVec
std::vector< MaskItem > const & getMaskVec() const
Definition:
RPCMaskedStrips.h:22
RPCMaskedStrips::MaskVec
std::vector< MaskItem > MaskVec
Definition:
RPCMaskedStrips.h:24
RPCMaskedStrips::MaskItem
Definition:
RPCMaskedStrips.h:11
RPCMaskedStrips::MaskItem::rawId
int rawId
Definition:
RPCMaskedStrips.h:12
Generated for CMSSW Reference Manual by
1.8.16