CMS 3D CMS Logo

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

Generated on Tue Jun 9 17:26:15 2009 for CMSSW by  doxygen 1.5.4