CMS 3D CMS Logo

AlignmentUserVariables.h
Go to the documentation of this file.
1 #ifndef Alignment_CommonAlignment_AlignmentUserVariables_h
2 #define Alignment_CommonAlignment_AlignmentUserVariables_h
3 
5 
7 public:
9  // derived class must implement clone method
10  // (should be simply copy constructor)
11  virtual AlignmentUserVariables* clone(void) const = 0;
12 };
13 
14 #endif
(Abstract) Base class for alignment algorithm user variables
virtual AlignmentUserVariables * clone(void) const =0