Project
Loading...
Searching...
No Matches
o2::its::TimeFrame< NLayers > Class Template Reference

#include <TimeFrame.h>

Inherited by o2::its::gpu::TimeFrameGPU< NLayers >, and o2::trk::TimeFrame< NLayers >.

Public Types

using IndexTableUtilsN = IndexTableUtils< NLayers >
 
using ROFOverlapTableN = ROFOverlapTable< NLayers >
 
using ROFVertexLookupTableN = ROFVertexLookupTable< NLayers >
 
using ROFMaskTableN = ROFMaskTable< NLayers >
 
using TrackSeedN = TrackSeed< NLayers >
 

Public Member Functions

 TimeFrame ()=default
 
virtual ~TimeFrame ()=default
 
const VertexgetPrimaryVertex (const int ivtx) const
 
auto & getPrimaryVertices ()
 
auto getPrimaryVerticesNum ()
 
const auto & getPrimaryVertices () const
 
auto & getPrimaryVerticesLabels ()
 
gsl::span< const VertexgetPrimaryVertices (int layer, int rofId) const
 
void addPrimaryVertex (const Vertex &vertex)
 
void addPrimaryVertexLabel (const VertexLabel &label)
 
void loadROFrameData (gsl::span< const o2::itsmft::ROFRecord > rofs, gsl::span< const itsmft::CompClusterExt > clusters, gsl::span< const unsigned char >::iterator &pattIt, const itsmft::TopologyDictionary *dict, int layer, const dataformats::MCTruthContainer< MCCompLabel > *mcLabels=nullptr)
 
void resetROFrameData (int iLayer)
 
void prepareROFrameData (gsl::span< const itsmft::CompClusterExt > clusters, int layer)
 
int getTotalClusters () const
 
bool empty () const
 
int getSortedIndex (int rofId, int layer, int idx) const
 
int getSortedStartIndex (const int rofId, const int layer) const
 
int getNrof (int layer) const
 
void resetBeamXY (const float x, const float y, const float w=0)
 
void setBeamPosition (const float x, const float y, const float s2, const float base=50.f, const float systematic=0.f)
 
float getBeamX () const
 
float getBeamY () const
 
std::array< float, 2 > & getBeamXY ()
 
auto & getMinRs ()
 
auto & getMaxRs ()
 
float getMinR (int layer) const
 
float getMaxR (int layer) const
 
float getMSangle (int layer) const
 
auto & getMSangles ()
 
float getPhiCut (int layer) const
 
auto & getPhiCuts ()
 
float getPositionResolution (int layer) const
 
auto & getPositionResolutions ()
 
gsl::span< ClustergetClustersOnLayer (int rofId, int layerId)
 
gsl::span< const ClustergetClustersOnLayer (int rofId, int layerId) const
 
gsl::span< const ClustergetClustersPerROFrange (int rofMin, int range, int layerId) const
 
gsl::span< const ClustergetUnsortedClustersOnLayer (int rofId, int layerId) const
 
gsl::span< uint8_t > getUsedClustersROF (int rofId, int layerId)
 
gsl::span< const uint8_t > getUsedClustersROF (int rofId, int layerId) const
 
gsl::span< const intgetROFramesClustersPerROFrange (int rofMin, int range, int layerId) const
 
gsl::span< const intgetROFrameClusters (int layerId) const
 
gsl::span< const intgetNClustersROFrange (int rofMin, int range, int layerId) const
 
gsl::span< intgetIndexTable (int rofId, int layerId)
 
const auto & getTrackingFrameInfoOnLayer (int layerId) const
 
const auto & getIndexTableUtils () const
 
const auto & getROFOverlapTable () const
 
const auto & getROFOverlapTableView () const
 
void setROFOverlapTable (ROFOverlapTableN table)
 
const auto & getROFVertexLookupTable () const
 
const auto & getROFVertexLookupTableView () const
 
void setROFVertexLookupTable (ROFVertexLookupTableN table)
 
void updateROFVertexLookupTable ()
 
void setMultiplicityCutMask (ROFMaskTableN cutMask)
 
void useMultiplictyMask () noexcept
 
void setUPCCutMask (ROFMaskTableN cutMask)
 
void useUPCMask () noexcept
 
const auto & getROFMaskView () const
 
const TrackingFrameInfogetClusterTrackingFrameInfo (int layerId, const Cluster &cl) const
 
gsl::span< const MCCompLabelgetClusterLabels (int layerId, const Cluster &cl) const
 
gsl::span< const MCCompLabelgetClusterLabels (int layerId, const int clId) const
 
int getClusterExternalIndex (int layerId, const int clId) const
 
int getClusterSize (int layer, int clusterId) const
 
void setClusterSize (int layer, bounded_vector< uint8_t > &v)
 
auto & getTrackletsLabel (int layer)
 
auto & getCellsLabel (int layer)
 
bool hasMCinformation () const
 
void initialise (const int iteration, const TrackingParameters &trkParam, const int maxLayers=NLayers, bool resetVertices=true)
 
bool isClusterUsed (int layer, int clusterId) const
 
void markUsedCluster (int layer, int clusterId)
 
gsl::span< unsigned chargetUsedClusters (const int layer)
 
auto & getTracklets ()
 
auto & getTrackletsLookupTable ()
 
auto & getClusters ()
 
auto & getUnsortedClusters ()
 
int getClusterROF (int iLayer, int iCluster)
 
auto & getCells ()
 
auto & getCellsLookupTable ()
 
auto & getCellsNeighbours ()
 
auto & getCellsNeighboursLUT ()
 
auto & getTracks ()
 
auto & getTracksLabel ()
 
auto & getLinesLabel (const int rofId)
 
size_t getNumberOfClusters () const
 
virtual size_t getNumberOfCells () const
 
virtual size_t getNumberOfTracklets () const
 
virtual size_t getNumberOfNeighbours () const
 
size_t getNumberOfTracks () const
 
size_t getNumberOfUsedClusters () const
 
void setMemoryPool (std::shared_ptr< BoundedMemoryResource > pool)
 memory management
 
auto & getMemoryPool () const noexcept
 
bool checkMemory (unsigned long max)
 
unsigned long getArtefactsMemory () const
 
void printArtefactsMemory () const
 
void setIsStaggered (bool b) noexcept
 staggering
 
void computeTrackletsPerROFScans ()
 
void computeTracletsPerClusterScans ()
 
intgetNTrackletsROF (int rofId, int combId)
 
auto & getLines (int rofId)
 
int getNLinesTotal () const noexcept
 
void setNLinesTotal (uint32_t a) noexcept
 
auto & getTrackletClusters (int rofId)
 
gsl::span< const TrackletgetFoundTracklets (int rofId, int combId) const
 
gsl::span< TrackletgetFoundTracklets (int rofId, int combId)
 
