CMS 3D CMS Logo

MBAChBenchSurveyPlate.h

Go to the documentation of this file.
00001 #ifndef MBAChBenchSurveyPlate_H
00002 #define MBAChBenchSurveyPlate_H
00003 
00004 /* #include "CondFormats/OptAlignObjects/interface/OpticalAlignInfo.h" */
00005 
00006 #include <vector>
00007 #include <iostream>
00008 #include <string>
00009 
00014 /* class MBAChBenchSurveyPlate; */
00015 
00016 
00017 class MBAChBenchSurveyPlateData {
00018  public:
00019   int edmsID_;
00020   int surveyCode_;
00021   int line_;
00022   int plate_;
00023   std::string side_;
00024   int object_;
00025   float posX_;
00026   float posY_;
00027   float posZ_;
00028   long long measDateTime_;
00029 };
00030 
00034 class MBAChBenchSurveyPlate {
00035  public:
00036   MBAChBenchSurveyPlate() {}
00037   virtual ~MBAChBenchSurveyPlate() {}
00038   std::vector<MBAChBenchSurveyPlateData> mbaChBenchSurveyPlate_;
00039 };
00040 
00041 #endif // MBAChBenchSurveyPlate_H

Generated on Tue Jun 9 17:26:44 2009 for CMSSW by  doxygen 1.5.4