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 138
    • Merge requests 138
  • 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
  • !45322

Add BTaggingBuilderAlg and other b-tagging components

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Dan Guest requested to merge dguest/athena:btagging-builder into master Jul 20, 2021
  • Overview 6
  • Commits 2
  • Pipelines 3
  • Changes 10

This adds a few algorithms to handle the plumbing around b-tagging:

  • BTaggingBuilderAlg: creates a b-tagging object for each jet and links it to that jet. Useful for lightweight b-tagging.
  • JetToBTagLinkerAlg: assuming that the link from the b-tag object to the jet exist, this creates the link back. Most analysis code follows this jet to b-tag link.
  • BTagToJetLinkerAlg: reversed version of the above. Since release 22 the b-tag object should always have a link to the jet, but in some older AODs the only link went from the jet to the b-tag.

None of these are used in current reconstruction code, so @duperrin need not worry that they will break everything. The main motivation to have them is to enable lighter b-tagging (i.e. using only DIPS) in the trigger. We should now have the tools to create a (minimal) b-tagging collection, associate tracks to it, and run a simple IP-based tagger. The existing C++ code was too monolithic to support this.

Edited Jul 22, 2021 by Dan Guest
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: btagging-builder