 |
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef TRKGEOMETRYSURFACES_SUBTRACTEDDISCSURFACE_H
10 #define TRKGEOMETRYSURFACES_SUBTRACTEDDISCSURFACE_H
63 double tol2 = 0.)
const override final;
71 return "Trk::SubtractedDiscSurface";
116 #endif // TRKGEOMETRYSURFACES_SUBTRACTEDDISCSURFACE_H
Eigen::Matrix< double, 2, 1 > Vector2D
std::shared_ptr< const AreaExcluder > m_subtrVol
bool const RAWDATA *ch2 const
const AreaExcluder * subtractedVolume() const
This method allows access to the subtracted part.
SubtractedDiscSurface & operator=(const SubtractedDiscSurface &psf)
Assignment operator.
Eigen::Affine3d Transform3D
const SurfaceBounds & bounds() const override final
This method returns the bounds by reference.
bool shared() const
This method indicates the subtraction mode.
virtual std::string name() const override final
Return properly formatted class name for screen output.
SubtractedDiscSurface()=default
Defaults.
SubtractedDiscSurface(SubtractedDiscSurface &&)=default
Ensure that the ATLAS eigen extensions are properly loaded.
SubtractedDiscSurface(const SubtractedDiscSurface &psf)
Copy Constructor.
Eigen::Matrix< double, 3, 1 > Vector3D
virtual ~SubtractedDiscSurface()=default
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.
virtual bool operator==(const Surface &sf) const override
Equality operator.
SubtractedDiscSurface & operator=(SubtractedDiscSurface &&)=default