Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • R Rec
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 289
    • Issues 289
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Jira
    • Jira
  • Merge requests 63
    • Merge requests 63
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • LHCbLHCb
  • Rec
  • Merge requests
  • !958

Template TrackListMerger and export copies for LHCb::Tracks and LHCb::Track::Selection

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Olli Lupton requested to merge olupton_template_tracklistmerger into master Mar 07, 2018
  • Overview 8
  • Commits 1
  • Pipelines 0
  • Changes 1

The existing TrackListMerger algorithm (which doesn't seem to be used anywhere) only accepted/produced LHCb::Track::Selection.

This MR turns it into a template and creates two instances, one using LHCb::Track::Selection as before (now called TrackSelectionMerger) and the other using LHCb::Tracks (called TrackListMerger).

This is useful for feeding the MuonID (which expects one input location) in ZombieMoore Hlt2 (which keeps long/downstream tracks in separate locations).

cc: @rmatev

Edited Mar 07, 2018 by Olli Lupton
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: olupton_template_tracklistmerger