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