test
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 
5 
6 /* #include "CondFormats/OptAlignObjects/interface/OpticalAlignInfo.h" */
7 
8 #include <vector>
9 #include <iostream>
10 #include <string>
11 
16 /* class MBAChBenchCalPlate; */
17 
18 
20  public:
21  int plate_;
23  int object_;
24  float posX_;
25  float posY_;
26  float posZ_;
27  long long measDateTime_;
28 
30 };
31 
36  public:
38  virtual ~MBAChBenchCalPlate() {}
39  std::vector<MBAChBenchCalPlateData> mbaChBenchCalPlate_;
40 
42 };
43 
44 #endif // MBAChBenchCalPlate_H
std::vector< MBAChBenchCalPlateData > mbaChBenchCalPlate_
#define COND_SERIALIZABLE
Definition: Serializable.h:30