Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
Alignment
CommonAlignment
interface
AlignmentUserVariables.h
Go to the documentation of this file.
1
#ifndef Alignment_CommonAlignment_AlignmentUserVariables_h
2
#define Alignment_CommonAlignment_AlignmentUserVariables_h
3
5
6
class
AlignmentUserVariables
7
{
8
9
public
:
10
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
AlignmentUserVariables
(Abstract) Base class for alignment algorithm user variables
Definition:
AlignmentUserVariables.h:6
AlignmentUserVariables::clone
virtual AlignmentUserVariables * clone(void) const =0
Generated for CMSSW Reference Manual by
1.8.5