Open wdconinc opened 9 months ago
Currently all of our track projections are based on src/algorithms/tracking/TrackPropagation.cc
.
At any rate, I am not currently using the projected momentum
or momentumError
, and would have no problem with the change you suggested.
Both TrackPropagation and TrackProjector have the same problem because they do the same and one was copied from the other...
What's less clear is whether
momentum
andmomentumError
are correct. EDM4eic implies these are cartesian components, not q/p, theta, phi as is done here. In that case, we do need the conversion to free. @jdbrice or @tylerkutz are you usingmomentum
and/ormomentumError
from these TrackPoints? Would it break your workflows or can we just change this to conform?Originally posted by @wdconinc in https://github.com/eic/EICrecon/issues/1252#issuecomment-1912755996