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
RPCObGasHum.h
Go to the documentation of this file.
1
/*
2
* Payload definition(s): Chamber Gas Humidity (RPCObGasHum)
3
*
4
* $Date: 2009/12/14 16:00:11 $
5
* $Revision: 1.2 $
6
* \author D. Pagano - Dip. Fis. Nucl. e Teo. & INFN Pavia
7
*/
8
9
#ifndef RPCObGasHum_h
10
#define RPCObGasHum_h
11
#include "
CondFormats/Serialization/interface/Serializable.h
"
12
13
#include <vector>
14
15
class
RPCObGasHum
{
16
public
:
17
struct
Item
{
18
int
unixtime
;
19
float
value
;
20
int
dpid
;
21
22
COND_SERIALIZABLE
;
23
};
24
RPCObGasHum
() {}
25
virtual
~RPCObGasHum
() {}
26
std::vector<Item>
ObGasHum_rpc
;
27
28
COND_SERIALIZABLE
;
29
};
30
31
#endif
RPCObGasHum::~RPCObGasHum
virtual ~RPCObGasHum()
Definition:
RPCObGasHum.h:25
RPCObGasHum
Definition:
RPCObGasHum.h:15
RPCObGasHum::RPCObGasHum
RPCObGasHum()
Definition:
RPCObGasHum.h:24
RPCObGasHum::ObGasHum_rpc
std::vector< Item > ObGasHum_rpc
Definition:
RPCObGasHum.h:26
RPCObGasHum::Item::unixtime
int unixtime
Definition:
RPCObGasHum.h:18
RPCObGasHum::Item::value
float value
Definition:
RPCObGasHum.h:19
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
RPCObGasHum::Item
Definition:
RPCObGasHum.h:17
RPCObGasHum::Item::dpid
int dpid
Definition:
RPCObGasHum.h:20
Serializable.h
Generated for CMSSW Reference Manual by
1.8.14