CMS 3D CMS Logo

SurveyErrors.h
Go to the documentation of this file.
1 #ifndef CondFormats_Alignment_SurveyErrors_H
2 #define CondFormats_Alignment_SurveyErrors_H
3 
16 
18 
19 struct SurveyErrors {
21 
22  std::vector<SurveyError> m_surveyErrors;
23 
25 };
26 
27 #endif
#define COND_SERIALIZABLE
Definition: Serializable.h:39
std::vector< SurveyError > m_surveyErrors
Definition: SurveyErrors.h:22