CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_13_patch3/src/CondFormats/Alignment/interface/SurveyErrors.h

Go to the documentation of this file.
00001 #ifndef CondFormats_Alignment_SurveyErrors_H
00002 #define CondFormats_Alignment_SurveyErrors_H
00003 
00015 #include "CondFormats/Alignment/interface/SurveyError.h"
00016 
00017 struct SurveyErrors
00018 {
00019   SurveyErrors() {}
00020 
00021   std::vector<SurveyError> m_surveyErrors;
00022 };
00023 
00024 #endif