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
RPCObFebmap.h
Go to the documentation of this file.
1
/*
2
* Payload definition(s): Feb thresholds, temperatures, voltages and noises (RPCObFebmap)
3
*
4
* $Date: 2009/11/16 12:57:56 $
5
* $Revision: 1.3 $
6
* \author D. Pagano - Dip. Fis. Nucl. e Teo. & INFN Pavia
7
*/
8
9
#ifndef RPCObFebmap_h
10
#define RPCObFebmap_h
11
#include "
CondFormats/Serialization/interface/Serializable.h
"
12
13
#include <vector>
14
15
class
RPCObFebmap
{
16
public
:
17
struct
Feb_Item
{
18
int
dpid
;
19
float
thr1
;
20
float
thr2
;
21
float
thr3
;
22
float
thr4
;
23
float
vmon1
;
24
float
vmon2
;
25
float
vmon3
;
26
float
vmon4
;
27
float
temp1
;
28
float
temp2
;
29
int
day
;
30
int
time
;
31
int
noise1
;
32
int
noise2
;
33
int
noise3
;
34
int
noise4
;
35
36
COND_SERIALIZABLE
;
37
};
38
RPCObFebmap
() {}
39
virtual
~RPCObFebmap
() {}
40
std::vector<Feb_Item>
ObFebMap_rpc
;
41
42
COND_SERIALIZABLE
;
43
};
44
45
#endif
RPCObFebmap::Feb_Item::temp1
float temp1
Definition:
RPCObFebmap.h:27
RPCObFebmap::Feb_Item::temp2
float temp2
Definition:
RPCObFebmap.h:28
RPCObFebmap::ObFebMap_rpc
std::vector< Feb_Item > ObFebMap_rpc
Definition:
RPCObFebmap.h:40
RPCObFebmap::RPCObFebmap
RPCObFebmap()
Definition:
RPCObFebmap.h:38
RPCObFebmap::Feb_Item::dpid
int dpid
Definition:
RPCObFebmap.h:18
RPCObFebmap::Feb_Item::thr2
float thr2
Definition:
RPCObFebmap.h:20
RPCObFebmap::Feb_Item::noise2
int noise2
Definition:
RPCObFebmap.h:32
RPCObFebmap::Feb_Item::vmon3
float vmon3
Definition:
RPCObFebmap.h:25
RPCObFebmap::Feb_Item::thr4
float thr4
Definition:
RPCObFebmap.h:22
RPCObFebmap::Feb_Item::vmon2
float vmon2
Definition:
RPCObFebmap.h:24
RPCObFebmap::Feb_Item::vmon1
float vmon1
Definition:
RPCObFebmap.h:23
RPCObFebmap::Feb_Item
Definition:
RPCObFebmap.h:17
RPCObFebmap::Feb_Item::day
int day
Definition:
RPCObFebmap.h:29
RPCObFebmap
Definition:
RPCObFebmap.h:15
RPCObFebmap::Feb_Item::noise3
int noise3
Definition:
RPCObFebmap.h:33
RPCObFebmap::Feb_Item::vmon4
float vmon4
Definition:
RPCObFebmap.h:26
RPCObFebmap::Feb_Item::noise4
int noise4
Definition:
RPCObFebmap.h:34
RPCObFebmap::~RPCObFebmap
virtual ~RPCObFebmap()
Definition:
RPCObFebmap.h:39
RPCObFebmap::Feb_Item::noise1
int noise1
Definition:
RPCObFebmap.h:31
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
RPCObFebmap::Feb_Item::thr1
float thr1
Definition:
RPCObFebmap.h:19
RPCObFebmap::Feb_Item::time
int time
Definition:
RPCObFebmap.h:30
Serializable.h
RPCObFebmap::Feb_Item::thr3
float thr3
Definition:
RPCObFebmap.h:21
Generated for CMSSW Reference Manual by
1.8.14