Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • Moore Moore
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 182
    • Issues 182
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Jira
    • Jira
  • Merge requests 89
    • Merge requests 89
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • LHCb
  • MooreMoore
  • Merge requests
  • !257

Add ghost probability to HLT2 track reconstruction

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Marian Stahl requested to merge mstahl_ghostprob into master Oct 09, 2019
  • Overview 33
  • Commits 12
  • Pipelines 10
  • Changes 8

New functions:

  • RecoConf.hlt2_tracking.get_UpgradeGhostId_tool returning an instance of UpgradeGhostId taking velo and UT hits as input (both with defaults)
  • RecoConf.hlt1_tracking.make_VPClus_hits returning cluster locations of VPClus to align it with VeloClusterTrackingSIMD

Changed functions and defaults:

  • RecoConf.hlt2_tracking.make_TrackBestTrackCreator_tracks
    • takes a list of tracks as input to anticipate future usecases
    • takes a ghost-prob tool, defaulting to get_UpgradeGhostId_tool
  • RecoConf.hlt2_tracking.make_hlt2_tracks
    • now makes the default input list of tracks to TrackBestTrackCreator
    • removed redundant duplication of default argument in call to all_hlt2_forward_track_types
  • RecoConf.hlt1_tracking.get_global_measurement_provider now takes velo_hits, anticipating that TrackBestTrackCreator's track fitting tool will be able to digest both, VPClus and VeloClusterTrackingSIMD hits

Closes #90 (closed)

Edited Oct 20, 2019 by Alex Pearce
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: mstahl_ghostprob