Skip to content

common DuplicateSeedDetector for both pixels and strips

Tim Adye requested to merge adye/athena:adye-ckf18 into main
  • common DuplicateSeedDetector for both pixels and strips.
  • add ATLASSourceLinkGeneric::elementIndex() accessor and save base pointer in DuplicateSeedDetector::setElement(). Neither are used yet, but point the way for a potential future optimisation.
  • add flags.Acts.trackFindingChi2CutOff (default is unchanged from previous setting) to help test a possible mitigation to the small track finding inefficiency.
  • simplify Measurements and CKF_pimpl definitions and construction.
  • use flags.Detector.EnableITkPixel=False or flags.Detector.EnableITkStrip=False to disable pixel or strips for track finding.
Edited by Tim Adye

Merge request reports