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
MBAChBenchSurveyPlate.h
Go to the documentation of this file.
1
#ifndef MBAChBenchSurveyPlate_H
2
#define MBAChBenchSurveyPlate_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 MBAChBenchSurveyPlate; */
17
18
class
MBAChBenchSurveyPlateData
{
19
public
:
20
int
edmsID_
;
21
int
surveyCode_
;
22
int
line_
;
23
int
plate_
;
24
std::string
side_
;
25
int
object_
;
26
float
posX_
;
27
float
posY_
;
28
float
posZ_
;
29
long
long
measDateTime_
;
30
31
COND_SERIALIZABLE
;
32
};
33
37
class
MBAChBenchSurveyPlate
{
38
public
:
39
MBAChBenchSurveyPlate
() {}
40
virtual
~MBAChBenchSurveyPlate
() {}
41
std::vector<MBAChBenchSurveyPlateData>
mbaChBenchSurveyPlate_
;
42
43
COND_SERIALIZABLE
;
44
};
45
46
#endif // MBAChBenchSurveyPlate_H
MBAChBenchSurveyPlateData::posY_
float posY_
Definition:
MBAChBenchSurveyPlate.h:27
MBAChBenchSurveyPlate::mbaChBenchSurveyPlate_
std::vector< MBAChBenchSurveyPlateData > mbaChBenchSurveyPlate_
Definition:
MBAChBenchSurveyPlate.h:41
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
MBAChBenchSurveyPlateData
Definition:
MBAChBenchSurveyPlate.h:18
MBAChBenchSurveyPlate::~MBAChBenchSurveyPlate
virtual ~MBAChBenchSurveyPlate()
Definition:
MBAChBenchSurveyPlate.h:40
MBAChBenchSurveyPlateData::posZ_
float posZ_
Definition:
MBAChBenchSurveyPlate.h:28
MBAChBenchSurveyPlateData::measDateTime_
long long measDateTime_
Definition:
MBAChBenchSurveyPlate.h:29
MBAChBenchSurveyPlateData::plate_
int plate_
Definition:
MBAChBenchSurveyPlate.h:23
MBAChBenchSurveyPlate::MBAChBenchSurveyPlate
MBAChBenchSurveyPlate()
Definition:
MBAChBenchSurveyPlate.h:39
MBAChBenchSurveyPlateData::line_
int line_
Definition:
MBAChBenchSurveyPlate.h:22
MBAChBenchSurveyPlateData::side_
std::string side_
Definition:
MBAChBenchSurveyPlate.h:24
MBAChBenchSurveyPlate
Definition:
MBAChBenchSurveyPlate.h:37
Serializable.h
MBAChBenchSurveyPlateData::surveyCode_
int surveyCode_
Definition:
MBAChBenchSurveyPlate.h:21
MBAChBenchSurveyPlateData::object_
int object_
Definition:
MBAChBenchSurveyPlate.h:25
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
MBAChBenchSurveyPlateData::edmsID_
int edmsID_
Definition:
MBAChBenchSurveyPlate.h:20
MBAChBenchSurveyPlateData::posX_
float posX_
Definition:
MBAChBenchSurveyPlate.h:26
Generated for CMSSW Reference Manual by
1.8.16