Skip to content

GitLab

  • Menu
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 141
    • Merge requests 141
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • atlas
  • athenaathena
  • Merge requests
  • !53380

Added flowchart for VR track jet reconstruction in ModuleOverview.md and switched from TrackVertexAssociationTool to JetTrackVtxAssoAlg for track to vertex association while reconstructing PV0Tracks

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Roshan Joshi requested to merge rjoshi/athena:HLTMenuConfig-VRTrackJetReco-flowchart into master May 17, 2022
  • Overview 4
  • Commits 2
  • Pipelines 1
  • Changes 3
  1. A flowchart that describes the reconstruction of variable radius (VR) track jets at trigger level has been added to the ModuleOverview.md file for the purpose of documentation. The rendering is such that there is large space at the top and bottom of the flowchart. The only way to remove the space that I could find was to not allow the flowchart to take maximum width. However, that results in cutoff of portion of the flowchart.
  2. In reconstructing the primary vertex tracks (PV0Tracks) at the trigger level, track to vertex association is needed. In this MR this has been done using JetTrackVtxAssoAlg so that we get the algorithm directly. Additionally, the addDecoAlg option to the track to vertex association has been set to false because when set to true it causes the reconstruction to fail. The option has been set to False in JetInputConfig as well.
  3. The PV0Tracks are now built using the JetSelectedTracks_ftf (standard tracks). Previously a new track container was built, which was then used to build PV0Tracks.
Edited May 17, 2022 by Roshan Joshi
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: HLTMenuConfig-VRTrackJetReco-flowchart