CVT::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) |
cx |
float |
track x direction at detector surface (cm) |
cy |
float |
track y direction at detector surface (cm) |
cz |
float |
track z direction at detector surface (cm) |
p |
float |
track momentum (GeV) |
phi |
float |
local phi at detector surface (rad) |
theta |
float |
local theta at detector surface (rad) |
langle |
float |
local angle with module surface (rad) |
centroid |
float |
estimated strip centroid |
path |
float |
pathlength of the track from the track vertex to the detector surface (cm) |
dx |
float |
pathlength of the track within the detector (cm) |
edge |
float |
distance to the closest detector edge (cm), -1 if edge is not defined, 0 if outside, >0 if inside |