ATLAS Offline Software
Public Member Functions | List of all members
Trk::DistortedSurface Class Referenceabstract

#include <DistortedSurface.h>

Inheritance diagram for Trk::DistortedSurface:
Collaboration diagram for Trk::DistortedSurface:

Public Member Functions

 DistortedSurface ()=default
 Default Constructor - needed for pool and inherited classes. More...
 
virtual ~DistortedSurface ()=default
 Destructor. More...
 
virtual const SurfacesurfaceRepresentation () const =0
 Get the Surface representation. More...
 
virtual const DistortionDescriptordistortionDescriptor () const =0
 Get the Distortion descriptor
More...
 
virtual SurfacecorrectedSurface (const Amg::Vector2D &lp) const =0
 Get the corrected surface - this is a factory (the user has to delete the surface) More...
 

Detailed Description

The base class of all distorted surfaces in the Tracking realm.

The distorted surface itself is the nominal surface

Author
Andre.nosp@m.as.S.nosp@m.alzbu.nosp@m.rger.nosp@m.@cern.nosp@m..ch

Definition at line 31 of file DistortedSurface.h.

Constructor & Destructor Documentation

◆ DistortedSurface()

Trk::DistortedSurface::DistortedSurface ( )
default

Default Constructor - needed for pool and inherited classes.

◆ ~DistortedSurface()

virtual Trk::DistortedSurface::~DistortedSurface ( )
virtualdefault

Destructor.

Member Function Documentation

◆ correctedSurface()

virtual Surface* Trk::DistortedSurface::correctedSurface ( const Amg::Vector2D lp) const
pure virtual

Get the corrected surface - this is a factory (the user has to delete the surface)

Implemented in Trk::SaggedLineSurface.

◆ distortionDescriptor()

virtual const DistortionDescriptor& Trk::DistortedSurface::distortionDescriptor ( ) const
pure virtual

Get the Distortion descriptor

Implemented in Trk::SaggedLineSurface.

◆ surfaceRepresentation()

virtual const Surface& Trk::DistortedSurface::surfaceRepresentation ( ) const
pure virtual

Get the Surface representation.

Implemented in Trk::SaggedLineSurface.


The documentation for this class was generated from the following file: