 |
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef TRKGEOMETRY_NAVIGATIONLAYER_H
10 #define TRKGEOMETRY_NAVIGATIONLAYER_H
93 double)
override final {}
135 #endif // TRKGEOMETRY_NAVIGATIONLAYER_H
const MaterialProperties * fullUpdateMaterialProperties() const
getting the MaterialProperties back - for full update
virtual void resizeLayer(const VolumeBounds &, double) override final
Resize the layer to the tracking volume - not implemented.
virtual double postUpdateMaterialFactor(const Trk::TrackParameters &par, Trk::PropDirection dir) const override final
getting the MaterialProperties back - for post-update
NavigationLayer & operator=(const NavigationLayer &lay)
Assignment operator.
virtual const Surface & surfaceRepresentation() const override final
Transforms the layer into a Surface representation for extrapolation.
virtual ~NavigationLayer() override=default
Destructor.
bool const RAWDATA *ch2 const
const Surface * overlapSurface(const TrackParameters &tp, const Surface *sf=nullptr) const
getting the next/overlapping Surface
virtual bool isOnLayer(const Amg::Vector3D &gp, const BoundaryCheck &bcheck=BoundaryCheck(true)) const override final
isOnLayer() method, using isOnSurface() with Layer specific tolerance
Eigen::Affine3d Transform3D
virtual void resizeAndRepositionLayer(const VolumeBounds &, const Amg::Vector3D &, double) override final
Resize the layer to the tracking volume - not implemented.
Ensure that the ATLAS eigen extensions are properly loaded.
Definition of ATLAS Math & Geometry primitives (Amg)
double thickness() const
Return the Thickness of the Layer.
Eigen::Matrix< double, 3, 1 > Vector3D
std::unique_ptr< Surface > m_surfaceRepresentation
virtual void moveLayer(Amg::Transform3D &) override final
move the Layer
NavigationLayer(std::unique_ptr< Surface > surfaceRepresentation)
Constructor.
virtual double preUpdateMaterialFactor(const Trk::TrackParameters &par, Trk::PropDirection dir) const override final
getting the MaterialProperties back - for pre-update