CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/CondFormats/Alignment/interface/Alignments.h

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