![]() |
Project
|
#include <MatchTPCITS.h>
Inherits TrackParametrizationWithError< float >.
Public Member Functions | |
ABTrackLink ()=default | |
~ABTrackLink ()=default | |
ABTrackLink (const o2::track::TrackParCov &tr, int cl, int parID, int nextID, int lr, int nc, int ld, float _chi2) | |
bool | isDisabled () const |
void | disable () |
bool | isDummyTop () const |
float | chi2Norm () const |
float | chi2NormPredict (float chi2cl) const |
Public Attributes | |
int | clID = MinusOne |
ID of the attached cluster, MinusOne: no attachment on this layer. | |
int | parentID = MinusOne |
ID of the parent link (on prev layer) or parent TPC seed. | |
int | nextOnLr = MinusOne |
ID of the next (in quality) link on the same layer. | |
uint8_t | nDaughters = 0 |
number of daughter links on lower layers | |
int8_t | layerID = -1 |
layer ID | |
int8_t | nContLayers = 0 |
number of contributing layers | |
uint8_t | ladderID = 0xff |
ladder ID in the layer (used for seeds with 2 hits in the layer) | |
float | chi2 = 0.f |
chi2 after update | |
Static Public Attributes | |
static constexpr int | Disabled = -2 |
Definition at line 199 of file MatchTPCITS.h.
|
default |
|
default |
|
inline |
Definition at line 212 of file MatchTPCITS.h.
|
inline |
Definition at line 218 of file MatchTPCITS.h.
|
inline |
Definition at line 219 of file MatchTPCITS.h.
|
inline |
Definition at line 216 of file MatchTPCITS.h.
|
inline |
Definition at line 215 of file MatchTPCITS.h.
|
inline |
Definition at line 217 of file MatchTPCITS.h.
float o2::globaltracking::ABTrackLink::chi2 = 0.f |
chi2 after update
Definition at line 208 of file MatchTPCITS.h.
ID of the attached cluster, MinusOne: no attachment on this layer.
Definition at line 201 of file MatchTPCITS.h.
|
staticconstexpr |
Definition at line 200 of file MatchTPCITS.h.
uint8_t o2::globaltracking::ABTrackLink::ladderID = 0xff |
ladder ID in the layer (used for seeds with 2 hits in the layer)
Definition at line 207 of file MatchTPCITS.h.
int8_t o2::globaltracking::ABTrackLink::layerID = -1 |
layer ID
Definition at line 205 of file MatchTPCITS.h.
int8_t o2::globaltracking::ABTrackLink::nContLayers = 0 |
number of contributing layers
Definition at line 206 of file MatchTPCITS.h.
uint8_t o2::globaltracking::ABTrackLink::nDaughters = 0 |
number of daughter links on lower layers
Definition at line 204 of file MatchTPCITS.h.
ID of the next (in quality) link on the same layer.
Definition at line 203 of file MatchTPCITS.h.
ID of the parent link (on prev layer) or parent TPC seed.
Definition at line 202 of file MatchTPCITS.h.