CMS 3D CMS Logo

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