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
RPCObGasmap.h
Go to the documentation of this file.
1
/*
2
* Payload definition(s): Gas Map (RPCObGasmap)
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 RPCObGasmap_h
10
#define RPCObGasmap_h
11
#include "
CondFormats/Serialization/interface/Serializable.h
"
12
13
#include <vector>
14
#include <string>
15
16
class
RPCObGasmap
{
17
public
:
18
struct
GasMap_Item
{
19
int
dpid
;
20
int
region
;
21
int
ring
;
22
int
station
;
23
int
sector
;
24
int
layer
;
25
int
subsector
;
26
int
suptype
;
27
28
COND_SERIALIZABLE
;
29
};
30
RPCObGasmap
() {}
31
virtual
~RPCObGasmap
() {}
32
std::vector<GasMap_Item>
ObGasMap_rpc
;
33
34
COND_SERIALIZABLE
;
35
};
36
37
#endif
RPCObGasmap::GasMap_Item::ring
int ring
Definition:
RPCObGasmap.h:21
RPCObGasmap::GasMap_Item::region
int region
Definition:
RPCObGasmap.h:20
RPCObGasmap::GasMap_Item
Definition:
RPCObGasmap.h:18
RPCObGasmap::RPCObGasmap
RPCObGasmap()
Definition:
RPCObGasmap.h:30
RPCObGasmap::GasMap_Item::layer
int layer
Definition:
RPCObGasmap.h:24
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
RPCObGasmap::~RPCObGasmap
virtual ~RPCObGasmap()
Definition:
RPCObGasmap.h:31
RPCObGasmap::GasMap_Item::suptype
int suptype
Definition:
RPCObGasmap.h:26
RPCObGasmap::ObGasMap_rpc
std::vector< GasMap_Item > ObGasMap_rpc
Definition:
RPCObGasmap.h:32
RPCObGasmap::GasMap_Item::station
int station
Definition:
RPCObGasmap.h:22
Serializable.h
RPCObGasmap
Definition:
RPCObGasmap.h:16
RPCObGasmap::GasMap_Item::sector
int sector
Definition:
RPCObGasmap.h:23
RPCObGasmap::GasMap_Item::subsector
int subsector
Definition:
RPCObGasmap.h:25
RPCObGasmap::GasMap_Item::dpid
int dpid
Definition:
RPCObGasmap.h:19
Generated for CMSSW Reference Manual by
1.8.16