CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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
std::vector< MBAChBenchSurveyPlateData > mbaChBenchSurveyPlate_
#define COND_SERIALIZABLE
Definition: Serializable.h:39