ACTS TF: copy track state for 2nd pass
- Track state counters were not copied over to the second pass. This fixes that using #3534 in !74810 (merged).
- Skip second pass if out of bounds. This follows the example of #3751.
- Use
Acts::TrackProxy::createParametersFromState()
instead of creatingActs::BoundTrackParameters
directly. -
TrackFindingAlg
'sinitPixelStripCounts()
andupdatePixelStripCounts()
can bestatic
functions. - Add
newLine
option toTrackStatePrinterTool::printTrackState()
to allow adding debugging to the end of the line in the caller. The method returnstrue
if anything was printed. This option was used in testing this MR. It is no longer used, but could be useful in future.
Edited by Tim Adye