9#ifndef TRKGEOMETRYSURFACES_SUBTRACTEDDISCSURFACE_H
10#define TRKGEOMETRYSURFACES_SUBTRACTEDDISCSURFACE_H
63 double tol2 = 0.)
const override final;
71 return "Trk::SubtractedDiscSurface";
Pure abstract base class.
DiscSurface()
Default Constructor.
const SurfaceBounds & bounds() const override final
This method returns the bounds by reference.
SubtractedDiscSurface & operator=(SubtractedDiscSurface &&)=default
SubtractedDiscSurface()=default
Defaults.
virtual ~SubtractedDiscSurface()=default
std::shared_ptr< const AreaExcluder > m_subtrVol
virtual bool operator==(const Surface &sf) const override
Equality operator.
SubtractedDiscSurface(const SubtractedDiscSurface &psf)
Copy Constructor.
SubtractedDiscSurface & operator=(const SubtractedDiscSurface &psf)
Assignment operator.
const AreaExcluder * subtractedVolume() const
This method allows access to the subtracted part.
bool shared() const
This method indicates the subtraction mode.
SubtractedDiscSurface(SubtractedDiscSurface &&)=default
virtual std::string name() const override final
Return properly formatted class name for screen output.
virtual bool insideBounds(const Amg::Vector2D &locpos, double tol1=0., double tol2=0.) const override final
This method calls the inside() method of the Bounds.
Abstract Base Class for tracking surfaces.
Eigen::Affine3d Transform3D
Eigen::Matrix< double, 2, 1 > Vector2D
Eigen::Matrix< double, 3, 1 > Vector3D
Ensure that the ATLAS eigen extensions are properly loaded.