gsl::span< const MCCompLabelgetLabelsFoundTracklets (int rofId, int combId) const
 
gsl::span< intgetNTrackletsCluster (int rofId, int combId)
 
gsl::span< intgetExclusiveNTrackletsCluster (int rofId, int combId)
 
uint32_t getTotalTrackletsTF (const int iLayer)
 
int getTotalClustersPerROFrange (int rofMin, int range, int layerId) const
 
int hasBogusClusters () const
 
void setBz (float bz)
 
float getBz () const
 
auto getFrameworkAllocator ()
 
void setFrameworkAllocator (ExternalAllocator *ext)
 
bool hasFrameworkAllocator () const noexcept
 
std::pmr::memory_resourcegetMaybeFrameworkHostResource (bool forceHost=false)
 
const o2::base::PropagatorImpl< float > * getDevicePropagator () const
 
virtual void setDevicePropagator (const o2::base::PropagatorImpl< float > *)
 
template<typename... T>
void addClusterToLayer (int layer, T &&... args)
 
template<typename... T>
void addTrackingFrameInfoToLayer (int layer, T &&... args)
 
void addClusterExternalIndexToLayer (int layer, const int idx)
 
virtual void wipe ()
 
virtual bool isGPU () const noexcept
 
virtual const chargetName () const noexcept
 

Public Attributes

ExternalAllocatormExternalAllocator {nullptr}
 State if memory will be externally managed by the GPU framework.
 
std::shared_ptr< BoundedMemoryResourcemExtMemoryPool
 
std::array< bounded_vector< Cluster >, NLayers > mClusters
 
std::array< bounded_vector< TrackingFrameInfo >, NLayers > mTrackingFrameInfo
 
std::array< bounded_vector< int >, NLayers > mClusterExternalIndices
 
std::array< bounded_vector< int >, NLayers > mROFramesClusters
 
std::array< const dataformats::MCTruthContainer< MCCompLabel > *, NLayers > mClusterLabels {nullptr}
 
std::array< bounded_vector< int >, 2 > mNTrackletsPerCluster
 
std::array< bounded_vector< int >, 2 > mNTrackletsPerClusterSum
 
std::array< bounded_vector< int >, NLayers > mNClustersPerROF
 
std::array< bounded_vector< int >, NLayers > mIndexTables
 
std::vector< bounded_vector< int > > mTrackletsLookupTable
 
std::array< bounded_vector< uint8_t >, NLayers > mUsedClusters
 
std::array< bounded_vector< Cluster >, NLayers > mUnsortedClusters
 
std::vector< bounded_vector< Tracklet > > mTracklets
 
std::vector< bounded_vector< CellSeed > > mCells
 
bounded_vector< TrackITSExtmTracks
 
bounded_vector< MCCompLabelmTracksLabel
 
std::vector< bounded_vector< int > > mCellsNeighbours
 
std::vector< bounded_vector< int > > mCellsLookupTable
 
const o2::base::PropagatorImpl< float > * mPropagatorDevice = nullptr
 

Protected Member Functions

void prepareClusters (const TrackingParameters &trkParam, const int maxLayers=NLayers)
 

Protected Attributes

float mBz = 5.
 
unsigned int mNTotalLowPtVertices = 0
 
int mBeamPosWeight = 0
 
std::array< float, 2 > mBeamPos = {0.f, 0.f}
 
bool isBeamPositionOverridden = false
 
std::array< float, NLayers > mMinR
 
std::array< float, NLayers > mMaxR
 
bounded_vector< float > mMSangles
 
bounded_vector< float > mPhiCuts
 
bounded_vector< float > mPositionResolution
 
std::array< bounded_vector< uint8_t >, NLayers > mClusterSize
 
bounded_vector< std::array< float, 2 > > mPValphaX
 
std::vector< bounded_vector< MCCompLabel > > mTrackletLabels
 PV x and alpha for track propagation.
 
std::vector< bounded_vector< MCCompLabel > > mCellLabels
 
std::vector< bounded_vector< int > > mCellsNeighboursLUT
 
bounded_vector< intmBogusClusters
 
bounded_vector< VertexmPrimaryVertices
 keep track of clusters with wild coordinates
 
bounded_vector< VertexLabelmPrimaryVerticesLabels
 
std::vector< bounded_vector< int > > mNTrackletsPerROF
 
std::vector< bounded_vector< Line > > mLines
 
std::vector< bounded_vector< ClusterLines > > mTrackletClusters
 
std::array< bounded_vector< int >, 2 > mTrackletsIndexROF
 
std::vector< bounded_vector< MCCompLabel > > mLinesLabels
 
std::array< uint32_t, 2 > mTotalTracklets = {0, 0}
 
uint32_t mTotalLines = 0
 
IndexTableUtilsN mIndexTableUtils
 
ROFOverlapTableN mROFOverlapTable
 
ROFOverlapTableN::View mROFOverlapTableView
 
ROFVertexLookupTableN mROFVertexLookupTable
 
ROFVertexLookupTableN::View mROFVertexLookupTableView
 
ROFMaskTableN mMultiplicityCutMask
 
ROFMaskTableN mUPCCutMask
 
ROFMaskTableNmROFMask = &mMultiplicityCutMask
 
ROFMaskTableN::View mROFMaskView
 
bool mIsStaggered {false}
 
std::shared_ptr< BoundedMemoryResourcemMemoryPool
 

Friends

class gpu::TimeFrameGPU< NLayers >
 

Detailed Description

template<int NLayers>
class o2::its::TimeFrame< NLayers >

Definition at line 66 of file TimeFrame.h.

Member Typedef Documentation

◆ IndexTableUtilsN

template<int NLayers>
using o2::its::TimeFrame< NLayers >::IndexTableUtilsN = IndexTableUtils<NLayers>

Definition at line 67 of file TimeFrame.h.

◆ ROFMaskTableN

template<int NLayers>
using o2::its::TimeFrame< NLayers >::ROFMaskTableN = ROFMaskTable<NLayers>

Definition at line 70 of file TimeFrame.h.

◆ ROFOverlapTableN

template<int NLayers>
using o2::its::TimeFrame< NLayers >::ROFOverlapTableN = ROFOverlapTable<NLayers>

Definition at line 68 of file TimeFrame.h.

◆ ROFVertexLookupTableN

template<int NLayers>
using o2::its::TimeFrame< NLayers >::ROFVertexLookupTableN = ROFVertexLookupTable<NLayers>

Definition at line 69 of file TimeFrame.h.

◆ TrackSeedN

template<int NLayers>
using o2::its::TimeFrame< NLayers >::TrackSeedN = TrackSeed<NLayers>

Definition at line 71 of file TimeFrame.h.

Constructor & Destructor Documentation

◆ TimeFrame()

template<int NLayers>
o2::its::TimeFrame< NLayers >::TimeFrame ( )
default

