Project
Loading...
Searching...
No Matches
o2::its::TrackerTraitsGPU< nLayers > Class Template Referencefinal

#include <TrackerTraitsGPU.h>

Inherits o2::its::TrackerTraits< nLayers >.

Public Member Functions

 TrackerTraitsGPU ()=default
 
 ~TrackerTraitsGPU () override=default
 
void adoptTimeFrame (TimeFrame< nLayers > *tf) final
 
void initialiseTimeFrame (const int iteration) final
 
void computeLayerTracklets (const int iteration, int, int) final
 
void computeLayerCells (const int iteration) final
 
void findCellsNeighbours (const int iteration) final
 
void findRoads (const int iteration) final
 
bool supportsExtendTracks () const noexcept final
 
bool supportsFindShortPrimaries () const noexcept final
 
void setBz (float) final
 
const chargetName () const noexcept final
 
bool isGPU () const noexcept final
 
int getTFNumberOfClusters () const override
 
int getTFNumberOfTracklets () const override
 
int getTFNumberOfCells () const override
 
- Public Member Functions inherited from o2::its::TrackerTraits< nLayers >
virtual ~TrackerTraits ()=default
 
virtual void extendTracks (const int iteration)
 
virtual void findShortPrimaries ()
 
virtual bool trackFollowing (TrackITSExt *track, int rof, bool outward, const int iteration)
 
virtual void processNeighbours (int iLayer, int iLevel, const bounded_vector< CellSeed > &currentCellSeed, const bounded_vector< int > &currentCellId, bounded_vector< CellSeed > &updatedCellSeed, bounded_vector< int > &updatedCellId)
 
void updateTrackingParameters (const std::vector< TrackingParameters > &trkPars)
 
TimeFrame< nLayers > * getTimeFrame ()
 
float getBz () const
 
void setCorrType (const o2::base::PropagatorImpl< float >::MatCorrType type)
 
bool isMatLUT () const
 
void setMemoryPool (std::shared_ptr< BoundedMemoryResource > &pool) noexcept
 
auto getMemoryPool () const noexcept
 
 GPUhd () static const eval int4 getEmptyBinsRect()
 
const int4 getBinsRect (int layer, float phi, float maxdeltaphi, float z, float maxdeltaz) const noexcept
 
const int4 getBinsRect (const Cluster &cls, int layer, float z1, float z2, float maxdeltaz, float maxdeltaphi) const noexcept
 
const int4 getBinsRect (int layer, float phi, float maxdeltaphi, float z1, float z2, float maxdeltaz) const noexcept
 
void SetRecoChain (o2::gpu::GPUChainITS *chain)
 
void setSmoothing (bool v)
 
bool getSmoothing () const
 
void setNThreads (int n)
 
int getNThreads () const
 
o2::gpu::GPUChainITSgetChain () const
 

Additional Inherited Members

- Protected Attributes inherited from o2::its::TrackerTraits< nLayers >
o2::base::PropagatorImpl< float >::MatCorrType mCorrType = o2::base::PropagatorImpl<float>::MatCorrType::USEMatCorrNONE
 
o2::gpu::GPUChainITSmChain = nullptr
 
TimeFrame< nLayers > * mTimeFrame
 
std::vector< TrackingParametersmTrkParams
 
float mBz {-999.f}
 
bool mIsZeroField {false}
 

Detailed Description

template<int nLayers = 7>
class o2::its::TrackerTraitsGPU< nLayers >

Definition at line 23 of file TrackerTraitsGPU.h.

Constructor & Destructor Documentation

◆ TrackerTraitsGPU()

template<int nLayers = 7>
o2::its::TrackerTraitsGPU< nLayers >::TrackerTraitsGPU ( )
default

◆ ~TrackerTraitsGPU()

template<int nLayers = 7>
o2::its::TrackerTraitsGPU< nLayers >::~TrackerTraitsGPU ( )
overridedefault

Member Function Documentation

◆ adoptTimeFrame()

template<int nLayers>
void o2::its::TrackerTraitsGPU< nLayers >::adoptTimeFrame ( TimeFrame< nLayers > *  tf)
finalvirtual

Reimplemented from o2::its::TrackerTraits< nLayers >.

Definition at line 41 of file TrackerTraitsGPU.cxx.

