CMS 3D CMS Logo

MBAChBenchCalPlate.h
Go to the documentation of this file.
1 #ifndef MBAChBenchCalPlate_H
2 #define MBAChBenchCalPlate_H
3 
5 
6 /* #include "CondFormats/OptAlignObjects/interface/OpticalAlignInfo.h" */
7 
8 #include <vector>
9 #include <iostream>
10 #include <string>
11 
16 /* class MBAChBenchCalPlate; */
17 
19 public:
20  int plate_;
22  int object_;
23  float posX_;
24  float posY_;
25  float posZ_;
26  long long measDateTime_;
27 
29 };
30 
35 public:
37  virtual ~MBAChBenchCalPlate() {}
38  std::vector<MBAChBenchCalPlateData> mbaChBenchCalPlate_;
39 
41 };
42 
43 #endif // MBAChBenchCalPlate_H
std::vector< MBAChBenchCalPlateData > mbaChBenchCalPlate_
#define COND_SERIALIZABLE
Definition: Serializable.h:39