◆ ~TimeFrame()

template<int NLayers>
virtual o2::its::TimeFrame< NLayers >::~TimeFrame ( )
virtualdefault

Reimplemented in o2::trk::TimeFrame< NLayers >.

Member Function Documentation

◆ addClusterExternalIndexToLayer()

template<int NLayers>
void o2::its::TimeFrame< NLayers >::addClusterExternalIndexToLayer ( int  layer,
const int  idx 
)
inline

Definition at line 258 of file TimeFrame.h.

◆ addClusterToLayer()

template<int NLayers>
template<typename... T>
void o2::its::TimeFrame< NLayers >::addClusterToLayer ( int  layer,
T &&...  args 
)

Definition at line 461 of file TimeFrame.h.

◆ addPrimaryVertex()

template<int NLayers>
void o2::its::TimeFrame< NLayers >::addPrimaryVertex ( const Vertex vertex)

Definition at line 47 of file TimeFrame.cxx.

◆ addPrimaryVertexLabel()

template<int NLayers>
void o2::its::TimeFrame< NLayers >::addPrimaryVertexLabel ( const VertexLabel label)
inline

Definition at line 84 of file TimeFrame.h.

◆ addTrackingFrameInfoToLayer()

template<int NLayers>
template<typename... T>
void o2::its::TimeFrame< NLayers >::addTrackingFrameInfoToLayer ( int  layer,
T &&...  args 
)

Definition at line 468 of file TimeFrame.h.

◆ checkMemory()

template<int NLayers>
bool o2::its::TimeFrame< NLayers >::checkMemory ( unsigned long  max)
inline

Definition at line 213 of file TimeFrame.h.

◆ computeTrackletsPerROFScans()

template<int NLayers>
void o2::its::TimeFrame< NLayers >::computeTrackletsPerROFScans ( )

Definition at line 369 of file TimeFrame.cxx.

◆ computeTracletsPerClusterScans()

template<int NLayers>
void o2::its::TimeFrame< NLayers >::computeTracletsPerClusterScans ( )

◆ empty()

template<int NLayers>
bool o2::its::TimeFrame< NLayers >::empty ( ) const
inline

Definition at line 97 of file TimeFrame.h.

◆ getArtefactsMemory()

template<int NLayers>
unsigned long o2::its::TimeFrame< NLayers >::getArtefactsMemory ( ) const

Definition at line 347 of file TimeFrame.cxx.

◆ getBeamX()

template<int NLayers>
float o2::its::TimeFrame< NLayers >::getBeamX ( ) const
inline

Definition at line 109 of file TimeFrame.h.

◆ getBeamXY()

template<int NLayers>
std::array< float, 2 > & o2::its::TimeFrame< NLayers >::getBeamXY ( )
inline

Definition at line 111 of file TimeFrame.h.

◆ getBeamY()

template<int NLayers>
float o2::its::TimeFrame< NLayers >::getBeamY ( ) const
inline

Definition at line 110 of file TimeFrame.h.

◆ getBz()

template<int NLayers>
float o2::its::TimeFrame< NLayers >::getBz ( ) const
inline

Definition at line 240 of file TimeFrame.h.

◆ getCells()

template<int NLayers>
auto & o2::its::TimeFrame< NLayers >::getCells ( )
inline

Definition at line 194 of file TimeFrame.h.

◆ getCellsLabel()

template<int NLayers>
auto & o2::its::TimeFrame< NLayers >::getCellsLabel ( int  layer)
inline

Definition at line 179 of file TimeFrame.h.

◆ getCellsLookupTable()

template<int NLayers>
auto & o2::its::TimeFrame< NLayers >::getCellsLookupTable ( )
inline

Definition at line 196 of file TimeFrame.h.

◆ getCellsNeighbours()

template<int NLayers>
auto & o2::its::TimeFrame< NLayers >::getCellsNeighbours ( )
inline

Definition at line 197 of file TimeFrame.h.

◆ getCellsNeighboursLUT()

template<int NLayers>
auto & o2::its::TimeFrame< NLayers >::getCellsNeighboursLUT ( )
inline

Definition at line 198 of file TimeFrame.h.

◆ getClusterExternalIndex()

template<int NLayers>
int o2::its::TimeFrame< NLayers >::getClusterExternalIndex ( int  layerId,
const int  clId 
) const
inline

Definition at line 174 of file TimeFrame.h.

◆ getClusterLabels() [1/2]

template<int NLayers>
gsl::span< const MCCompLabel > o2::its::TimeFrame< NLayers >::getClusterLabels ( int  layerId,
const Cluster cl 
) const
inline

Definition at line 172 of file TimeFrame.h.

◆ getClusterLabels() [2/2]

template<int NLayers>
gsl::span< const MCCompLabel > o2::its::TimeFrame< NLayers >::getClusterLabels ( int  layerId,
const int  clId 
) const
inline

Definition at line 173 of file TimeFrame.h.

◆ getClusterROF()

template<int NLayers>
int o2::its::TimeFrame< NLayers >::getClusterROF ( int  iLayer,
int  iCluster 
)
inline

Definition at line 434 of file TimeFrame.h.

◆ getClusters()

template<int NLayers>
auto & o2::its::TimeFrame< NLayers >::getClusters ( )
inline

Definition at line 191 of file TimeFrame.h.

◆ getClusterSize()

template<int NLayers>
int o2::its::TimeFrame< NLayers >::getClusterSize ( int  layer,
int  clusterId 
) const
inline

Definition at line 175 of file TimeFrame.h.

◆ getClustersOnLayer() [1/2]

template<int NLayers>
gsl::span< Cluster > o2::its::TimeFrame< NLayers >::getClustersOnLayer ( int  rofId,
int  layerId 
)
inline

Definition at line 361 of file TimeFrame.h.

◆ getClustersOnLayer() [2/2]

template<int NLayers>
gsl::span< const Cluster > o2::its::TimeFrame< NLayers >::getClustersOnLayer ( int  rofId,
int  layerId 
) const
inline

Definition at line 371 of file TimeFrame.h.

◆ getClustersPerROFrange()

template<int NLayers>
gsl::span< const Cluster > o2::its::TimeFrame< NLayers >::getClustersPerROFrange ( int  rofMin,
int  range,
int  layerId 
) const
inline

Definition at line 401 of file TimeFrame.h.

◆ getClusterTrackingFrameInfo()

template<int NLayers>
const TrackingFrameInfo & o2::its::TimeFrame< NLayers >::getClusterTrackingFrameInfo ( int  layerId,
const Cluster cl 
) const

◆ getDevicePropagator()

template<int NLayers>
const o2::base::PropagatorImpl< float > * o2::its::TimeFrame< NLayers >::getDevicePropagator ( ) const
inline

Definition at line 251 of file TimeFrame.h.

