CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_6/src/Alignment/CommonAlignment/interface/AlignmentUserVariables.h

Go to the documentation of this file.
00001 #ifndef Alignment_CommonAlignment_AlignmentUserVariables_h
00002 #define Alignment_CommonAlignment_AlignmentUserVariables_h
00003 
00005 
00006 class AlignmentUserVariables 
00007 {
00008 
00009 public:
00010 
00011   // derived class must implement clone method
00012   // (should be simply copy constructor)
00013   virtual AlignmentUserVariables* clone( void ) const = 0;
00014 
00015 };
00016 
00017 #endif
00018