Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 142
    • Merge requests 142
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • atlasatlas
  • athenaathena
  • Merge requests
  • !35399

Add Large Radius Tracking to TrigFastTrackFinder in 21.3

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged John Baines requested to merge baines/athena:21.3-TrigFastTrackFinder-LRT into 21.3 Aug 05, 2020
  • Overview 58
  • Commits 15
  • Pipelines 3
  • Changes 23

Add Large Radius Tracking to TrigFastTrackFinder in 21.3 to enable performance studies in 21.3 providing a reference for subsequent implementation in master.

In order to reconstruct tracks out to ~100mm the following changes are needed:

  • SSS-only seeding mode of TrigFastTrackFinder implemented via a UsePixelSpacePoints of TrigOnlineSpacePointTool
  • Addition of a LRT_Mode parameter that : o Supports two step operation 1) conventional 2) LRT. Second (LRT) step reads an input TrackCollection, retrieve clusters on track and fill a map so that these clusters are not re-used in the LRT reconstruction step o disables sorting of triplets by lowest d0.
  • LRT 2step configuration in TrigInDetSequence.py
  • Addition of a fullScanlrt parameter set in InDetTrigSliceSettings
  • LRT parameter set in InDetTrigTrackingCuts
  • test chain added by @hartj : xe0noL1_l2fsperf_trkmht_LRT in MissingETDef.py.

Note: These changes do not affect any trigger chains in current trigger menus. The test chain is not included in any menu, but can be used in stand-alone tests. I have confirmed that there is no change to trigger counts in test_mc_pp_v7_build and test_mc_pp_v8_build

JIRA: ATR-21847

Edited Aug 05, 2020 by John Baines
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 21.3-TrigFastTrackFinder-LRT