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
src
CondFormats
GEMObjects
interface
GEMDeadStrips.h
Go to the documentation of this file.
1
#ifndef CondFormats_GEMObjects_GEMDeadStrips_h
2
#define CondFormats_GEMObjects_GEMDeadStrips_h
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
#include <vector>
6
#include <iostream>
7
8
class
GEMDeadStrips
{
9
public
:
10
struct
DeadItem
{
11
int
rawId
;
12
int
strip
;
13
COND_SERIALIZABLE
;
14
};
15
16
GEMDeadStrips
() {}
17
~GEMDeadStrips
() {}
18
19
std::vector<DeadItem>
const
&
getDeadVec
()
const
{
return
deadVec_
; }
20
void
fillDeadVec
(
DeadItem
m
) {
deadVec_
.push_back(
m
); }
21
22
private
:
23
std::vector<DeadItem>
deadVec_
;
24
25
COND_SERIALIZABLE
;
26
};
27
#endif
GEMDeadStrips::GEMDeadStrips
GEMDeadStrips()
Definition:
GEMDeadStrips.h:16
GEMDeadStrips::DeadItem::rawId
int rawId
Definition:
GEMDeadStrips.h:11
GEMDeadStrips::DeadItem
Definition:
GEMDeadStrips.h:10
visualization-live-secondInstance_cfg.m
m
Definition:
visualization-live-secondInstance_cfg.py:80
GEMDeadStrips::getDeadVec
std::vector< DeadItem > const & getDeadVec() const
Definition:
GEMDeadStrips.h:19
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
GEMDeadStrips::DeadItem::strip
int strip
Definition:
GEMDeadStrips.h:12
GEMDeadStrips::deadVec_
std::vector< DeadItem > deadVec_
Definition:
GEMDeadStrips.h:23
GEMDeadStrips::~GEMDeadStrips
~GEMDeadStrips()
Definition:
GEMDeadStrips.h:17
Serializable.h
GEMDeadStrips::fillDeadVec
void fillDeadVec(DeadItem m)
Definition:
GEMDeadStrips.h:20
GEMDeadStrips
Definition:
GEMDeadStrips.h:8
Generated for CMSSW Reference Manual by
1.8.14