◆ getExclusiveNTrackletsCluster()

template<int NLayers>
gsl::span< int > o2::its::TimeFrame< NLayers >::getExclusiveNTrackletsCluster ( int  rofId,
int  combId 
)
inline

Definition at line 490 of file TimeFrame.h.

◆ getFoundTracklets() [1/2]

template<int NLayers>
gsl::span< Tracklet > o2::its::TimeFrame< NLayers >::getFoundTracklets ( int  rofId,
int  combId 
)
inline

Definition at line 501 of file TimeFrame.h.

◆ getFoundTracklets() [2/2]

template<int NLayers>
gsl::span< const Tracklet > o2::its::TimeFrame< NLayers >::getFoundTracklets ( int  rofId,
int  combId 
) const
inline

Definition at line 511 of file TimeFrame.h.

◆ getFrameworkAllocator()

template<int NLayers>
auto o2::its::TimeFrame< NLayers >::getFrameworkAllocator ( )
inline

Definition at line 245 of file TimeFrame.h.

◆ getIndexTable()

template<int NLayers>
gsl::span< int > o2::its::TimeFrame< NLayers >::getIndexTable ( int  rofId,
int  layerId 
)
inline

Definition at line 450 of file TimeFrame.h.

◆ getIndexTableUtils()

template<int NLayers>
const auto & o2::its::TimeFrame< NLayers >::getIndexTableUtils ( ) const
inline

Definition at line 137 of file TimeFrame.h.

◆ getLabelsFoundTracklets()

template<int NLayers>
gsl::span< const MCCompLabel > o2::its::TimeFrame< NLayers >::getLabelsFoundTracklets ( int  rofId,
int  combId 
) const
inline

Definition at line 521 of file TimeFrame.h.

◆ getLines()

template<int NLayers>
auto & o2::its::TimeFrame< NLayers >::getLines ( int  rofId)
inline

Definition at line 224 of file TimeFrame.h.

◆ getLinesLabel()

template<int NLayers>
auto & o2::its::TimeFrame< NLayers >::getLinesLabel ( const int  rofId)
inline

Definition at line 201 of file TimeFrame.h.

◆ getMaxR()

template<int NLayers>
float o2::its::TimeFrame< NLayers >::getMaxR ( int  layer) const
inline

Definition at line 116 of file TimeFrame.h.

◆ getMaxRs()

template<int NLayers>
auto & o2::its::TimeFrame< NLayers >::getMaxRs ( )
inline

Definition at line 114 of file TimeFrame.h.

◆ getMaybeFrameworkHostResource()

template<int NLayers>
std::pmr::memory_resource * o2::its::TimeFrame< NLayers >::getMaybeFrameworkHostResource ( bool  forceHost = false)
inline

Definition at line 248 of file TimeFrame.h.

◆ getMemoryPool()

template<int NLayers>
auto & o2::its::TimeFrame< NLayers >::getMemoryPool ( ) const
inlinenoexcept

Definition at line 212 of file TimeFrame.h.

◆ getMinR()

template<int NLayers>
float o2::its::TimeFrame< NLayers >::getMinR ( int  layer) const
inline

Definition at line 115 of file TimeFrame.h.

◆ getMinRs()

template<int NLayers>
auto & o2::its::TimeFrame< NLayers >::getMinRs ( )
inline

Definition at line 113 of file TimeFrame.h.

◆ getMSangle()

template<int NLayers>
float o2::its::TimeFrame< NLayers >::getMSangle ( int  layer) const
inline

Definition at line 117 of file TimeFrame.h.

◆ getMSangles()

template<int NLayers>
auto & o2::its::TimeFrame< NLayers >::getMSangles ( )
inline

Definition at line 118 of file TimeFrame.h.

◆ getName()

template<int NLayers>
virtual const char * o2::its::TimeFrame< NLayers >::getName ( ) const
inlinevirtualnoexcept

Reimplemented in o2::its::gpu::TimeFrameGPU< NLayers >.

Definition at line 286 of file TimeFrame.h.

◆ getNClustersROFrange()

template<int NLayers>
gsl::span< const int > o2::its::TimeFrame< NLayers >::getNClustersROFrange ( int  rofMin,
int  range,
int  layerId 
) const
inline

Definition at line 419 of file TimeFrame.h.

◆ getNLinesTotal()

template<int NLayers>
int o2::its::TimeFrame< NLayers >::getNLinesTotal ( ) const
inlinenoexcept

Definition at line 225 of file TimeFrame.h.

◆ getNrof()

template<int NLayers>
int o2::its::TimeFrame< NLayers >::getNrof ( int  layer) const
inline

Definition at line 100 of file TimeFrame.h.

◆ getNTrackletsCluster()

template<int NLayers>
gsl::span< int > o2::its::TimeFrame< NLayers >::getNTrackletsCluster ( int  rofId,
int  combId 
)
inline

Definition at line 480 of file TimeFrame.h.

◆ getNTrackletsROF()

template<int NLayers>
int & o2::its::TimeFrame< NLayers >::getNTrackletsROF ( int  rofId,
int  combId 
)
inline

Definition at line 223 of file TimeFrame.h.

◆ getNumberOfCells()

template<int NLayers>
size_t o2::its::TimeFrame< NLayers >::getNumberOfCells ( ) const
inlinevirtual

Reimplemented in o2::its::gpu::TimeFrameGPU< NLayers >.

Definition at line 551 of file TimeFrame.h.

◆ getNumberOfClusters()

template<int NLayers>
size_t o2::its::TimeFrame< NLayers >::getNumberOfClusters ( ) const
inline

Definition at line 541 of file TimeFrame.h.

◆ getNumberOfNeighbours()

template<int NLayers>
size_t o2::its::TimeFrame< NLayers >::getNumberOfNeighbours ( ) const
inlinevirtual

Reimplemented in o2::its::gpu::TimeFrameGPU< NLayers >.

Definition at line 571 of file TimeFrame.h.

◆ getNumberOfTracklets()

template<int NLayers>
size_t o2::its::TimeFrame< NLayers >::getNumberOfTracklets ( ) const
inlinevirtual

Reimplemented in o2::its::gpu::TimeFrameGPU< NLayers >.

Definition at line 561 of file TimeFrame.h.

◆ getNumberOfTracks()

template<int NLayers>
size_t o2::its::TimeFrame< NLayers >::getNumberOfTracks ( ) const
inline

Definition at line 581 of file TimeFrame.h.

◆ getNumberOfUsedClusters()

template<int NLayers>
size_t o2::its::TimeFrame< NLayers >::getNumberOfUsedClusters ( ) const
inline

Definition at line 587 of file TimeFrame.h.

◆ getPhiCut()

template<int NLayers>
float o2::its::TimeFrame< NLayers >::getPhiCut ( int  layer) const
inline

