Skip to content
GitLab
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 175
    • Merge requests 175
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • atlasatlas
  • athenaathena
  • Merge requests
  • !58092

Add new electron+LRTelectron merging strategy

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Andrew Caldon Smith requested to merge ancsmith/athena:master-agnostic-lrtElMergeStrat into master Nov 03, 2022
  • Overview 16
  • Commits 6
  • Pipelines 0
  • Changes 4

This MR adds a new default strategy for use at the DAOD level, to merge LRT + prompt electron collections.

previous default promptStrategy: First, require electrons to pass a baseline VeryLooseNoPix ID. If two electrons share a calo cluster, we defer to the electron from the prompt collection.

NEW DEFAULT defaultStrategy: No baseline ID requirement. If two electrons share a calo cluster, we choose the one that passes tighter ID. IF both have the same ID WP, we defer to the electron from the prompt collection.

new passThrough: For validation purposes. Keep all electrons from both collections, ignoring cluster overlap.

Tagging @longjon, the author of the merging alg. To make the strategy choice user-configurable on the analysis level, I had to edit SUSYTools as well, so I am tagging @mrimoldi and @cmerlass as well. Also tagging @sagara17 and @jburzyns as potentially affected users.

Edited Feb 01, 2023 by Andrew Caldon Smith
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: master-agnostic-lrtElMergeStrat