More Acts TrackFinding cuts and debugging options
- The branch stopper uses the usual
TrackSelectorformaxHolesandminMeasurementscuts, so no longer has its own cut values. The branch stopper can be completely disabled withdoBranchHoleCut. - The Kalman fit on the CKF input seeds can now be disabled with
refitSeedsproperty. If the KF fails (probably unlikely), now falls back on the initial seed parameters. -
TrackStatePrinteroptionally shows track states while filtering (called from the branch stopper). Enable withprintFilteredStatesproperty. -
TrackStatePrinterprints KF fitted seed. -
TrackStatePrinteronly includes extra measurement information ifcompareMeasurementTransformsenabled. - Replace
const_cast<const T&>()withstd::as_const() - reformat with
clang-format