Definition at line 119 of file TimeFrame.h.

◆ getPhiCuts()

template<int NLayers>
auto & o2::its::TimeFrame< NLayers >::getPhiCuts ( )
inline

Definition at line 120 of file TimeFrame.h.

◆ getPositionResolution()

template<int NLayers>
float o2::its::TimeFrame< NLayers >::getPositionResolution ( int  layer) const
inline

Definition at line 121 of file TimeFrame.h.

◆ getPositionResolutions()

template<int NLayers>
auto & o2::its::TimeFrame< NLayers >::getPositionResolutions ( )
inline

Definition at line 122 of file TimeFrame.h.

◆ getPrimaryVertex()

template<int NLayers>
const Vertex & o2::its::TimeFrame< NLayers >::getPrimaryVertex ( const int  ivtx) const
inline

Definition at line 77 of file TimeFrame.h.

◆ getPrimaryVertices() [1/3]

template<int NLayers>
auto & o2::its::TimeFrame< NLayers >::getPrimaryVertices ( )
inline

Definition at line 78 of file TimeFrame.h.

◆ getPrimaryVertices() [2/3]

template<int NLayers>
const auto & o2::its::TimeFrame< NLayers >::getPrimaryVertices ( ) const
inline

Definition at line 80 of file TimeFrame.h.

◆ getPrimaryVertices() [3/3]

template<int NLayers>
gsl::span< const Vertex > o2::its::TimeFrame< NLayers >::getPrimaryVertices ( int  layer,
int  rofId 
) const

Definition at line 337 of file TimeFrame.h.

◆ getPrimaryVerticesLabels()

template<int NLayers>
auto & o2::its::TimeFrame< NLayers >::getPrimaryVerticesLabels ( )
inline

Definition at line 81 of file TimeFrame.h.

◆ getPrimaryVerticesNum()

template<int NLayers>
auto o2::its::TimeFrame< NLayers >::getPrimaryVerticesNum ( )
inline

Definition at line 79 of file TimeFrame.h.

◆ getROFMaskView()

template<int NLayers>
const auto & o2::its::TimeFrame< NLayers >::getROFMaskView ( ) const
inline

Definition at line 169 of file TimeFrame.h.

◆ getROFOverlapTable()

template<int NLayers>
const auto & o2::its::TimeFrame< NLayers >::getROFOverlapTable ( ) const
inline

Definition at line 138 of file TimeFrame.h.

◆ getROFOverlapTableView()

template<int NLayers>
const auto & o2::its::TimeFrame< NLayers >::getROFOverlapTableView ( ) const
inline

Definition at line 139 of file TimeFrame.h.

◆ getROFrameClusters()

template<int NLayers>
gsl::span< const int > o2::its::TimeFrame< NLayers >::getROFrameClusters ( int  layerId) const
inline

Definition at line 355 of file TimeFrame.h.

◆ getROFramesClustersPerROFrange()

template<int NLayers>
gsl::span< const int > o2::its::TimeFrame< NLayers >::getROFramesClustersPerROFrange ( int  rofMin,
int  range,
int  layerId 
) const
inline

Definition at line 412 of file TimeFrame.h.

◆ getROFVertexLookupTable()

template<int NLayers>
const auto & o2::its::TimeFrame< NLayers >::getROFVertexLookupTable ( ) const
inline

Definition at line 145 of file TimeFrame.h.

◆ getROFVertexLookupTableView()

template<int NLayers>
const auto & o2::its::TimeFrame< NLayers >::getROFVertexLookupTableView ( ) const
inline

Definition at line 146 of file TimeFrame.h.

◆ getSortedIndex()

template<int NLayers>
int o2::its::TimeFrame< NLayers >::getSortedIndex ( int  rofId,
int  layer,
int  idx 
) const
inline

Definition at line 98 of file TimeFrame.h.

◆ getSortedStartIndex()

template<int NLayers>
int o2::its::TimeFrame< NLayers >::getSortedStartIndex ( const int  rofId,
const int  layer 
) const
inline

Definition at line 99 of file TimeFrame.h.

◆ getTotalClusters()

template<int NLayers>
int o2::its::TimeFrame< NLayers >::getTotalClusters ( ) const
inline

Definition at line 531 of file TimeFrame.h.

◆ getTotalClustersPerROFrange()

template<int NLayers>
int o2::its::TimeFrame< NLayers >::getTotalClustersPerROFrange ( int  rofMin,
int  range,
int  layerId 
) const
inline

Definition at line 426 of file TimeFrame.h.

◆ getTotalTrackletsTF()

template<int NLayers>
uint32_t o2::its::TimeFrame< NLayers >::getTotalTrackletsTF ( const int  iLayer)
inline

Definition at line 233 of file TimeFrame.h.

◆ getTrackingFrameInfoOnLayer()

template<int NLayers>
const auto & o2::its::TimeFrame< NLayers >::getTrackingFrameInfoOnLayer ( int  layerId) const
inline

Definition at line 134 of file TimeFrame.h.

◆ getTrackletClusters()

template<int NLayers>
auto & o2::its::TimeFrame< NLayers >::getTrackletClusters ( int  rofId)
inline

Definition at line 227 of file TimeFrame.h.

◆ getTracklets()

template<int NLayers>
auto & o2::its::TimeFrame< NLayers >::getTracklets ( )
inline

Definition at line 188 of file TimeFrame.h.

◆ getTrackletsLabel()

template<int NLayers>
auto & o2::its::TimeFrame< NLayers >::getTrackletsLabel ( int  layer)
inline

Definition at line 178 of file TimeFrame.h.

◆ getTrackletsLookupTable()

template<int NLayers>
auto & o2::its::TimeFrame< NLayers >::getTrackletsLookupTable ( )
inline

Definition at line 189 of file TimeFrame.h.

◆ getTracks()

template<int NLayers>
auto & o2::its::TimeFrame< NLayers >::getTracks ( )
inline

Definition at line 199 of file TimeFrame.h.

◆ getTracksLabel()

template<int NLayers>
auto & o2::its::TimeFrame< NLayers >::getTracksLabel ( )
inline

Definition at line 200 of file TimeFrame.h.

◆ getUnsortedClusters()

template<int NLayers>
auto & o2::its::TimeFrame< NLayers >::getUnsortedClusters ( )
inline

Definition at line 192 of file TimeFrame.h.

◆ getUnsortedClustersOnLayer()

template<int NLayers>
gsl::span< const Cluster > o2::its::TimeFrame< NLayers >::getUnsortedClustersOnLayer ( int  rofId,
int  layerId 
) const
inline

Definition at line 440 of file TimeFrame.h.

◆ getUsedClusters()

template<int NLayers>
gsl::span< uint8_t > o2::its::TimeFrame< NLayers >::getUsedClusters ( const int  layer)
inline

Definition at line 474 of file TimeFrame.h.

