CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
AlignmentUserVariables.h
Go to the documentation of this file.
1 #ifndef Alignment_CommonAlignment_AlignmentUserVariables_h
2 #define Alignment_CommonAlignment_AlignmentUserVariables_h
3 
5 
7 {
8 
9 public:
11  // derived class must implement clone method
12  // (should be simply copy constructor)
13  virtual AlignmentUserVariables* clone( void ) const = 0;
14 
15 };
16 
17 #endif
18 
(Abstract) Base class for alignment algorithm user variables
virtual AlignmentUserVariables * clone(void) const =0