Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • 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 170
    • Merge requests 170
  • 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
  • !20120

Merged
Created Dec 25, 2018 by Dan Guest@dguestDeveloper

Add track selection to DL2

  • Overview 4
  • Commits 1
  • Changes 4

We train IPRNN with a track selection similar to IP3D. In DL2 there was previously no way to apply a track selection, so I've added it with this commit. For now there are two hardcoded track selections:

  • ALL: select all the tracks.
  • IP3D_2018: what we were using in IP3D around the end of 2018.

As with many of the DL2 input behaviors, the track order is currently determined via regexes that parse the NN file. The list of regular expressions is currently hardcoded in DL2HighLevel.cxx.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: add-dl2-track-selection