Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added skimming filter for disappearing muons [13_0_X Backport] #40937

Merged
merged 8 commits into from Mar 20, 2023

Commits on Feb 1, 2023

  1. Added skimming filter for disappearing muons

    Applied code-checks
    
    Added code-checks and code-format
    Michael Revering committed Feb 1, 2023
    Copy the full SHA
    d005f43 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Fixed bug in track isolation by removing mistakely placed fabs()

    Added check of eta and phi when matching the track to a vertex.
    Michael Revering committed Feb 5, 2023
    Copy the full SHA
    c31340b View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Added missing abs to DCA check, switched vertex track matching to use dR

    and dPt
    
    Applied code-checks and code-format
    Michael Revering committed Feb 7, 2023
    Copy the full SHA
    78b472f View commit details
    Browse the repository at this point in the history
  2. Added event content and data tier to python config file, renamed to

    match standards. Added skim configuration into Skims_PDWG_cff.py
    Michael Revering committed Feb 7, 2023
    Copy the full SHA
    ef202ab View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Fixed typos in HLT trigger and DisappMuon path, required standalone

    energy difference in off peak CR
    Michael Revering committed Mar 1, 2023
    Copy the full SHA
    e1f21ad View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Copy the full SHA
    b5c98a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Removed unnecessary includes, converted deltaR to deltaR2, created

    fillDescriptions, and made config parameters const
    Michael Revering committed Mar 10, 2023
    Copy the full SHA
    f927847 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Modified disappearing muons skimming module to create auto

    configuration from fillDescriptions and load them into cff file
    Michael Revering committed Mar 13, 2023
    Copy the full SHA
    8ee8512 View commit details
    Browse the repository at this point in the history