|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef TRKGEOMETRY_NAVIGATIONLAYER_H
10 #define TRKGEOMETRY_NAVIGATIONLAYER_H
23 class LayerMaterialProperties;
75 double)
override final {}
100 #endif // TRKGEOMETRY_NAVIGATIONLAYER_H
MaterialLayer()
Default Constructor.
MaterialLayer & operator=(const MaterialLayer &lay)
Assignment operator.
virtual void resizeLayer(const VolumeBounds &, double) override final
Resize the layer to the tracking volume - not implemented.
bool const RAWDATA *ch2 const
virtual ~MaterialLayer() override
Destructor.
Eigen::Affine3d Transform3D
virtual void moveLayer(Amg::Transform3D &) override final
Move the layer - not implemented.
virtual void resizeAndRepositionLayer(const VolumeBounds &, const Amg::Vector3D &, double) override final
Resize the layer to the tracking volume - not implemented.
SharedObject< Surface > m_surfaceRepresentation
for the navigation Volume the surface is a private member */
Ensure that the ATLAS eigen extensions are properly loaded.
Definition of ATLAS Math & Geometry primitives (Amg)
Eigen::Matrix< double, 3, 1 > Vector3D
std::shared_ptr< T > SharedObject
virtual bool isOnLayer(const Amg::Vector3D &gp, const BoundaryCheck &bcheck=BoundaryCheck(true)) const override final
isOnLayer() method, using isOnSurface() with Layer specific tolerance
virtual const Surface & surfaceRepresentation() const override final
Transforms the layer into a Surface representation for extrapolation.