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
OptAlignObjects
interface
MBAChBenchCalPlate.h
Go to the documentation of this file.
1
#ifndef MBAChBenchCalPlate_H
2
#define MBAChBenchCalPlate_H
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
6
/* #include "CondFormats/OptAlignObjects/interface/OpticalAlignInfo.h" */
7
8
#include <vector>
9
#include <iostream>
10
#include <string>
11
16
/* class MBAChBenchCalPlate; */
17
18
class
MBAChBenchCalPlateData
{
19
public
:
20
int
plate_
;
21
std::string
side_
;
22
int
object_
;
23
float
posX_
;
24
float
posY_
;
25
float
posZ_
;
26
long
long
measDateTime_
;
27
28
COND_SERIALIZABLE
;
29
};
30
34
class
MBAChBenchCalPlate
{
35
public
:
36
MBAChBenchCalPlate
() {}
37
virtual
~MBAChBenchCalPlate
() {}
38
std::vector<MBAChBenchCalPlateData>
mbaChBenchCalPlate_
;
39
40
COND_SERIALIZABLE
;
41
};
42
43
#endif // MBAChBenchCalPlate_H
MBAChBenchCalPlateData
Definition:
MBAChBenchCalPlate.h:18
MBAChBenchCalPlate::mbaChBenchCalPlate_
std::vector< MBAChBenchCalPlateData > mbaChBenchCalPlate_
Definition:
MBAChBenchCalPlate.h:38
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
MBAChBenchCalPlate::~MBAChBenchCalPlate
virtual ~MBAChBenchCalPlate()
Definition:
MBAChBenchCalPlate.h:37
MBAChBenchCalPlateData::plate_
int plate_
Definition:
MBAChBenchCalPlate.h:20
MBAChBenchCalPlate
Definition:
MBAChBenchCalPlate.h:34
MBAChBenchCalPlate::MBAChBenchCalPlate
MBAChBenchCalPlate()
Definition:
MBAChBenchCalPlate.h:36
MBAChBenchCalPlateData::object_
int object_
Definition:
MBAChBenchCalPlate.h:22
MBAChBenchCalPlateData::side_
std::string side_
Definition:
MBAChBenchCalPlate.h:21
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
Serializable.h
MBAChBenchCalPlateData::posZ_
float posZ_
Definition:
MBAChBenchCalPlate.h:25
MBAChBenchCalPlateData::posY_
float posY_
Definition:
MBAChBenchCalPlate.h:24
MBAChBenchCalPlateData::posX_
float posX_
Definition:
MBAChBenchCalPlate.h:23
MBAChBenchCalPlateData::measDateTime_
long long measDateTime_
Definition:
MBAChBenchCalPlate.h:26
Generated for CMSSW Reference Manual by
1.8.16