CMS 3D CMS Logo

MBAChBenchSurveyPlate.h
Go to the documentation of this file.
1 #ifndef MBAChBenchSurveyPlate_H
2 #define MBAChBenchSurveyPlate_H
3 
5 
6 /* #include "CondFormats/OptAlignObjects/interface/OpticalAlignInfo.h" */
7 
8 #include <vector>
9 #include <iostream>
10 #include <string>
11 
16 /* class MBAChBenchSurveyPlate; */
17 
19 public:
20  int edmsID_;
22  int line_;
23  int plate_;
25  int object_;
26  float posX_;
27  float posY_;
28  float posZ_;
29  long long measDateTime_;
30 
32 };
33 
38 public:
41  std::vector<MBAChBenchSurveyPlateData> mbaChBenchSurveyPlate_;
42 
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