CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/CondFormats/Alignment/interface/AlignmentErrors.h

Go to the documentation of this file.
00001 #ifndef CondFormats_Alignment_AlignmentErrors_H
00002 #define CondFormats_Alignment_AlignmentErrors_H
00003 
00004 #include "CondFormats/Alignment/interface/AlignTransformError.h"
00005 
00006 #include<vector>
00007 
00008 class AlignmentErrors {
00009 public:
00010   AlignmentErrors(){}
00011   virtual ~AlignmentErrors(){}
00013   inline bool empty() const { return m_alignError.empty();}
00014   std::vector<AlignTransformError> m_alignError;
00015 };
00016 #endif // AlignmentErrors_H