◆ computeLayerCells()

template<int nLayers>
void o2::its::TrackerTraitsGPU< nLayers >::computeLayerCells ( const int  iteration)
finalvirtual

Reimplemented from o2::its::TrackerTraits< nLayers >.

Definition at line 121 of file TrackerTraitsGPU.cxx.

◆ computeLayerTracklets()

template<int nLayers>
void o2::its::TrackerTraitsGPU< nLayers >::computeLayerTracklets ( const int  iteration,
int  iROFslice,
int  iVertex 
)
finalvirtual

Reimplemented from o2::its::TrackerTraits< nLayers >.

Definition at line 48 of file TrackerTraitsGPU.cxx.

◆ findCellsNeighbours()

template<int nLayers>
void o2::its::TrackerTraitsGPU< nLayers >::findCellsNeighbours ( const int  iteration)
finalvirtual

Reimplemented from o2::its::TrackerTraits< nLayers >.

Definition at line 168 of file TrackerTraitsGPU.cxx.

◆ findRoads()

template<int nLayers>
void o2::its::TrackerTraitsGPU< nLayers >::findRoads ( const int  iteration)
finalvirtual

Reimplemented from o2::its::TrackerTraits< nLayers >.

Definition at line 219 of file TrackerTraitsGPU.cxx.

◆ getName()

template<int nLayers = 7>
const char * o2::its::TrackerTraitsGPU< nLayers >::getName ( ) const
inlinefinalvirtualnoexcept

Reimplemented from o2::its::TrackerTraits< nLayers >.

Definition at line 42 of file TrackerTraitsGPU.h.

◆ getTFNumberOfCells()

template<int nLayers>
int o2::its::TrackerTraitsGPU< nLayers >::getTFNumberOfCells ( ) const
overridevirtual

Reimplemented from o2::its::TrackerTraits< nLayers >.

Definition at line 335 of file TrackerTraitsGPU.cxx.

◆ getTFNumberOfClusters()

template<int nLayers>
int o2::its::TrackerTraitsGPU< nLayers >::getTFNumberOfClusters ( ) const
overridevirtual

Reimplemented from o2::its::TrackerTraits< nLayers >.

Definition at line 323 of file TrackerTraitsGPU.cxx.

◆ getTFNumberOfTracklets()

template<int nLayers>
int o2::its::TrackerTraitsGPU< nLayers >::getTFNumberOfTracklets ( ) const
overridevirtual

Reimplemented from o2::its::TrackerTraits< nLayers >.

Definition at line 329 of file TrackerTraitsGPU.cxx.

◆ initialiseTimeFrame()

template<int nLayers>
void o2::its::TrackerTraitsGPU< nLayers >::initialiseTimeFrame ( const int  iteration)
finalvirtual

Reimplemented from o2::its::TrackerTraits< nLayers >.

Definition at line 26 of file TrackerTraitsGPU.cxx.

◆ isGPU()

template<int nLayers = 7>
bool o2::its::TrackerTraitsGPU< nLayers >::isGPU ( ) const
inlinefinalvirtualnoexcept

Reimplemented from o2::its::TrackerTraits< nLayers >.

Definition at line 43 of file TrackerTraitsGPU.h.

◆ setBz()

template<int nLayers>
void o2::its::TrackerTraitsGPU< nLayers >::setBz ( float  bz)
finalvirtual

Reimplemented from o2::its::TrackerTraits< nLayers >.

Definition at line 341 of file TrackerTraitsGPU.cxx.

◆ supportsExtendTracks()

template<int nLayers = 7>
bool o2::its::TrackerTraitsGPU< nLayers >::supportsExtendTracks ( ) const
inlinefinalvirtualnoexcept

Reimplemented from o2::its::TrackerTraits< nLayers >.

Definition at line 37 of file TrackerTraitsGPU.h.

◆ supportsFindShortPrimaries()

template<int nLayers = 7>
bool o2::its::TrackerTraitsGPU< nLayers >::supportsFindShortPrimaries ( ) const
inlinefinalvirtualnoexcept

Reimplemented from o2::its::TrackerTraits< nLayers >.

Definition at line 38 of file TrackerTraitsGPU.h.


The documentation for this class was generated from the following files: