![]() |
ATLAS Offline Software
|
Class to describe a cylindrical detector layer for tracking, it inhertis from both, Layer base class and CylinderSurface class. More...
#include <CylinderLayer.h>
Public Types | |
| using | ChargedTrackParametersUniquePtr |
| Unique ptr types. | |
| using | NeutralTrackParametersUniquePtr |
Public Member Functions | |
| CylinderLayer () | |
| Default Constructor. | |
| CylinderLayer (const Amg::Transform3D &transform, std::shared_ptr< const CylinderBounds > cbounds, const LayerMaterialProperties &laymatprop, double thickness=0., std::unique_ptr< OverlapDescriptor > od=nullptr, int laytyp=int(Trk::active)) | |
| Constructor with CylinderSurface components and MaterialProperties. | |
| CylinderLayer (CylinderSurface *cyl, const LayerMaterialProperties &laymatprop, double thickness=0., std::unique_ptr< OverlapDescriptor > od=nullptr, int laytyp=int(Trk::active)) | |
| Constructor with CylinderSurface and MaterialProperties. | |
| CylinderLayer (const Amg::Transform3D &transform, std::shared_ptr< const CylinderBounds > cbounds, std::unique_ptr< SurfaceArray > surfaceArray, double thickness=0., std::unique_ptr< OverlapDescriptor > od=nullptr, IApproachDescriptor *ad=nullptr, int laytyp=int(Trk::active)) | |
| Constructor with CylinderSurface components and pointer to SurfaceArray (passing ownership) | |
| CylinderLayer (const Amg::Transform3D &transform, std::shared_ptr< const CylinderBounds > cbounds, std::unique_ptr< SurfaceArray > surfaceArray, const LayerMaterialProperties &laymatprop, double thickness=0., std::unique_ptr< OverlapDescriptor > od=nullptr, IApproachDescriptor *ad=nullptr, int laytyp=int(Trk::active)) | |
| Constructor with CylinderSurface components, MaterialProperties and pointer SurfaceArray (passing ownership) | |
| CylinderLayer (std::shared_ptr< const CylinderBounds > cbounds, const LayerMaterialProperties &laymatprop, double thickness=0., std::unique_ptr< OverlapDescriptor > od=nullptr, int laytyp=int(Trk::active)) | |
| Concentric Layer: Constructor with CylinderSurface components and MaterialProperties. | |
| CylinderLayer (std::shared_ptr< const CylinderBounds > cbounds, std::unique_ptr< SurfaceArray > surfaceArray, double thickness=0., std::unique_ptr< OverlapDescriptor > od=nullptr, IApproachDescriptor *ad=nullptr, int laytyp=int(Trk::active)) | |
| Concentric Layer: Constructor with CylinderSurface components and pointer to SurfaceArray (passing ownership) | |
| CylinderLayer (std::shared_ptr< const CylinderBounds > cbounds, std::unique_ptr< SurfaceArray > surfaceArray, const LayerMaterialProperties &laymatprop, double thickness=0., std::unique_ptr< OverlapDescriptor > od=nullptr, IApproachDescriptor *ad=nullptr, int laytyp=int(Trk::active)) | |
| Concentric Layer: Constructor with CylinderSurface components, MaterialProperties and pointer SurfaceArray (passing ownership) | |
| CylinderLayer (const CylinderLayer &cla) | |
| Copy constructor of CylinderLayer. | |
| CylinderLayer (const CylinderLayer &cla, const Amg::Transform3D &tr) | |
| Copy constructor with shift. | |
| CylinderLayer & | operator= (const CylinderLayer &) |
| Assignment operator for CylinderLayers. | |
| virtual | ~CylinderLayer ()=default |
| Destructor. | |
| virtual const CylinderSurface & | surfaceRepresentation () const override final |
| Transforms the layer into a Surface representation for extrapolation. | |
| virtual CylinderSurface & | surfaceRepresentation () override final |
| virtual double | preUpdateMaterialFactor (const Trk::TrackParameters &par, Trk::PropDirection dir) const override final |
| getting the MaterialProperties back - for pre-update | |
| virtual double | postUpdateMaterialFactor (const Trk::TrackParameters &par, Trk::PropDirection dir) const override final |
| getting the MaterialProperties back - for post-update | |
| virtual const Surface & | surfaceOnApproach (const Amg::Vector3D &pos, const Amg::Vector3D &dir, 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() | |
| virtual void | moveLayer (Amg::Transform3D &shift) override final |
| move the Layer | |
| virtual void | resizeLayer (const VolumeBounds &vBounds, double envelope) override final |
| Resize the layer to the tracking volume - only works for CylinderVolumeBouns. | |
| virtual void | resizeAndRepositionLayer (const VolumeBounds &vBounds, const Amg::Vector3D &cCenter, double envelope) override final |
| Resize the layer to the tracking volume. | |
| virtual bool | operator== (const Surface &sf) const override |
| Equality operator. | |
| bool | operator== (const CylinderSurface &cf) const |
| virtual CylinderSurface * | clone () const override |
| Implicit Constructor. | |
| virtual Surface::ChargedTrackParametersUniquePtr | createUniqueTrackParameters (double l1, double l2, double phi, double theta, double qop, std::optional< AmgSymMatrix(5)> cov=std::nullopt) const override final |
| Use the Surface as a ParametersBase constructor, from local parameters - charged. | |
| virtual Surface::ChargedTrackParametersUniquePtr | createUniqueTrackParameters (const Amg::Vector3D &position, const Amg::Vector3D &momentum, double charge, std::optional< AmgSymMatrix(5)> cov=std::nullopt) const override final |
| Use the Surface as a ParametersBase constructor, from global parameters - charged. | |
| virtual NeutralTrackParametersUniquePtr | createUniqueNeutralParameters (double l1, double l2, double phi, double theta, double qop, std::optional< AmgSymMatrix(5)> cov=std::nullopt) const override final |
| Use the Surface as a ParametersBase constructor, from local parameters - neutral. | |
| virtual NeutralTrackParametersUniquePtr | createUniqueNeutralParameters (const Amg::Vector3D &position, const Amg::Vector3D &momentum, double charge, std::optional< AmgSymMatrix(5)> cov=std::nullopt) const override final |
| Use the Surface as a ParametersBase constructor, from global parameters - neutral. | |
| template<int DIM, class T> | |
| std::unique_ptr< ParametersT< DIM, T, CylinderSurface > > | createUniqueParameters (double l1, double l2, double phi, double theta, double qop, std::optional< AmgSymMatrix(DIM)> cov=std::nullopt) const |
| Use the Surface as a ParametersBase constructor, from local parameters. | |
| template<int DIM, class T> | |
| std::unique_ptr< ParametersT< DIM, T, CylinderSurface > > | createUniqueParameters (const Amg::Vector3D &position, const Amg::Vector3D &momentum, double charge, std::optional< AmgSymMatrix(DIM)> cov=std::nullopt) const |
| Use the Surface as a ParametersBase constructor, from global parameters. | |
| virtual Amg::RotationMatrix3D | measurementFrame (const Amg::Vector3D &glopos, const Amg::Vector3D &glomom) const override final |
| Return the measurement frame - this is needed for alignment, in particular for StraightLine and Perigee Surface. | |
| virtual constexpr SurfaceType | type () const override final |
| Return the surface type. | |
| virtual const Amg::Vector3D & | globalReferencePoint () const override final |
| Returns a global reference point: For the Cylinder this is \( (R*cos(\phi), R*sin(\phi),0)*transform() \) Where \( \phi \) denotes the averagePhi() of the cylinderBounds. | |
| virtual Amg::Vector3D | normal (const Amg::Vector2D &locpo) const override final |
| Return method for surface normal information at a given local point, overwrites the normal() from base class. | |
| virtual const Amg::Vector3D & | normal () const |
| Returns the normal vector of the Surface (i.e. | |
| virtual const Amg::Vector3D & | rotSymmetryAxis () const |
| Return method for the rotational symmetry axis - the z-Axis of the HepTransform. | |
| virtual const CylinderBounds & | bounds () const override final |
| This method returns the CylinderBounds by reference (NoBounds is not possible for cylinder) | |
| bool | hasBounds () const |
| virtual bool | insideBounds (const Amg::Vector2D &locpos, double tol1=0., double tol2=0.) const override |
| This method calls the inside method of CylinderBounds. | |
| virtual bool | insideBoundsCheck (const Amg::Vector2D &locpos, const BoundaryCheck &bchk) const override final |
| virtual Amg::Vector2D | localParametersToPosition (const LocalParameters &locpars) const override final |
| Specialized for CylinderSurface : LocalParameters to Vector2D. | |
| virtual void | localToGlobal (const Amg::Vector2D &locp, const Amg::Vector3D &mom, Amg::Vector3D &glob) const override |
| Specialized for CylinderSurface : LocalToGlobal method without dynamic memory allocation. | |
| Amg::Vector3D | localToGlobal (const Amg::Vector2D &locpos) const |
| This method returns the GlobalPosition from a LocalPosition uses the per surface localToGlobal. | |
| Amg::Vector3D | localToGlobal (const Amg::Vector2D &locpos, const Amg::Vector3D &glomom) const |
| This method returns the GlobalPosition from a LocalPosition The LocalPosition can be outside Surface bounds - for generality with momentum. | |
| Amg::Vector3D | localToGlobal (const LocalParameters &locpars) const |
| This method returns the GlobalPosition from LocalParameters The LocalParameters can be outside Surface bounds. | |
| Amg::Vector3D | localToGlobal (const LocalParameters &locpars, const Amg::Vector3D &glomom) const |
| This method returns the GlobalPosition from LocalParameters The LocalParameters can be outside Surface bounds - for generality with momentum. | |
| virtual bool | globalToLocal (const Amg::Vector3D &glob, const Amg::Vector3D &mom, Amg::Vector2D &loc) const override |
| Specialized for CylinderSurface : GlobalToLocal method without dynamic memory allocation - boolean checks if on surface. | |
| std::optional< Amg::Vector2D > | globalToLocal (const Amg::Vector3D &glopos, double tol=0.) const |
| This method returns the LocalPosition from a provided GlobalPosition. | |
| std::optional< Amg::Vector2D > | globalToLocal (const Amg::Vector3D &glopos, const Amg::Vector3D &glomom) const |
| This method returns the LocalPosition from a provided GlobalPosition. | |
| virtual bool | isOnSurface (const Amg::Vector3D &glopo, const BoundaryCheck &bchk=true, double tol1=0., double tol2=0.) const override |
| This method returns true if the GlobalPosition is on the Surface for both, within or without check of whether the local position is inside boundaries or not. | |
| virtual Intersection | straightLineIntersection (const Amg::Vector3D &pos, const Amg::Vector3D &dir, bool forceDir=false, Trk::BoundaryCheck bchk=false) const override final |
| fast straight line intersection schema - provides closest intersection and (signed) path length | |
| template<typename T> | |
| Intersection | straightLineIntersection (const T &pars, bool forceDir=false, const Trk::BoundaryCheck &bchk=false) const |
| fst straight line intersection schema - templated for charged and neutral parameters | |
| virtual DistanceSolution | straightLineDistanceEstimate (const Amg::Vector3D &pos, const Amg::Vector3D &dir) const override |
| fast distance to Surface | |
| virtual DistanceSolution | straightLineDistanceEstimate (const Amg::Vector3D &pos, const Amg::Vector3D &dir, bool bound) const override |
| fast distance to Surface - with bounds directive | |
| virtual double | pathCorrection (const Amg::Vector3D &pos, const Amg::Vector3D &mom) const override |
| the pathCorrection for derived classes with thickness | |
| virtual std::string | name () const override |
| Return properly formatted class name for screen output. | |
| bool | operator!= (const Surface &sf) const |
| Non-equality operator. | |
| std::unique_ptr< Surface > | uniqueClone () const |
| NVI method returning unique_ptr clone. | |
| const Amg::Transform3D * | cachedTransform () const |
| Return the cached transformation directly. | |
| const Amg::Transform3D & | transform () const |
| Returns HepGeom::Transform3D by reference. | |
| const Amg::Vector3D & | center () const |
| Returns the center position of the Surface. | |
| const TrkDetElementBase * | associatedDetectorElement () const |
| return associated Detector Element | |
| Identifier | associatedDetectorElementIdentifier () const |
| return Identifier of the associated Detector Element | |
| const Trk::Layer * | associatedLayer () const |
| return the associated Layer | |
| const Trk::MaterialLayer * | materialLayer () const |
| return the material Layer | |
| Trk::MaterialLayer * | materialLayer () |
| virtual const Trk::Surface * | baseSurface () const |
| return the base surface (simplified for persistification) | |
| std::optional< Amg::Vector2D > | positionOnSurface (const Amg::Vector3D &glopo, const BoundaryCheck &bchk=true, double tol1=0., double tol2=0.) const |
| positionOnSurface() returns the LocalPosition on the Surface, If BoundaryCheck==false it just returns the value of globalToLocal (including nullptr possibility), if BoundaryCheck==true it checks whether the point is inside bounds or not (returns std::nullopt in this case). | |
| template<class T> | |
| bool | onSurface (const T ¶meters, const BoundaryCheck &bchk=BoundaryCheck(true)) const |
| The templated Parameters OnSurface method - checks on surface pointer first. | |
| bool | isFree () const |
| Returns 'true' if this surface is 'free', i.e. | |
| bool | isActive () const |
| Return 'true' if this surface is owned by the detector element. | |
| void | setTransform (const Amg::Transform3D &trans) |
| Set the transform updates center and normal. | |
| void | setOwner (SurfaceOwner x) |
| set Ownership | |
| SurfaceOwner | owner () const |
| return ownership | |
| void | setMaterialLayer (std::shared_ptr< Trk::MaterialLayer > mlay) |
| set material layer | |
| virtual MsgStream & | dump (MsgStream &sl) const |
| Output Method for MsgStream, to be overloaded by child classes. | |
| virtual std::ostream & | dump (std::ostream &sl) const |
| Output Method for std::ostream, to be overloaded by child classes. | |
| void | associateLayer (const Layer &lay) |
| method to associate a Trk::Layer. | |
| const SurfaceArray * | surfaceArray () const |
| Return the entire SurfaceArray, returns nullptr if no SurfaceArray. | |
| SurfaceArray * | surfaceArray () |
| Return the entire SurfaceArray, returns nullptr if no SurfaceArray. | |
| const Surface * | subSurface (const Amg::Vector3D &gp) const |
| If no subSurface array is defined or no subSurface can be found to the given Amg::Vector3D, it would return 0. | |
| const Surface * | subSurface (const Amg::Vector2D &lp) const |
| If no subSurface array is defined or no subSurface can be found to the given Amg::Vector2D, it would return 0. | |
| const Surface * | subSurfaceReference (unsigned int idx=0) const |
| Return a reference sub surface of the layer, usually the first one in the array. | |
| double | thickness () const |
| Return the Thickness of the Layer. | |
| template<class T> | |
| bool | onLayer (const T ¶meters, const BoundaryCheck &bcheck=BoundaryCheck(true)) const |
| templated on Layer method | |
| virtual bool | isOnLayer (const Amg::Vector3D &gp, const BoundaryCheck &bcheck=BoundaryCheck(true)) const |
| isOnLayer() method, using isOnSurface() with Layer specific tolerance | |
| const LayerMaterialProperties * | layerMaterialProperties () const |
| getting the LayerMaterialProperties including full/pre/post update | |
| const MaterialProperties * | fullUpdateMaterialProperties (const TrackParameters &par) const |
| getting the MaterialProperties back - for full update | |
| const OverlapDescriptor * | overlapDescriptor () const |
| gettint hte overlap descriptor | |
| const Layer * | previousLayer (bool skipNavLayer=false) const |
| getting what's stored to be the previous Layer, boolean to skip navigation layers | |
| void | setPreviousLayer (const Layer *) |
| set the previous Layer | |
| const Layer * | nextLayer (const Amg::Vector3D &gp, const Amg::Vector3D &udir) const |
| getting the next/previous Layer if registered - unit for direction vector required | |
| const Layer * | nextLayer (bool skipNavLayer=false) const |
| getting what's stored to be the next Layer, boolean to skip navigation layers | |
| void | setNextLayer (const Layer *) |
| set the next Layer | |
| const BinUtility * | binUtility () const |
| access the BinUtility | |
| void | setBinUtility (const BinUtility *) |
| set the BinUtility | |
| size_t | compatibleSurfaces (std::vector< SurfaceIntersection > &cSurfaces, const TrackParameters &pars, PropDirection pdir, const BoundaryCheck &bcheck, bool materialSurfacesOnly=true, const Surface *startSurface=nullptr, const Surface *endSurface=nullptr, const ICompatibilityEstimator *ice=nullptr) const |
| get compatible surfaces starting from charged parameters | |
| size_t | compatibleSurfaces (std::vector< SurfaceIntersection > &cSurfaces, const NeutralParameters &pars, PropDirection pdir, const BoundaryCheck &bcheck, bool materialSurfacesOnly=true, const Surface *startSurface=nullptr, const Surface *endSurface=nullptr, const ICompatibilityEstimator *ice=nullptr) const |
| get compatible surfaces starting from neutral parameters | |
| virtual bool | hasSubStructure (bool resolveSensitive=false) const |
| Has sub-structure method: | |
| const TrackingVolume * | enclosingTrackingVolume () const |
| get the confining TrackingVolume | |
| const DetachedTrackingVolume * | enclosingDetachedTrackingVolume () const |
| get the confining DetachedTrackingVolume | |
| const LayerIndex & | layerIndex () const |
| get the layerIndex | |
| int | layerType () const |
| get the Layer coding | |
| void | setLayerType (int identifier) |
| set the Layer coding | |
| void | assignMaterialProperties (const LayerMaterialProperties &, double scale=1.0) |
| assignMaterialPropeties | |
| void | registerRepresentingVolume (const Volume *theVol) |
| register Volume associated to the layer | |
| const Volume * | representingVolume () const |
| get the Volume associated to the layer | |
| void | setRef (double) |
| set the reference measure | |
| double | getRef () const |
| get the reference measure | |
| void | encloseTrackingVolume (const TrackingVolume &tvol) |
| private method to set the enclosed detached TV | |
| void | encloseDetachedTrackingVolume (const DetachedTrackingVolume &tvol) |
| template<class T> | |
| size_t | getCompatibleSurfaces (std::vector< SurfaceIntersection > &cSurfaces, const T &pars, PropDirection pdir, const BoundaryCheck &bcheck, bool materialSurfacesOnly=true, const Surface *startSurface=nullptr, const Surface *endSurface=nullptr, const ICompatibilityEstimator *ice=nullptr) const |
| get compatible surfaces starting from charged parameters | |
| void | compactify (size_t &cSurfaces, size_t &tSurfaces) |
| register layer index for material map registration | |
| void | registerLayerIndex (const LayerIndex &lIdx) |
Static Public Member Functions | |
| static std::size_t | numberOfInstantiations () |
Static Public Attributes | |
| static constexpr SurfaceType | staticType = SurfaceType::Cylinder |
| The surface type static constexpr. | |
| static std::atomic_size_t | s_numberOfInstantiations |
Protected Member Functions | |
| Amg::Transform3D | inverseTransformHelper () const |
| Helper method to factorize in one place common operations calculate inverse transofrm and multiply with position. | |
| Amg::Vector3D | inverseTransformMultHelper (const Amg::Vector3D &glopos) const |
Protected Attributes | |
| std::unique_ptr< IApproachDescriptor > | m_approachDescriptor |
| surfaces on approach to the layer | |
| std::shared_ptr< const CylinderBounds > | m_bounds |
| The global reference point (== a point on the surface) | |
| CxxUtils::CachedUniquePtr< Amg::Vector3D > | m_referencePoint |
| The rotational symmetry axis. | |
| CxxUtils::CachedUniquePtr< Amg::Vector3D > | m_rotSymmetryAxis |
| std::unique_ptr< Transforms > | m_transforms {} |
| Unique Pointer to the Transforms struct. | |
| const TrkDetElementBase * | m_associatedDetElement {} |
| Not owning Pointer to the Detector Element. | |
| Identifier | m_associatedDetElementId {} |
| Identifier to the Detector Element. | |
| const Layer * | m_associatedLayer {} |
| The associated layer Trk::Layer This is the layer in which the Surface is embedded. | |
| std::shared_ptr< MaterialLayer > | m_materialLayer {} |
| Possibility to attach a material description to the surface. | |
| SurfaceOwner | m_owner {SurfaceOwner::noOwn} |
| enum for surface owner : default free surface | |
| std::unique_ptr< SurfaceArray > | m_surfaceArray {} |
| MaterialPoperties of this layer Surface. | |
| std::unique_ptr< LayerMaterialProperties > | m_layerMaterialProperties {} |
| thickness of the Layer | |
| double | m_layerThickness {} |
| descriptor for overlap/next surface (owning ptr) | |
| std::unique_ptr< OverlapDescriptor > | m_overlapDescriptor {} |
| const Layer * | m_previousLayer = nullptr |
| < the previous Layer according to BinGenUtils | |
| const Layer * | m_nextLayer = nullptr |
| BinUtility for next/previous decision. | |
| const BinUtility * | m_binUtility = nullptr |
| Enclosing TrackingVolume. | |
| const TrackingVolume * | m_enclosingTrackingVolume = nullptr |
| Enclosing DetachedTrackingVolume. | |
| const DetachedTrackingVolume * | m_enclosingDetachedTrackingVolume = nullptr |
| LayerIndex | m_index {-1} |
| LayerIndex. | |
| int | m_layerType {Trk::active} |
| active passive layer | |
| double | m_ref {} |
| reference measure for local coordinate convertors | |
Static Protected Attributes | |
| static constexpr double | s_onSurfaceTolerance = 10e-5 |
| Tolerance for being on Surface. | |
Private Member Functions | |
| 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() | |
| void | buildApproachDescriptor () |
| build approach surfaces | |
Class to describe a cylindrical detector layer for tracking, it inhertis from both, Layer base class and CylinderSurface class.
Definition at line 40 of file CylinderLayer.h.
|
inherited |
Unique ptr types.
Definition at line 128 of file Tracking/TrkDetDescr/TrkSurfaces/TrkSurfaces/Surface.h.
|
inherited |
Definition at line 130 of file Tracking/TrkDetDescr/TrkSurfaces/TrkSurfaces/Surface.h.
|
inline |
| Trk::CylinderLayer::CylinderLayer | ( | const Amg::Transform3D & | transform, |
| std::shared_ptr< const CylinderBounds > | cbounds, | ||
| const LayerMaterialProperties & | laymatprop, | ||
| double | thickness = 0., | ||
| std::unique_ptr< OverlapDescriptor > | od = nullptr, | ||
| int | laytyp = int(Trk::active) ) |
Constructor with CylinderSurface components and MaterialProperties.
Definition at line 22 of file CylinderLayer.cxx.
| Trk::CylinderLayer::CylinderLayer | ( | Trk::CylinderSurface * | cyl, |
| const LayerMaterialProperties & | laymatprop, | ||
| double | thickness = 0., | ||
| std::unique_ptr< OverlapDescriptor > | od = nullptr, | ||
| int | laytyp = int(Trk::active) ) |
Constructor with CylinderSurface and MaterialProperties.
Definition at line 36 of file CylinderLayer.cxx.
| Trk::CylinderLayer::CylinderLayer | ( | const Amg::Transform3D & | transform, |
| std::shared_ptr< const CylinderBounds > | cbounds, | ||
| std::unique_ptr< SurfaceArray > | surfaceArray, | ||
| double | thickness = 0., | ||
| std::unique_ptr< OverlapDescriptor > | od = nullptr, | ||
| Trk::IApproachDescriptor * | ades = nullptr, | ||
| int | laytyp = int(Trk::active) ) |
Constructor with CylinderSurface components and pointer to SurfaceArray (passing ownership)
Definition at line 49 of file CylinderLayer.cxx.
| Trk::CylinderLayer::CylinderLayer | ( | const Amg::Transform3D & | transform, |
| std::shared_ptr< const CylinderBounds > | cbounds, | ||
| std::unique_ptr< SurfaceArray > | surfaceArray, | ||
| const LayerMaterialProperties & | laymatprop, | ||
| double | thickness = 0., | ||
| std::unique_ptr< OverlapDescriptor > | od = nullptr, | ||
| Trk::IApproachDescriptor * | ades = nullptr, | ||
| int | laytyp = int(Trk::active) ) |
Constructor with CylinderSurface components, MaterialProperties and pointer SurfaceArray (passing ownership)
Definition at line 69 of file CylinderLayer.cxx.
| Trk::CylinderLayer::CylinderLayer | ( | std::shared_ptr< const CylinderBounds > | cbounds, |
| const LayerMaterialProperties & | laymatprop, | ||
| double | thickness = 0., | ||
| std::unique_ptr< OverlapDescriptor > | od = nullptr, | ||
| int | laytyp = int(Trk::active) ) |
Concentric Layer: Constructor with CylinderSurface components and MaterialProperties.
Definition at line 90 of file CylinderLayer.cxx.
| Trk::CylinderLayer::CylinderLayer | ( | std::shared_ptr< const CylinderBounds > | cbounds, |
| std::unique_ptr< SurfaceArray > | surfaceArray, | ||
| double | thickness = 0., | ||
| std::unique_ptr< OverlapDescriptor > | od = nullptr, | ||
| Trk::IApproachDescriptor * | ades = nullptr, | ||
| int | laytyp = int(Trk::active) ) |
Concentric Layer: Constructor with CylinderSurface components and pointer to SurfaceArray (passing ownership)
Definition at line 102 of file CylinderLayer.cxx.
| Trk::CylinderLayer::CylinderLayer | ( | std::shared_ptr< const CylinderBounds > | cbounds, |
| std::unique_ptr< SurfaceArray > | surfaceArray, | ||
| const LayerMaterialProperties & | laymatprop, | ||
| double | thickness = 0., | ||
| std::unique_ptr< OverlapDescriptor > | od = nullptr, | ||
| Trk::IApproachDescriptor * | ades = nullptr, | ||
| int | laytyp = int(Trk::active) ) |
Concentric Layer: Constructor with CylinderSurface components, MaterialProperties and pointer SurfaceArray (passing ownership)
Definition at line 117 of file CylinderLayer.cxx.
| Trk::CylinderLayer::CylinderLayer | ( | const CylinderLayer & | cla | ) |
Copy constructor of CylinderLayer.
Definition at line 133 of file CylinderLayer.cxx.
| Trk::CylinderLayer::CylinderLayer | ( | const CylinderLayer & | cla, |
| const Amg::Transform3D & | tr ) |
Copy constructor with shift.
Definition at line 143 of file CylinderLayer.cxx.
|
virtualdefault |
Destructor.
|
private |
Surface seen on approach - if not defined differently, it is the surfaceRepresentation()
Definition at line 248 of file CylinderLayer.cxx.
|
inherited |
assignMaterialPropeties
Definition at line 177 of file Layer.cxx.
|
inherited |
return associated Detector Element
|
inherited |
return Identifier of the associated Detector Element
|
inherited |
return the associated Layer
|
inherited |
method to associate a Trk::Layer.
We do not take ownership as this is typically already owned by the Geometry
|
virtualinherited |
return the base surface (simplified for persistification)
|
inherited |
access the BinUtility
|
finaloverridevirtualinherited |
This method returns the CylinderBounds by reference (NoBounds is not possible for cylinder)
Implements Trk::Surface.
|
private |
build approach surfaces
Definition at line 292 of file CylinderLayer.cxx.
|
inherited |
Return the cached transformation directly.
Don't try to make a new transform if it's not here.
|
inherited |
Returns the center position of the Surface.
|
overridevirtualinherited |
Implicit Constructor.
Implements Trk::Surface.
|
inherited |
register layer index for material map registration
Definition at line 186 of file Layer.cxx.
|
inherited |
get compatible surfaces starting from neutral parameters
|
inherited |
get compatible surfaces starting from charged parameters
|
finaloverridevirtualinherited |
Use the Surface as a ParametersBase constructor, from global parameters - neutral.
Implements Trk::Surface.
Definition at line 156 of file CylinderSurface.cxx.
|
finaloverridevirtualinherited |
Use the Surface as a ParametersBase constructor, from local parameters - neutral.
Implements Trk::Surface.
Definition at line 146 of file CylinderSurface.cxx.
|
inherited |
Use the Surface as a ParametersBase constructor, from global parameters.
|
inherited |
Use the Surface as a ParametersBase constructor, from local parameters.
|
finaloverridevirtualinherited |
Use the Surface as a ParametersBase constructor, from global parameters - charged.
Implements Trk::Surface.
Definition at line 136 of file CylinderSurface.cxx.
|
finaloverridevirtualinherited |
Use the Surface as a ParametersBase constructor, from local parameters - charged.
Implements Trk::Surface.
Definition at line 126 of file CylinderSurface.cxx.
|
virtualinherited |
Output Method for MsgStream, to be overloaded by child classes.
Reimplemented in Trk::DetElementSurface, and Trk::PerigeeSurface.
Definition at line 157 of file Surface.cxx.
|
virtualinherited |
Output Method for std::ostream, to be overloaded by child classes.
Reimplemented in Trk::DetElementSurface, and Trk::PerigeeSurface.
Definition at line 185 of file Surface.cxx.
|
inherited |
|
inherited |
private method to set the enclosed detached TV
|
inherited |
get the confining DetachedTrackingVolume
|
inherited |
get the confining TrackingVolume
|
inherited |
getting the MaterialProperties back - for full update
Definition at line 169 of file Layer.cxx.
|
inherited |
get compatible surfaces starting from charged parameters
propagate TrackingGeometry owner downstream
|
inherited |
get the reference measure
|
finaloverridevirtualinherited |
Returns a global reference point: For the Cylinder this is \( (R*cos(\phi), R*sin(\phi),0)*transform() \) Where \( \phi \) denotes the averagePhi() of the cylinderBounds.
Reimplemented from Trk::Surface.
Definition at line 164 of file CylinderSurface.cxx.
|
overridevirtualinherited |
Specialized for CylinderSurface : GlobalToLocal method without dynamic memory allocation - boolean checks if on surface.
Implements Trk::Surface.
Reimplemented in Trk::SlidingCylinderSurface.
Definition at line 235 of file CylinderSurface.cxx.
|
inherited |
This method returns the LocalPosition from a provided GlobalPosition.
If the GlobalPosition is not on the Surface, it returns a nullopt This method does not check if the calculated LocalPosition is inside surface bounds. If this check is needed, use positionOnSurface - for generality with momentum
|
inherited |
This method returns the LocalPosition from a provided GlobalPosition.
If the GlobalPosition is not on the Surface, it returns nullopt This method does not check if the calculated LocalPosition is inside surface bounds. If this check is needed, use positionOnSurface - only for planar, cylinder surface fully defined
|
inherited |
|
virtualinherited |
Has sub-structure method:
|
overridevirtualinherited |
This method calls the inside method of CylinderBounds.
Implements Trk::Surface.
Reimplemented in Trk::SubtractedCylinderLayer, and Trk::SubtractedCylinderSurface.
|
finaloverridevirtualinherited |
Implements Trk::Surface.
|
protectedinherited |
Helper method to factorize in one place common operations calculate inverse transofrm and multiply with position.
|
protectedinherited |
|
inherited |
Return 'true' if this surface is owned by the detector element.
|
inherited |
Returns 'true' if this surface is 'free', i.e.
it does not belong to a detector element (and returns false otherwise
|
virtualinherited |
isOnLayer() method, using isOnSurface() with Layer specific tolerance
Reimplemented in Trk::MaterialLayer, Trk::MaterialLayerNoOwnSurf, Trk::MaterialLayerOwnSurf, and Trk::NavigationLayer.
Definition at line 135 of file Layer.cxx.
|
overridevirtualinherited |
This method returns true if the GlobalPosition is on the Surface for both, within or without check of whether the local position is inside boundaries or not.
Reimplemented from Trk::Surface.
Reimplemented in Trk::SlidingCylinderSurface.
Definition at line 260 of file CylinderSurface.cxx.
|
inherited |
get the layerIndex
|
inherited |
getting the LayerMaterialProperties including full/pre/post update
|
inherited |
get the Layer coding
|
finaloverridevirtualinherited |
Specialized for CylinderSurface : LocalParameters to Vector2D.
Reimplemented from Trk::Surface.
|
overridevirtualinherited |
Specialized for CylinderSurface : LocalToGlobal method without dynamic memory allocation.
Implements Trk::Surface.
Reimplemented in Trk::SlidingCylinderSurface.
Definition at line 220 of file CylinderSurface.cxx.
|
inherited |
This method returns the GlobalPosition from a LocalPosition uses the per surface localToGlobal.
|
inherited |
This method returns the GlobalPosition from a LocalPosition The LocalPosition can be outside Surface bounds - for generality with momentum.
|
inherited |
This method returns the GlobalPosition from LocalParameters The LocalParameters can be outside Surface bounds.
|
inherited |
This method returns the GlobalPosition from LocalParameters The LocalParameters can be outside Surface bounds - for generality with momentum.
|
inherited |
|
inherited |
return the material Layer
|
finaloverridevirtualinherited |
Return the measurement frame - this is needed for alignment, in particular for StraightLine and Perigee Surface.
Reimplemented from Trk::Surface.
Definition at line 187 of file CylinderSurface.cxx.
|
finaloverridevirtual |
move the Layer
Implements Trk::Layer.
Definition at line 197 of file CylinderLayer.cxx.
|
overridevirtualinherited |
Return properly formatted class name for screen output.
Implements Trk::Surface.
Reimplemented in Trk::SlidingCylinderSurface, and Trk::SubtractedCylinderSurface.
|
inherited |
getting what's stored to be the next Layer, boolean to skip navigation layers
Definition at line 151 of file Layer.cxx.
|
inherited |
getting the next/previous Layer if registered - unit for direction vector required
Definition at line 161 of file Layer.cxx.
|
virtualinherited |
Returns the normal vector of the Surface (i.e.
in generall z-axis of rotation)
Reimplemented from Trk::Surface.
|
finaloverridevirtualinherited |
Return method for surface normal information at a given local point, overwrites the normal() from base class.
Reimplemented from Trk::Surface.
|
inlinestaticinherited |
Definition at line 25 of file TrkObjectCounter.h.
|
inherited |
templated on Layer method
|
inherited |
The templated Parameters OnSurface method - checks on surface pointer first.
|
inherited |
Non-equality operator.
| Trk::CylinderLayer & Trk::CylinderLayer::operator= | ( | const CylinderLayer & | clay | ) |
Assignment operator for CylinderLayers.
Definition at line 153 of file CylinderLayer.cxx.
|
inherited |
|
overridevirtualinherited |
Equality operator.
Implements Trk::Surface.
Reimplemented in Trk::SlidingCylinderSurface, and Trk::SubtractedCylinderSurface.
Definition at line 176 of file CylinderSurface.cxx.
|
inherited |
gettint hte overlap descriptor
|
inherited |
return ownership
|
overridevirtualinherited |
the pathCorrection for derived classes with thickness
Reimplemented from Trk::Surface.
|
inherited |
positionOnSurface() returns the LocalPosition on the Surface,
If BoundaryCheck==false it just returns the value of globalToLocal (including nullptr possibility), if BoundaryCheck==true it checks whether the point is inside bounds or not (returns std::nullopt in this case).
Definition at line 106 of file Surface.cxx.
|
finaloverridevirtual |
getting the MaterialProperties back - for post-update
Reimplemented from Trk::Layer.
Definition at line 187 of file CylinderLayer.cxx.
|
finaloverridevirtual |
getting the MaterialProperties back - for pre-update
Reimplemented from Trk::Layer.
Definition at line 176 of file CylinderLayer.cxx.
|
inherited |
getting what's stored to be the previous Layer, boolean to skip navigation layers
Definition at line 141 of file Layer.cxx.
|
inherited |
|
inherited |
register Volume associated to the layer
|
inherited |
get the Volume associated to the layer
|
finaloverridevirtual |
Resize the layer to the tracking volume.
Implements Trk::Layer.
Definition at line 318 of file CylinderLayer.cxx.
|
finaloverridevirtual |
Resize the layer to the tracking volume - only works for CylinderVolumeBouns.
Implements Trk::Layer.
Definition at line 207 of file CylinderLayer.cxx.
|
virtualinherited |
Return method for the rotational symmetry axis - the z-Axis of the HepTransform.
Definition at line 208 of file CylinderSurface.cxx.
|
inherited |
set the BinUtility
|
inherited |
set the Layer coding
|
inherited |
set material layer
|
inherited |
set Ownership
|
inherited |
set the reference measure
|
inherited |
Set the transform updates center and normal.
|
overridevirtualinherited |
fast distance to Surface
distance to surface
Implements Trk::Surface.
Reimplemented in Trk::SlidingCylinderSurface.
Definition at line 374 of file CylinderSurface.cxx.
|
overridevirtualinherited |
fast distance to Surface - with bounds directive
Implements Trk::Surface.
Reimplemented in Trk::SlidingCylinderSurface.
Definition at line 441 of file CylinderSurface.cxx.
|
finaloverridevirtualinherited |
fast straight line intersection schema - provides closest intersection and (signed) path length
mathematical motivation:
The calculation will be done in the 3-dim frame of the cylinder, i.e. the symmetry axis of the cylinder is the z-axis, x- and y-axis are perpenticular to the the z-axis. In this frame the cylinder is centered around the origin. Therefore the two points describing the line have to be first recalculated into the new frame. Suppose, this is done, the intersection is straight forward:
may \(p_{1}=(p_{1x}, p_{1y},
p_{1z}), p_{2}=(p_{2x}, p_{2y}, p_{2z}) \)@_fakenlthe two points describing the 3D-line, then the line in the \(x-y\)plane can be written as \(y=kx+d\), where \(k =\frac{p_{2y}-p_{1y}}{p_{2x}-p_{1x}}\)such as \(d=\frac{p_{2x}p_{1y}-p_{1x}p_{2y}}{p_{2x}-p_{1x}},\)
and intersects with the corresponding circle \(x^{2}+y^{2} = R^{2}. \)
The solutions can then be found by a simple quadratic equation and reinsertion into the line equation.
Implements Trk::Surface.
Definition at line 274 of file CylinderSurface.cxx.
|
inlineinherited |
fst straight line intersection schema - templated for charged and neutral parameters
Definition at line 352 of file Tracking/TrkDetDescr/TrkSurfaces/TrkSurfaces/Surface.h.
|
inherited |
If no subSurface array is defined or no subSurface can be found to the given Amg::Vector2D, it would return 0.
|
inherited |
If no subSurface array is defined or no subSurface can be found to the given Amg::Vector3D, it would return 0.
|
inherited |
Return a reference sub surface of the layer, usually the first one in the array.
Definition at line 117 of file Layer.cxx.
|
inherited |
Return the entire SurfaceArray, returns nullptr if no SurfaceArray.
|
inherited |
Return the entire SurfaceArray, returns nullptr if no SurfaceArray.
|
finaloverridevirtual |
Surface seen on approach - if not defined differently, it is the surfaceRepresentation()
Reimplemented from Trk::Layer.
Definition at line 279 of file CylinderLayer.cxx.
|
finaloverridevirtual |
Transforms the layer into a Surface representation for extrapolation.
Implements Trk::Layer.
Definition at line 165 of file CylinderLayer.cxx.
|
finaloverridevirtual |
Implements Trk::Layer.
Definition at line 171 of file CylinderLayer.cxx.
|
inherited |
Return the Thickness of the Layer.
|
inherited |
Returns HepGeom::Transform3D by reference.
|
constexprfinaloverridevirtualinherited |
Return the surface type.
Implements Trk::Surface.
|
inherited |
NVI method returning unique_ptr clone.
|
protected |
surfaces on approach to the layer
Definition at line 174 of file CylinderLayer.h.
|
protectedinherited |
Not owning Pointer to the Detector Element.
Definition at line 441 of file Tracking/TrkDetDescr/TrkSurfaces/TrkSurfaces/Surface.h.
|
protectedinherited |
Identifier to the Detector Element.
Definition at line 443 of file Tracking/TrkDetDescr/TrkSurfaces/TrkSurfaces/Surface.h.
|
protectedinherited |
The associated layer Trk::Layer This is the layer in which the Surface is embedded.
so not owning pointer.
Definition at line 448 of file Tracking/TrkDetDescr/TrkSurfaces/TrkSurfaces/Surface.h.
|
protectedinherited |
Enclosing TrackingVolume.
|
protectedinherited |
The global reference point (== a point on the surface)
Definition at line 289 of file CylinderSurface.h.
|
protectedinherited |
|
protectedinherited |
Enclosing DetachedTrackingVolume.
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
Possibility to attach a material description to the surface.
In this case the surface is what holds the MaterialLayer. This is usually done for boundary surfaces so shared ptr.
Definition at line 453 of file Tracking/TrkDetDescr/TrkSurfaces/TrkSurfaces/Surface.h.
|
protectedinherited |
BinUtility for next/previous decision.
|
protectedinherited |
|
protectedinherited |
enum for surface owner : default free surface
Definition at line 455 of file Tracking/TrkDetDescr/TrkSurfaces/TrkSurfaces/Surface.h.
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
The rotational symmetry axis.
Definition at line 291 of file CylinderSurface.h.
|
protectedinherited |
Definition at line 293 of file CylinderSurface.h.
|
protectedinherited |
|
protectedinherited |
Unique Pointer to the Transforms struct.
Definition at line 439 of file Tracking/TrkDetDescr/TrkSurfaces/TrkSurfaces/Surface.h.
|
inlinestaticinherited |
Definition at line 22 of file TrkObjectCounter.h.
|
staticconstexprprotectedinherited |
Tolerance for being on Surface.
Definition at line 458 of file Tracking/TrkDetDescr/TrkSurfaces/TrkSurfaces/Surface.h.
|
staticconstexprinherited |
The surface type static constexpr.
Definition at line 59 of file CylinderSurface.h.