◆ getUsedClustersROF() [1/2]

template<int NLayers>
gsl::span< uint8_t > o2::its::TimeFrame< NLayers >::getUsedClustersROF ( int  rofId,
int  layerId 
)
inline

Definition at line 381 of file TimeFrame.h.

◆ getUsedClustersROF() [2/2]

template<int NLayers>
gsl::span< const uint8_t > o2::its::TimeFrame< NLayers >::getUsedClustersROF ( int  rofId,
int  layerId 
) const
inline

Definition at line 391 of file TimeFrame.h.

◆ hasBogusClusters()

template<int NLayers>
int o2::its::TimeFrame< NLayers >::hasBogusClusters ( ) const
inline

Definition at line 237 of file TimeFrame.h.

◆ hasFrameworkAllocator()

template<int NLayers>
bool o2::its::TimeFrame< NLayers >::hasFrameworkAllocator ( ) const
inlinenoexcept

Definition at line 247 of file TimeFrame.h.

◆ hasMCinformation()

template<int NLayers>
bool o2::its::TimeFrame< NLayers >::hasMCinformation ( ) const
inline

Definition at line 181 of file TimeFrame.h.

◆ initialise()

template<int NLayers>
void o2::its::TimeFrame< NLayers >::initialise ( const int  iteration,
const TrackingParameters trkParam,
const int  maxLayers = NLayers,
bool  resetVertices = true 
)

Account for alignment systematics in the cluster covariance matrix

the expression std::asin(0.5f * x * oneOverR) is equivalent to std::aCos(0.5f * r1 * oneOverR) - std::acos(0.5 * r2 * oneOverR)

Definition at line 244 of file TimeFrame.cxx.

◆ isClusterUsed()

template<int NLayers>
bool o2::its::TimeFrame< NLayers >::isClusterUsed ( int  layer,
int  clusterId 
) const
inline

Definition at line 184 of file TimeFrame.h.

◆ isGPU()

template<int NLayers>
virtual bool o2::its::TimeFrame< NLayers >::isGPU ( ) const
inlinevirtualnoexcept

Reimplemented in o2::its::gpu::TimeFrameGPU< NLayers >.

Definition at line 285 of file TimeFrame.h.

◆ loadROFrameData()

template<int NLayers>
void o2::its::TimeFrame< NLayers >::loadROFrameData ( gsl::span< const o2::itsmft::ROFRecord rofs,
gsl::span< const itsmft::CompClusterExt clusters,
gsl::span< const unsigned char >::iterator &  pattIt,
const itsmft::TopologyDictionary dict,
int  layer,
const dataformats::MCTruthContainer< MCCompLabel > *  mcLabels = nullptr 
)

Rotate to the global frame

Definition at line 59 of file TimeFrame.cxx.

◆ markUsedCluster()

template<int NLayers>
void o2::its::TimeFrame< NLayers >::markUsedCluster ( int  layer,
int  clusterId 
)
inline

Definition at line 185 of file TimeFrame.h.

◆ prepareClusters()

template<int NLayers>
void o2::its::TimeFrame< NLayers >::prepareClusters ( const TrackingParameters trkParam,
const int  maxLayers = NLayers 
)
protected

Definition at line 182 of file TimeFrame.cxx.

◆ prepareROFrameData()

template<int NLayers>
void o2::its::TimeFrame< NLayers >::prepareROFrameData ( gsl::span< const itsmft::CompClusterExt clusters,
int  layer 
)

Definition at line 159 of file TimeFrame.cxx.

◆ printArtefactsMemory()

template<int NLayers>
void o2::its::TimeFrame< NLayers >::printArtefactsMemory ( ) const

Definition at line 363 of file TimeFrame.cxx.

◆ resetBeamXY()

template<int NLayers>
void o2::its::TimeFrame< NLayers >::resetBeamXY ( const float  x,
const float  y,
const float  w = 0 
)
inline

Definition at line 347 of file TimeFrame.h.

◆ resetROFrameData()

template<int NLayers>
void o2::its::TimeFrame< NLayers >::resetROFrameData ( int  iLayer)

Definition at line 141 of file TimeFrame.cxx.

◆ setBeamPosition()

template<int NLayers>
void o2::its::TimeFrame< NLayers >::setBeamPosition ( const float  x,
const float  y,
const float  s2,
const float  base = 50.f,
const float  systematic = 0.f 
)
inline

Definition at line 103 of file TimeFrame.h.

◆ setBz()

template<int NLayers>
void o2::its::TimeFrame< NLayers >::setBz ( float  bz)
inline

Definition at line 239 of file TimeFrame.h.

◆ setClusterSize()

template<int NLayers>
void o2::its::TimeFrame< NLayers >::setClusterSize ( int  layer,
bounded_vector< uint8_t > &  v 
)
inline

Definition at line 176 of file TimeFrame.h.

◆ setDevicePropagator()

template<int NLayers>
virtual void o2::its::TimeFrame< NLayers >::setDevicePropagator ( const o2::base::PropagatorImpl< float > *  )
inlinevirtual

Reimplemented in o2::its::gpu::TimeFrameGPU< NLayers >.

Definition at line 252 of file TimeFrame.h.

◆ setFrameworkAllocator()

template<int NLayers>
void o2::its::TimeFrame< NLayers >::setFrameworkAllocator ( ExternalAllocator ext)

Definition at line 432 of file TimeFrame.cxx.

◆ setIsStaggered()

template<int NLayers>
void o2::its::TimeFrame< NLayers >::setIsStaggered ( bool  b)
inlinenoexcept

staggering

Definition at line 218 of file TimeFrame.h.

◆ setMemoryPool()

template<int NLayers>
void o2::its::TimeFrame< NLayers >::setMemoryPool ( std::shared_ptr< BoundedMemoryResource pool)

memory management

Definition at line 383 of file TimeFrame.cxx.

◆ setMultiplicityCutMask()

template<int NLayers>
void o2::its::TimeFrame< NLayers >::setMultiplicityCutMask ( ROFMaskTableN  cutMask)
inline

Definition at line 153 of file TimeFrame.h.

◆ setNLinesTotal()

template<int NLayers>
void o2::its::TimeFrame< NLayers >::setNLinesTotal ( uint32_t  a)
inlinenoexcept

Definition at line 226 of file TimeFrame.h.

◆ setROFOverlapTable()

template<int NLayers>
void o2::its::TimeFrame< NLayers >::setROFOverlapTable ( ROFOverlapTableN  table)
inline

Definition at line 140 of file TimeFrame.h.

◆ setROFVertexLookupTable()

template<int NLayers>
void o2::its::TimeFrame< NLayers >::setROFVertexLookupTable ( ROFVertexLookupTableN  table)
inline

Definition at line 147 of file TimeFrame.h.

◆ setUPCCutMask()

