|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef TRKGEOMETRY_NAVIGATIONLAYER_H
10 #define TRKGEOMETRY_NAVIGATIONLAYER_H
98 double)
override final {}
145 #endif // TRKGEOMETRY_NAVIGATIONLAYER_H
const MaterialProperties * fullUpdateMaterialProperties() const
getting the MaterialProperties back - for full update
virtual ~NavigationLayer() override
Destructor.
NavigationLayer()
Default Constructor.
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.
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.
double thickness() const
Return the Thickness of the Layer.
Eigen::Matrix< double, 3, 1 > Vector3D
Surface * m_surfaceRepresentation
for the navigation Volume the surface is a private member */
virtual void moveLayer(Amg::Transform3D &) override final
move the Layer
virtual double preUpdateMaterialFactor(const Trk::TrackParameters &par, Trk::PropDirection dir) const override final
getting the MaterialProperties back - for pre-update