![]() |
Project
|
#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 | |
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.
|
inline |
Definition at line 179 of file MatchTPCITS.h.
|
default |
|
inline |
Definition at line 191 of file MatchTPCITS.h.
|
inline |
Definition at line 182 of file MatchTPCITS.h.
float o2::globaltracking::MatchRecord::chi2 = -1.f |
matching chi2
Definition at line 175 of file MatchTPCITS.h.
index of eventually matched InteractionCandidate
Definition at line 178 of file MatchTPCITS.h.
index of eventual next record
Definition at line 177 of file MatchTPCITS.h.
id of parnter track entry in mTPCWork or mITSWork containers
Definition at line 176 of file MatchTPCITS.h.