Skip to content

FTF GPU: Middle SP and z0 cut, cleanup

Aleksandra Poreba requested to merge aporeba/athena:ftf-gpu-middlesp into main
  • Add a cut for the middle spacepoint location (based on studies presented on https://indico.cern.ch/event/1345957/#1-status-report)
  • Add a cut on z0 based on the RoI configuration
  • Remove unused m_nCandidates variable from the data structures
  • Review the sizes of some of the data structures:
    • MAX_NUMBER_OUTPUT_SEEDS: 500 000 -> 100 000
    • MAX_DOUBLET_ITk: 50 000 000 -> 25 000 000

Related to EFTRACK-76

tagging @demelian @bwynne

Merge request reports