|
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
virtual ~SubtractedDiscSurface()
Destructor.
Eigen::Matrix< double, 2, 1 > Vector2D
bool const RAWDATA *ch2 const
SubtractedDiscSurface & operator=(const SubtractedDiscSurface &psf)
Assignment operator.
Eigen::Affine3d Transform3D
SharedObject< AreaExcluder > subtractedVolume() const
This method allows access to the subtracted part.
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.
Ensure that the ATLAS eigen extensions are properly loaded.
SubtractedDiscSurface(const SubtractedDiscSurface &psf)
Copy Constructor.
SharedObject< AreaExcluder > m_subtrVol
Eigen::Matrix< double, 3, 1 > Vector3D
SubtractedDiscSurface()
Default Constructor - needed for persistency.
std::shared_ptr< T > SharedObject
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.