|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef TRKGEOMETRYSURFACES_SLIDINGCYLINDERSURFACE_H
10 #define TRKGEOMETRYSURFACES_SLIDINGCYLINDERSURFACE_H
40 const std::vector<float> &
offset);
52 double tol2 = 0.)
const override final;
76 bool Bound)
const override final;
85 virtual std::string
name()
const override
87 return "Trk::SlidingCylinderSurface";
97 #endif // TRKGEOMETRYSURFACES_SLIDINGCYLINDERSURFACE_H
virtual bool globalToLocal(const Amg::Vector3D &glob, const Amg::Vector3D &mom, Amg::Vector2D &loc) const override final
Specialized for DiscSurface: GlobalToLocal method without dynamic memory allocation - boolean checks ...
virtual DistanceSolution straightLineDistanceEstimate(const Amg::Vector3D &pos, const Amg::Vector3D &dir) const override final
fast straight line distance evaluation to Surface
Eigen::Matrix< double, 2, 1 > Vector2D
virtual bool operator==(const Surface &sf) const override final
Equality operator.
SlidingCylinderSurface(const CylinderSurface &surf, const Trk::BinUtility &bu, const std::vector< float > &offset)
Constructor.
const std::vector< float > & offset() const
This method allows access to the radial offset values.
std::vector< float > m_depth
Ensure that the ATLAS eigen extensions are properly loaded.
const Trk::BinUtility & binUtility() const
This method allows access to the bin utility.
Eigen::Matrix< double, 3, 1 > Vector3D
virtual bool isOnSurface(const Amg::Vector3D &glopo, const BoundaryCheck &bchk=true, double tol1=0., double tol2=0.) const override final
This method returns true if the GlobalPosition is on the Surface for both, within or without check of...
virtual void localToGlobal(const Amg::Vector2D &locp, const Amg::Vector3D &mom, Amg::Vector3D &glob) const override final
Specialized for DiscSurface: LocalToGlobal method without dynamic memory allocation.
virtual std::string name() const override
Return properly formatted class name for screen output.