Project
Loading...
Searching...
No Matches
o2::globaltracking::ITSChipClustersRefs Struct Reference

#include <MatchTPCITS.h>

Public Types

using ClusRange = o2::dataformats::RangeReference< int, int >
 

Public Member Functions

 ITSChipClustersRefs (int nclIni=50000)
 
void clear ()
 
size_t sizeInternal () const
 
size_t capInternal () const
 

Public Attributes

std::vector< intclusterID
 
std::array< ClusRange, o2::its::RecoGeomHelper::getNChips()> chipRefs
 

Detailed Description

Definition at line 303 of file MatchTPCITS.h.

Member Typedef Documentation

◆ ClusRange

< contaner for sorted cluster indices for certain time window (usually ROF) and reference on the start and N clusters for every chip

Definition at line 306 of file MatchTPCITS.h.

Constructor & Destructor Documentation

◆ ITSChipClustersRefs()

o2::globaltracking::ITSChipClustersRefs::ITSChipClustersRefs ( int  nclIni = 50000)
inline

Definition at line 311 of file MatchTPCITS.h.

Member Function Documentation

◆ capInternal()

size_t o2::globaltracking::ITSChipClustersRefs::capInternal ( ) const
inline

Definition at line 330 of file MatchTPCITS.h.

◆ clear()

void o2::globaltracking::ITSChipClustersRefs::clear ( )
inline

Definition at line 324 of file MatchTPCITS.h.

◆ sizeInternal()

size_t o2::globaltracking::ITSChipClustersRefs::sizeInternal ( ) const
inline

Definition at line 329 of file MatchTPCITS.h.

Member Data Documentation

◆ chipRefs

std::array<ClusRange, o2::its::RecoGeomHelper::getNChips()> o2::globaltracking::ITSChipClustersRefs::chipRefs

Definition at line 310 of file MatchTPCITS.h.

◆ clusterID

std::vector<int> o2::globaltracking::ITSChipClustersRefs::clusterID

Definition at line 307 of file MatchTPCITS.h.


The documentation for this struct was generated from the following file: