|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef TRKGEOMETRYSURFACES_SUBTRACTEDCYLINDERSURFACE_H
10 #define TRKGEOMETRYSURFACES_SUBTRACTEDCYLINDERSURFACE_H
65 double tol2 = 0.)
const override final;
73 return "Trk::SubtractedCylinderSurface";
83 #endif // TRKGEOMETRYSURFACES_SUBTRACTEDCYLINDERSURFACE_H
bool shared() const
This method indicates the subtraction mode.
SubtractedCylinderSurface(const SubtractedCylinderSurface &psf)
Copy Constructor.
virtual ~SubtractedCylinderSurface()
Destructor.
Eigen::Matrix< double, 2, 1 > Vector2D
SubtractedCylinderSurface & operator=(const SubtractedCylinderSurface &psf)
Assignment operator.
bool const RAWDATA *ch2 const
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.
Eigen::Affine3d Transform3D
SubtractedCylinderSurface()
Default Constructor - needed for persistency.
virtual bool operator==(const Surface &sf) const override final
Equality operator.
SharedObject< AreaExcluder > m_subtrVol
virtual std::string name() const override final
Return properly formatted class name for screen output.
Ensure that the ATLAS eigen extensions are properly loaded.
std::shared_ptr< T > SharedObject
SharedObject< AreaExcluder > subtractedVolume() const
This method allows access to the subtracted part.