9#ifndef TRKEXUTILS_TRACKSURFACEINTERSECTION_H
10#define TRKEXUTILS_TRACKSURFACEINTERSECTION_H
39 virtual std::unique_ptr<IIntersectionCache>
clone()
const = 0;
51 std::unique_ptr<IIntersectionCache>
cache);
77 std::unique_ptr<IIntersectionCache>
m_cache;
Base class for cache block.
virtual ~IIntersectionCache()=default
virtual std::unique_ptr< IIntersectionCache > clone() const =0
An intersection with a Surface is given by.
~TrackSurfaceIntersection()=default
Destructor.
const IIntersectionCache * cache() const
Retrieve the associated cache block, if it exists.
std::unique_ptr< IIntersectionCache > m_cache
const Amg::Vector3D & direction() const
Method to retrieve the direction at the Intersection.
TrackSurfaceIntersection(TrackSurfaceIntersection &&other)=default
TrackSurfaceIntersection()=default
TrackSurfaceIntersection(const Amg::Vector3D &pos, const Amg::Vector3D &dir, double path)
Constructor.
Amg::Vector3D m_direction
TrackSurfaceIntersection & operator=(const TrackSurfaceIntersection &other)
TrackSurfaceIntersection & operator=(TrackSurfaceIntersection &&other)=default
const Amg::Vector3D & position() const
Method to retrieve the position of the Intersection.
double pathlength() const
Method to retrieve the pathlength propagated till the Intersection.
Eigen::Matrix< double, 3, 1 > Vector3D
Ensure that the ATLAS eigen extensions are properly loaded.
MsgStream & operator<<(MsgStream &sl, const AlignModule &alignModule)
overload of << operator for MsgStream for debug output