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
RPCObjects
interface
RPCObGas.h
Go to the documentation of this file.
1
/*
2
* Payload definition(s): Chamber Gas Flow In and Out (RPCObGas)
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 RPCObGas_h
10
#define RPCObGas_h
11
#include "
CondFormats/Serialization/interface/Serializable.h
"
12
13
#include <vector>
14
15
class
RPCObGas
{
16
public
:
17
struct
Item
{
18
int
dpid
;
19
float
flowin
;
20
float
flowout
;
21
int
day
;
22
int
time
;
23
24
COND_SERIALIZABLE
;
25
};
26
RPCObGas
() {}
27
virtual
~RPCObGas
() {}
28
std::vector<Item>
ObGas_rpc
;
29
30
COND_SERIALIZABLE
;
31
};
32
33
#endif
RPCObGas
Definition:
RPCObGas.h:15
RPCObGas::Item::day
int day
Definition:
RPCObGas.h:21
RPCObGas::~RPCObGas
virtual ~RPCObGas()
Definition:
RPCObGas.h:27
RPCObGas::RPCObGas
RPCObGas()
Definition:
RPCObGas.h:26
RPCObGas::ObGas_rpc
std::vector< Item > ObGas_rpc
Definition:
RPCObGas.h:28
RPCObGas::Item::flowout
float flowout
Definition:
RPCObGas.h:20
RPCObGas::Item::flowin
float flowin
Definition:
RPCObGas.h:19
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
RPCObGas::Item::time
int time
Definition:
RPCObGas.h:22
RPCObGas::Item::dpid
int dpid
Definition:
RPCObGas.h:18
Serializable.h
RPCObGas::Item
Definition:
RPCObGas.h:17
Generated for CMSSW Reference Manual by
1.8.14