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 139
    • Merge requests 139
  • 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
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • atlasatlas
  • athenaathena
  • Merge requests
  • !42742

Adding to updates to the JES calibration functionality

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Jennifer Roloff requested to merge jroloff/athena:jesUpdates into 21.2 Apr 20, 2021
  • Overview 26
  • Commits 9
  • Pipelines 8
  • Changes 3

This code makes two changes to the JES code.

  1. For events with mu/NPV not within range for the 3D pileup correction TH2, the correction is taken to be the highest value of mu/NPV. This should fix the behavior of the correction for high pileup events, which were showing strange behavior.

  2. This also adds functionality which will allow the use of p-splines for the JES correction. For simplicity, these corrections are in the form of a finely binned TH1, which avoids importing additional packages into Athena.

Currently, the low-pT extrapolation can only be done with a linear fit, which is taken from the spline histogram. It would be nice to improve the treatment of this for the future, but I have checked that the results behave as expected.

The output of these results has been validated with the output from DeriveJetScales, and the results look as expected. Once this is merged, a more complete validation will be done with the full stats.

Tagging @alinss, who is deriving the p-spline corrections, as well as the relevant JetEtMiss conveners @dportill @mswiatlo @cdelitzs

Edited Apr 21, 2021 by Jennifer Roloff
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: jesUpdates