|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef TRKDISTORTEDSURFACES_DISTORTIONDESCRIPTOR_H
10 #define TRKDISTORTEDSURFACES_DISTORTIONDESCRIPTOR_H
17 #include "GaudiKernel/MsgStream.h"
54 virtual MsgStream&
dump(MsgStream& sl)
const = 0;
57 virtual std::ostream&
dump(std::ostream& sl)
const = 0;
66 #endif // TRKDISTORTEDSURFACES_DISTORTIONDESCRIPTOR_H
virtual MsgStream & dump(MsgStream &sl) const =0
Output Method for MsgStream, to be overloaded by child classes.
virtual std::ostream & dump(std::ostream &sl) const =0
Output Method for std::ostream, to be overloaded by child classes.
virtual DistortionDescriptor * clone() const =0
clone() method to make deep copy in Surface copy constructor and for assigment operator of the Surfac...
Ensure that the ATLAS eigen extensions are properly loaded.
DistortionDescriptor()
Default Constructor.
MsgStream & operator<<(MsgStream &sl, const AlignModule &alignModule)
overload of << operator for MsgStream for debug output
virtual ~DistortionDescriptor()
Destructor.