Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
31 , m_subtrVol(psf.m_subtrVol)
32 , m_shared(psf.m_shared)
67 bool sharedEqual = (surfaceEqual) ? (shared() == scsf->
shared()) :
false;
bool shared() const
This method indicates the subtraction mode.
virtual bool operator==(const Surface &sf) const override
Equality operator.
virtual ~SubtractedCylinderSurface()
Destructor.
SubtractedCylinderSurface & operator=(const SubtractedCylinderSurface &psf)
Assignment operator.
Eigen::Affine3d Transform3D
SubtractedCylinderSurface()
Default Constructor - needed for persistency.
virtual bool operator==(const Surface &sf) const override final
Equality operator.
SharedObject< AreaExcluder > m_subtrVol
Ensure that the ATLAS eigen extensions are properly loaded.
CylinderSurface & operator=(const CylinderSurface &csf)
Assignment operator.
std::shared_ptr< T > SharedObject