RTPC::tracks
Bank Details
reconstructed track info
Item Name | Type | Description |
---|---|---|
trkID |
int |
Track ID of the hit |
px |
float |
X component of the momentum (GeV) |
py |
float |
Y component of the momentum (GeV) |
pz |
float |
Z component of the momentum (GeV) |
vz |
float |
Z component of the reconstructed vertex (cm) |
theta |
float |
Theta from the Helix fit of the track (deg) |
phi |
float |
Phi from the Helix fit of the track (deg) |
nhits |
int |
Number of hits in the track |
path |
float |
Length of the Track (mm) |
adcsum |
float |
Total ADC sum of the Track |
dedx |
float |
dEdx for the Track (MeV/mm) |
r_helix |
float |
Radius of the helix fit (mm) |
x_helix |
float |
X-coordinate of the center of helix fit (mm) |
y_helix |
float |
Y-coordinate of the center of helix fit (mm) |
chi2_helix |
float |
Chi squared of the helix fit |
min_row |
float |
Pad row of hit with smallest time |
min_col |
float |
Pad col of hit with smallest time |
max_row |
float |
Pad row of hit with largest time |
max_col |
float |
Pad col of hit with largest time |
min_time |
float |
Smallest time in track not shifted (ns) |
max_time |
float |
Largest time in track not shifted (ns) |
min_radius |
float |
Smallest reconstructed radius (mm) |
max_radius |
float |
Largest reconstructed radius (mm) |
min_phi |
float |
Smallest reconstructed phi (rad) |
max_phi |
float |
Largest reconstructed phi (rad) |
tdiff |
float |
Time shift (ns) |