template<int NLayers>
void o2::its::TimeFrame< NLayers >::setUPCCutMask ( ROFMaskTableN  cutMask)
inline

Definition at line 163 of file TimeFrame.h.

◆ updateROFVertexLookupTable()

template<int NLayers>
void o2::its::TimeFrame< NLayers >::updateROFVertexLookupTable ( )
inline

Definition at line 152 of file TimeFrame.h.

◆ useMultiplictyMask()

template<int NLayers>
void o2::its::TimeFrame< NLayers >::useMultiplictyMask ( )
inlinenoexcept

Definition at line 158 of file TimeFrame.h.

◆ useUPCMask()

template<int NLayers>
void o2::its::TimeFrame< NLayers >::useUPCMask ( )
inlinenoexcept

Definition at line 164 of file TimeFrame.h.

◆ wipe()

template<int NLayers>
void o2::its::TimeFrame< NLayers >::wipe ( )
virtual

Reimplemented in o2::its::gpu::TimeFrameGPU< NLayers >.

Definition at line 439 of file TimeFrame.cxx.

Friends And Related Symbol Documentation

◆ gpu::TimeFrameGPU< NLayers >

template<int NLayers>
friend class gpu::TimeFrameGPU< NLayers >
friend

Definition at line 587 of file TimeFrame.h.

Member Data Documentation

◆ isBeamPositionOverridden

template<int NLayers>
bool o2::its::TimeFrame< NLayers >::isBeamPositionOverridden = false
protected

Definition at line 294 of file TimeFrame.h.

◆ mBeamPos

template<int NLayers>
std::array<float, 2> o2::its::TimeFrame< NLayers >::mBeamPos = {0.f, 0.f}
protected

Definition at line 293 of file TimeFrame.h.

◆ mBeamPosWeight

template<int NLayers>
int o2::its::TimeFrame< NLayers >::mBeamPosWeight = 0
protected

Definition at line 292 of file TimeFrame.h.

◆ mBogusClusters

template<int NLayers>
bounded_vector<int> o2::its::TimeFrame< NLayers >::mBogusClusters
protected

Definition at line 306 of file TimeFrame.h.

◆ mBz

template<int NLayers>
float o2::its::TimeFrame< NLayers >::mBz = 5.
protected

Definition at line 290 of file TimeFrame.h.

◆ mCellLabels

template<int NLayers>
std::vector<bounded_vector<MCCompLabel> > o2::its::TimeFrame< NLayers >::mCellLabels
protected

Definition at line 304 of file TimeFrame.h.

◆ mCells

template<int NLayers>
std::vector<bounded_vector<CellSeed> > o2::its::TimeFrame< NLayers >::mCells

Definition at line 274 of file TimeFrame.h.

◆ mCellsLookupTable

template<int NLayers>
std::vector<bounded_vector<int> > o2::its::TimeFrame< NLayers >::mCellsLookupTable

Definition at line 278 of file TimeFrame.h.

◆ mCellsNeighbours

template<int NLayers>
std::vector<bounded_vector<int> > o2::its::TimeFrame< NLayers >::mCellsNeighbours

Definition at line 277 of file TimeFrame.h.

◆ mCellsNeighboursLUT

template<int NLayers>
std::vector<bounded_vector<int> > o2::its::TimeFrame< NLayers >::mCellsNeighboursLUT
protected

Definition at line 305 of file TimeFrame.h.

◆ mClusterExternalIndices

template<int NLayers>
std::array<bounded_vector<int>, NLayers> o2::its::TimeFrame< NLayers >::mClusterExternalIndices

Definition at line 262 of file TimeFrame.h.

◆ mClusterLabels

template<int NLayers>
std::array<const dataformats::MCTruthContainer<MCCompLabel>*, NLayers> o2::its::TimeFrame< NLayers >::mClusterLabels {nullptr}

Definition at line 264 of file TimeFrame.h.

◆ mClusters

template<int NLayers>
std::array<bounded_vector<Cluster>, NLayers> o2::its::TimeFrame< NLayers >::mClusters

Definition at line 260 of file TimeFrame.h.

◆ mClusterSize

template<int NLayers>
std::array<bounded_vector<uint8_t>, NLayers> o2::its::TimeFrame< NLayers >::mClusterSize
protected

Definition at line 300 of file TimeFrame.h.

◆ mExternalAllocator

template<int NLayers>
ExternalAllocator* o2::its::TimeFrame< NLayers >::mExternalAllocator {nullptr}

State if memory will be externally managed by the GPU framework.

Definition at line 243 of file TimeFrame.h.

◆ mExtMemoryPool

template<int NLayers>
std::shared_ptr<BoundedMemoryResource> o2::its::TimeFrame< NLayers >::mExtMemoryPool

Definition at line 244 of file TimeFrame.h.

◆ mIndexTables

template<int NLayers>
std::array<bounded_vector<int>, NLayers> o2::its::TimeFrame< NLayers >::mIndexTables

Definition at line 268 of file TimeFrame.h.

◆ mIndexTableUtils

template<int NLayers>
IndexTableUtilsN o2::its::TimeFrame< NLayers >::mIndexTableUtils
protected

Definition at line 321 of file TimeFrame.h.

◆ mIsStaggered

template<int NLayers>
bool o2::its::TimeFrame< NLayers >::mIsStaggered {false}
protected

Definition at line 331 of file TimeFrame.h.

◆ mLines

template<int NLayers>
std::vector<bounded_vector<Line> > o2::its::TimeFrame< NLayers >::mLines
protected

Definition at line 312 of file TimeFrame.h.

◆ mLinesLabels

template<int NLayers>
std::vector<bounded_vector<MCCompLabel> > o2::its::TimeFrame< NLayers >::mLinesLabels
protected

Definition at line 315 of file TimeFrame.h.

◆ mMaxR

template<int NLayers>
std::array<float, NLayers> o2::its::TimeFrame< NLayers >::mMaxR
protected

Definition at line 296 of file TimeFrame.h.

◆ mMemoryPool

template<int NLayers>
std::shared_ptr<BoundedMemoryResource> o2::its::TimeFrame< NLayers >::mMemoryPool
protected

Definition at line 333 of file TimeFrame.h.

◆ mMinR

template<int NLayers>
std::array<float, NLayers> o2::its::TimeFrame< NLayers >::mMinR
protected

Definition at line 295 of file TimeFrame.h.

◆ mMSangles

template<int NLayers>
bounded_vector<float> o2::its::TimeFrame< NLayers >::mMSangles
protected

Definition at line 297 of file TimeFrame.h.

◆ mMultiplicityCutMask

template<int NLayers>
ROFMaskTableN o2::its::TimeFrame< NLayers >::mMultiplicityCutMask
protected

Definition at line 326 of file TimeFrame.h.

◆ mNClustersPerROF

