|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef TRKGEOMETRY_DISCLAYER_H
10 #define TRKGEOMETRY_DISCLAYER_H
29 class LayerMaterialProperties;
30 class OverlapDescriptor;
57 std::unique_ptr<OverlapDescriptor> od =
nullptr,
64 std::unique_ptr<OverlapDescriptor> od =
nullptr,
72 double isontolerance = 0.,
73 std::unique_ptr<OverlapDescriptor> od =
nullptr,
84 std::unique_ptr<OverlapDescriptor> od =
nullptr,
109 const ICompatibilityEstimator* ice =
nullptr)
const override final;
127 double envelope) override final;
132 double envelop) override final;
155 return (
one->center().z() <
two->center().z());
161 #endif // TRKGEOMETY_DISCLAYER_H
DiscLayer()=default
Default Constructor.
virtual void resizeLayer(const VolumeBounds &vBounds, double envelope) override final
Resize the layer to the tracking volume - only works for CylinderVolumeBouns.
std::unique_ptr< IApproachDescriptor > m_approachDescriptor
< surface for approaching
bool operator()(const DiscLayer *one, const DiscLayer *two) const
virtual const Surface & surfaceOnApproach(const Amg::Vector3D &pos, const Amg::Vector3D &mom, PropDirection pdir, const BoundaryCheck &bcheck, bool resolveSubSurfaces=0, const ICompatibilityEstimator *ice=nullptr) const override final
Surface seen on approach - if not defined differently, it is the surfaceRepresentation()
bool const RAWDATA *ch2 const
virtual ~DiscLayer()=default
Destructor.
const SurfaceArray * surfaceArray() const
Return the entire SurfaceArray, returns nullptr if no SurfaceArray.
virtual double postUpdateMaterialFactor(const Trk::TrackParameters &par, Trk::PropDirection dir) const override final
getting the MaterialProperties back - for post-update
virtual void resizeAndRepositionLayer(const VolumeBounds &vBounds, const Amg::Vector3D &cCenter, double envelop) override final
Resize the layer to the tracking volume - not implemented.
Eigen::Affine3d Transform3D
Ensure that the ATLAS eigen extensions are properly loaded.
Definition of ATLAS Math & Geometry primitives (Amg)
virtual const DiscSurface & surfaceRepresentation() const override final
Transforms the layer into a Surface representation for extrapolation.
virtual double preUpdateMaterialFactor(const Trk::TrackParameters &par, Trk::PropDirection dir) const override final
getting the MaterialProperties back - for pre-update
double thickness() const
Return the Thickness of the Layer.
Eigen::Matrix< double, 3, 1 > Vector3D
DiscLayer & operator=(const DiscLayer &)
Assignment operator for DiscLayers.
void buildApproachDescriptor()
build approach surfaces
const Surface & approachSurface(const Amg::Vector3D &pos, const Amg::Vector3D &dir, const BoundaryCheck &bcheck) const
Surface seen on approach - if not defined differently, it is the surfaceRepresentation()
const Amg::Transform3D & transform() const
Returns HepGeom::Transform3D by reference.
virtual void moveLayer(Amg::Transform3D &shift) override final
move the Layer non-const