TimeBasedTrkg::Trajectory
Bank Details
Trajectory bank
Item Name | Type | Description |
---|---|---|
id |
short |
id of the track |
detector |
byte |
id of the detector |
sector |
byte |
id of the sector |
layer |
byte |
id of the layer |
x |
float |
track x position at detector surface (cm) |
y |
float |
track y position at detector surface (cm) |
z |
float |
track z position at detector surface (cm) |
tx |
float |
track unit direction vector x component at detector surface |
ty |
float |
track unit direction vector y component at detector surface |
tz |
float |
track unit direction vector z component at detector surface |
B |
float |
B-field magnitude at detector surface (cm) |
path |
float |
pathlength of the track from the track vertex to the detector surface (cm) |
dx |
float |
pathlength of the track through the detector element (cm) |
edge |
float |
distance to the closest detector edge (cm), -1 if edge is not defined, 0 if outside, >0 if inside |