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

#include <MatchTPCITS.h>

Public Member Functions

 MatchRecord (int partID, float chi2match, int nxt=MinusOne, int candIC=MinusOne)
 
 MatchRecord ()=default
 
bool isBetter (float otherChi2, int otherIC=MinusOne) const
 
bool isBetter (const MatchRecord &other) const
 

Public Attributes

float chi2 = -1.f
 matching chi2
 
int partnerID = MinusOne
 id of parnter track entry in mTPCWork or mITSWork containers
 
int nextRecID = MinusOne
 index of eventual next record
 
int matchedIC = MinusOne
 index of eventually matched InteractionCandidate
 

Detailed Description

Link of the AfterBurner track: update at sertain cluster original track in the currently loaded TPC reco output

Definition at line 174 of file MatchTPCITS.h.

Constructor & Destructor Documentation

◆ MatchRecord() [1/2]

o2::globaltracking::MatchRecord::MatchRecord ( int  partID,
float  chi2match,
int  nxt = MinusOne,
int  candIC = MinusOne 
)
inline

Definition at line 179 of file MatchTPCITS.h.

◆ MatchRecord() [2/2]

o2::globaltracking::MatchRecord::MatchRecord ( )
default

Member Function Documentation

◆ isBetter() [1/2]

bool o2::globaltracking::MatchRecord::isBetter ( const MatchRecord other) const
inline

Definition at line 191 of file MatchTPCITS.h.

◆ isBetter() [2/2]

bool o2::globaltracking::MatchRecord::isBetter ( float  otherChi2,
int  otherIC = MinusOne 
) const
inline

Definition at line 182 of file MatchTPCITS.h.

Member Data Documentation

◆ chi2

float o2::globaltracking::MatchRecord::chi2 = -1.f

matching chi2

Definition at line 175 of file MatchTPCITS.h.

◆ matchedIC

int o2::globaltracking::MatchRecord::matchedIC = MinusOne

index of eventually matched InteractionCandidate

Definition at line 178 of file MatchTPCITS.h.

◆ nextRecID

int o2::globaltracking::MatchRecord::nextRecID = MinusOne

index of eventual next record

Definition at line 177 of file MatchTPCITS.h.

◆ partnerID

int o2::globaltracking::MatchRecord::partnerID = MinusOne

id of parnter track entry in mTPCWork or mITSWork containers

Definition at line 176 of file MatchTPCITS.h.


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