CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MBAChBenchCalPlate.h
Go to the documentation of this file.
1 #ifndef MBAChBenchCalPlate_H
2 #define MBAChBenchCalPlate_H
3 
4 /* #include "CondFormats/OptAlignObjects/interface/OpticalAlignInfo.h" */
5 
6 #include <vector>
7 #include <iostream>
8 #include <string>
9 
14 /* class MBAChBenchCalPlate; */
15 
16 
18  public:
19  int plate_;
20  std::string side_;
21  int object_;
22  float posX_;
23  float posY_;
24  float posZ_;
25  long long measDateTime_;
26 };
27 
32  public:
34  virtual ~MBAChBenchCalPlate() {}
35  std::vector<MBAChBenchCalPlateData> mbaChBenchCalPlate_;
36 };
37 
38 #endif // MBAChBenchCalPlate_H
std::vector< MBAChBenchCalPlateData > mbaChBenchCalPlate_