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