CMS 3D CMS Logo

AlignmentErrorsExtended.h
Go to the documentation of this file.
1 #ifndef CondFormats_Alignment_AlignmentErrorsExtended_H
2 #define CondFormats_Alignment_AlignmentErrorsExtended_H
3 
5 
7 
8 #include<vector>
9 
11 public:
15  inline bool empty() const { return m_alignError.empty();}
17  inline void clear() {m_alignError.clear();}
18 
19  std::vector<AlignTransformErrorExtended> m_alignError;
20 
22 };
23 #endif // AlignmentErrorsExtended_H
std::vector< AlignTransformErrorExtended > m_alignError
bool empty() const
Test of empty vector without having to look into internals:
#define COND_SERIALIZABLE
Definition: Serializable.h:38
void clear()
Clear vector without having to look into internals: