CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MBAChBenchSurveyPlate.h
Go to the documentation of this file.
1 #ifndef MBAChBenchSurveyPlate_H
2 #define MBAChBenchSurveyPlate_H
3 
4 /* #include "CondFormats/OptAlignObjects/interface/OpticalAlignInfo.h" */
5 
6 #include <vector>
7 #include <iostream>
8 #include <string>
9 
14 /* class MBAChBenchSurveyPlate; */
15 
16 
18  public:
19  int edmsID_;
21  int line_;
22  int plate_;
23  std::string side_;
24  int object_;
25  float posX_;
26  float posY_;
27  float posZ_;
28  long long measDateTime_;
29 };
30 
35  public:
38  std::vector<MBAChBenchSurveyPlateData> mbaChBenchSurveyPlate_;
39 };
40 
41 #endif // MBAChBenchSurveyPlate_H
std::vector< MBAChBenchSurveyPlateData > mbaChBenchSurveyPlate_