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 
18 
20  public:
21  int edmsID_;
23  int line_;
24  int plate_;
26  int object_;
27  float posX_;
28  float posY_;
29  float posZ_;
30  long long measDateTime_;
31 
33 };
34 
39  public:
42  std::vector<MBAChBenchSurveyPlateData> mbaChBenchSurveyPlate_;
43 
45 };
46 
47 #endif // MBAChBenchSurveyPlate_H
std::vector< MBAChBenchSurveyPlateData > mbaChBenchSurveyPlate_
#define COND_SERIALIZABLE
Definition: Serializable.h:38