template<int NLayers>
std::array<bounded_vector<int>, NLayers> o2::its::TimeFrame< NLayers >::mNClustersPerROF

Definition at line 267 of file TimeFrame.h.

◆ mNTotalLowPtVertices

template<int NLayers>
unsigned int o2::its::TimeFrame< NLayers >::mNTotalLowPtVertices = 0
protected

Definition at line 291 of file TimeFrame.h.

◆ mNTrackletsPerCluster

template<int NLayers>
std::array<bounded_vector<int>, 2> o2::its::TimeFrame< NLayers >::mNTrackletsPerCluster

Definition at line 265 of file TimeFrame.h.

◆ mNTrackletsPerClusterSum

template<int NLayers>
std::array<bounded_vector<int>, 2> o2::its::TimeFrame< NLayers >::mNTrackletsPerClusterSum

Definition at line 266 of file TimeFrame.h.

◆ mNTrackletsPerROF

template<int NLayers>
std::vector<bounded_vector<int> > o2::its::TimeFrame< NLayers >::mNTrackletsPerROF
protected

Definition at line 311 of file TimeFrame.h.

◆ mPhiCuts

template<int NLayers>
bounded_vector<float> o2::its::TimeFrame< NLayers >::mPhiCuts
protected

Definition at line 298 of file TimeFrame.h.

◆ mPositionResolution

template<int NLayers>
bounded_vector<float> o2::its::TimeFrame< NLayers >::mPositionResolution
protected

Definition at line 299 of file TimeFrame.h.

◆ mPrimaryVertices

template<int NLayers>
bounded_vector<Vertex> o2::its::TimeFrame< NLayers >::mPrimaryVertices
protected

keep track of clusters with wild coordinates

Definition at line 309 of file TimeFrame.h.

◆ mPrimaryVerticesLabels

template<int NLayers>
bounded_vector<VertexLabel> o2::its::TimeFrame< NLayers >::mPrimaryVerticesLabels
protected

Definition at line 310 of file TimeFrame.h.

◆ mPropagatorDevice

template<int NLayers>
const o2::base::PropagatorImpl<float>* o2::its::TimeFrame< NLayers >::mPropagatorDevice = nullptr

Definition at line 280 of file TimeFrame.h.

◆ mPValphaX

template<int NLayers>
bounded_vector<std::array<float, 2> > o2::its::TimeFrame< NLayers >::mPValphaX
protected

Definition at line 302 of file TimeFrame.h.

◆ mROFMask

template<int NLayers>
ROFMaskTableN* o2::its::TimeFrame< NLayers >::mROFMask = &mMultiplicityCutMask
protected

Definition at line 328 of file TimeFrame.h.

◆ mROFMaskView

template<int NLayers>
ROFMaskTableN::View o2::its::TimeFrame< NLayers >::mROFMaskView
protected

Definition at line 329 of file TimeFrame.h.

◆ mROFOverlapTable

template<int NLayers>
ROFOverlapTableN o2::its::TimeFrame< NLayers >::mROFOverlapTable
protected

Definition at line 322 of file TimeFrame.h.

◆ mROFOverlapTableView

template<int NLayers>
ROFOverlapTableN::View o2::its::TimeFrame< NLayers >::mROFOverlapTableView
protected

Definition at line 323 of file TimeFrame.h.

◆ mROFramesClusters

template<int NLayers>
std::array<bounded_vector<int>, NLayers> o2::its::TimeFrame< NLayers >::mROFramesClusters

Definition at line 263 of file TimeFrame.h.

◆ mROFVertexLookupTable

template<int NLayers>
ROFVertexLookupTableN o2::its::TimeFrame< NLayers >::mROFVertexLookupTable
protected

Definition at line 324 of file TimeFrame.h.

◆ mROFVertexLookupTableView

template<int NLayers>
ROFVertexLookupTableN::View o2::its::TimeFrame< NLayers >::mROFVertexLookupTableView
protected

Definition at line 325 of file TimeFrame.h.

◆ mTotalLines

template<int NLayers>
uint32_t o2::its::TimeFrame< NLayers >::mTotalLines = 0
protected

Definition at line 317 of file TimeFrame.h.

◆ mTotalTracklets

template<int NLayers>
std::array<uint32_t, 2> o2::its::TimeFrame< NLayers >::mTotalTracklets = {0, 0}
protected

Definition at line 316 of file TimeFrame.h.

◆ mTrackingFrameInfo

template<int NLayers>
std::array<bounded_vector<TrackingFrameInfo>, NLayers> o2::its::TimeFrame< NLayers >::mTrackingFrameInfo

Definition at line 261 of file TimeFrame.h.

◆ mTrackletClusters

template<int NLayers>
std::vector<bounded_vector<ClusterLines> > o2::its::TimeFrame< NLayers >::mTrackletClusters
protected

Definition at line 313 of file TimeFrame.h.

◆ mTrackletLabels

template<int NLayers>
std::vector<bounded_vector<MCCompLabel> > o2::its::TimeFrame< NLayers >::mTrackletLabels
protected

PV x and alpha for track propagation.

Definition at line 303 of file TimeFrame.h.

◆ mTracklets

template<int NLayers>
std::vector<bounded_vector<Tracklet> > o2::its::TimeFrame< NLayers >::mTracklets

Definition at line 273 of file TimeFrame.h.

◆ mTrackletsIndexROF

template<int NLayers>
std::array<bounded_vector<int>, 2> o2::its::TimeFrame< NLayers >::mTrackletsIndexROF
protected

Definition at line 314 of file TimeFrame.h.

◆ mTrackletsLookupTable

template<int NLayers>
std::vector<bounded_vector<int> > o2::its::TimeFrame< NLayers >::mTrackletsLookupTable

Definition at line 269 of file TimeFrame.h.

◆ mTracks

template<int NLayers>
bounded_vector<TrackITSExt> o2::its::TimeFrame< NLayers >::mTracks

Definition at line 275 of file TimeFrame.h.

◆ mTracksLabel

template<int NLayers>
bounded_vector<MCCompLabel> o2::its::TimeFrame< NLayers >::mTracksLabel

Definition at line 276 of file TimeFrame.h.

◆ mUnsortedClusters

template<int NLayers>
std::array<bounded_vector<Cluster>, NLayers> o2::its::TimeFrame< NLayers >::mUnsortedClusters

Definition at line 272 of file TimeFrame.h.

◆ mUPCCutMask

template<int NLayers>
ROFMaskTableN o2::its::TimeFrame< NLayers >::mUPCCutMask
protected

Definition at line 327 of file TimeFrame.h.

◆ mUsedClusters

template<int NLayers>
std::array<bounded_vector<uint8_t>, NLayers> o2::its::TimeFrame< NLayers >::mUsedClusters

Definition at line 270 of file TimeFrame.h.


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