src
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::posZ_
float posZ_
Definition:
MBAChBenchSurveyPlate.h:28
MBAChBenchSurveyPlateData::edmsID_
int edmsID_
Definition:
MBAChBenchSurveyPlate.h:20
MBAChBenchSurveyPlateData::object_
int object_
Definition:
MBAChBenchSurveyPlate.h:25
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
MBAChBenchSurveyPlateData::posX_
float posX_
Definition:
MBAChBenchSurveyPlate.h:26
MBAChBenchSurveyPlate
Definition:
MBAChBenchSurveyPlate.h:37
MBAChBenchSurveyPlateData::line_
int line_
Definition:
MBAChBenchSurveyPlate.h:22
MBAChBenchSurveyPlateData::surveyCode_
int surveyCode_
Definition:
MBAChBenchSurveyPlate.h:21
MBAChBenchSurveyPlateData::posY_
float posY_
Definition:
MBAChBenchSurveyPlate.h:27
MBAChBenchSurveyPlateData::plate_
int plate_
Definition:
MBAChBenchSurveyPlate.h:23
MBAChBenchSurveyPlateData
Definition:
MBAChBenchSurveyPlate.h:18
MBAChBenchSurveyPlate::MBAChBenchSurveyPlate
MBAChBenchSurveyPlate()
Definition:
MBAChBenchSurveyPlate.h:39
MBAChBenchSurveyPlate::mbaChBenchSurveyPlate_
std::vector< MBAChBenchSurveyPlateData > mbaChBenchSurveyPlate_
Definition:
MBAChBenchSurveyPlate.h:41
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
MBAChBenchSurveyPlate::~MBAChBenchSurveyPlate
virtual ~MBAChBenchSurveyPlate()
Definition:
MBAChBenchSurveyPlate.h:40
MBAChBenchSurveyPlateData::side_
std::string side_
Definition:
MBAChBenchSurveyPlate.h:24
MBAChBenchSurveyPlateData::measDateTime_
long long measDateTime_
Definition:
MBAChBenchSurveyPlate.h:29
Serializable.h
Generated for CMSSW Reference Manual by
1.8.14