20 std::shared_ptr<const Trk::SurfaceBounds> tbounds,
23 std::unique_ptr<Trk::OverlapDescriptor> olap,
32 std::unique_ptr<Trk::OverlapDescriptor> olap,
82 std::make_unique<Transforms>(shift * (
m_transforms->transform));
This virtual base class encapsulates the logics to build pre/post/full update material for Layer stru...
Layer()=default
Default Constructor.
LayerIndex m_index
LayerIndex.
double thickness() const
Return the Thickness of the Layer.
Layer & operator=(const Layer &lay)
Assignment operator for Derived classes.
std::unique_ptr< LayerMaterialProperties > m_layerMaterialProperties
thickness of the Layer
const Amg::Vector3D & momentum() const
Access method for the momentum.
Class to describe a planar detector layer for tracking, it inhertis from both, Layer base class and P...
virtual const PlaneSurface & surfaceRepresentation() const override final
Transforms the layer into a Surface representation for extrapolation.
virtual double postUpdateMaterialFactor(const Trk::TrackParameters &par, Trk::PropDirection dir) const override final
getting the MaterialProperties back - for post-update
virtual void moveLayer(Amg::Transform3D &shift) override final
move the Layer
PlaneLayer & operator=(const PlaneLayer &)
Assignment operator for PlaneLayers.
PlaneLayer()
Default Constructor.
virtual double preUpdateMaterialFactor(const Trk::TrackParameters &par, Trk::PropDirection dir) const override final
getting the MaterialProperties back - for pre-update
Class for a planaer rectangular or trapezoidal surface in the ATLAS detector.
PlaneSurface & operator=(const PlaneSurface &psf)=default
Assignment operator.
PlaneSurface()
Default Constructor - needed for persistency.
virtual const Amg::Vector3D & normal() const
Returns the normal vector of the Surface (i.e.
const Amg::Transform3D & transform() const
Returns HepGeom::Transform3D by reference.
std::unique_ptr< Transforms > m_transforms
Unique Pointer to the Transforms struct.
Eigen::Affine3d Transform3D
PropDirection
PropDirection, enum for direction of the propagation.
ParametersBase< TrackParametersDim, Charged > TrackParameters