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
RPCObjects
interface
RPCObPVSSmap.h
Go to the documentation of this file.
1
/*
2
* Payload definition(s): DpId Map for RPCObCond Payload
3
*
4
* $Date: 2009/11/16 12:53:47 $
5
* $Revision: 1.3 $
6
* \author D. Pagano - Dip. Fis. Nucl. e Teo. & INFN Pavia
7
*/
8
9
#ifndef RPCObPVSSmap_h
10
#define RPCObPVSSmap_h
11
#include "
CondFormats/Serialization/interface/Serializable.h
"
12
13
#include <vector>
14
#include <string>
15
16
class
RPCObPVSSmap
{
17
public
:
18
struct
Item
{
19
int
since
;
20
int
dpid
;
21
int
region
;
22
int
ring
;
23
int
station
;
24
int
sector
;
25
int
layer
;
26
int
subsector
;
27
int
suptype
;
28
29
COND_SERIALIZABLE
;
30
};
31
RPCObPVSSmap
() {}
32
virtual
~RPCObPVSSmap
() {}
33
std::vector<Item>
ObIDMap_rpc
;
34
35
COND_SERIALIZABLE
;
36
};
37
38
#endif
RPCObPVSSmap::ObIDMap_rpc
std::vector< Item > ObIDMap_rpc
Definition:
RPCObPVSSmap.h:33
RPCObPVSSmap::Item::dpid
int dpid
Definition:
RPCObPVSSmap.h:20
RPCObPVSSmap::Item::station
int station
Definition:
RPCObPVSSmap.h:23
RPCObPVSSmap::RPCObPVSSmap
RPCObPVSSmap()
Definition:
RPCObPVSSmap.h:31
RPCObPVSSmap::Item::sector
int sector
Definition:
RPCObPVSSmap.h:24
RPCObPVSSmap::Item::region
int region
Definition:
RPCObPVSSmap.h:21
RPCObPVSSmap::~RPCObPVSSmap
virtual ~RPCObPVSSmap()
Definition:
RPCObPVSSmap.h:32
RPCObPVSSmap::Item::since
int since
Definition:
RPCObPVSSmap.h:19
RPCObPVSSmap
Definition:
RPCObPVSSmap.h:16
RPCObPVSSmap::Item
Definition:
RPCObPVSSmap.h:18
RPCObPVSSmap::Item::layer
int layer
Definition:
RPCObPVSSmap.h:25
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
RPCObPVSSmap::Item::subsector
int subsector
Definition:
RPCObPVSSmap.h:26
Serializable.h
RPCObPVSSmap::Item::suptype
int suptype
Definition:
RPCObPVSSmap.h:27
RPCObPVSSmap::Item::ring
int ring
Definition:
RPCObPVSSmap.h:22
Generated for CMSSW Reference Manual by
1.8.14