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
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition: Serializable.h:39
SurveyErrors
Definition: SurveyErrors.h:19
SurveyError.h
Serializable.h
SurveyErrors::m_surveyErrors
std::vector< SurveyError > m_surveyErrors
Definition: SurveyErrors.h:22
SurveyErrors::SurveyErrors
SurveyErrors()
Definition: SurveyErrors.h:20