CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/CondFormats/OptAlignObjects/interface/MBAChBenchCalPlate.h

Go to the documentation of this file.
00001 #ifndef MBAChBenchCalPlate_H
00002 #define MBAChBenchCalPlate_H
00003 
00004 /* #include "CondFormats/OptAlignObjects/interface/OpticalAlignInfo.h" */
00005 
00006 #include <vector>
00007 #include <iostream>
00008 #include <string>
00009 
00014 /* class MBAChBenchCalPlate; */
00015 
00016 
00017 class MBAChBenchCalPlateData {
00018  public:
00019   int plate_;
00020   std::string side_;
00021   int object_;
00022   float posX_;
00023   float posY_;
00024   float posZ_;
00025   long long measDateTime_;
00026 };
00027 
00031 class MBAChBenchCalPlate {
00032  public:
00033   MBAChBenchCalPlate() {}
00034   virtual ~MBAChBenchCalPlate() {}
00035   std::vector<MBAChBenchCalPlateData> mbaChBenchCalPlate_;
00036 };
00037 
00038 #endif // MBAChBenchCalPlate_H