Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
athena
athena
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Jira
    • Jira
  • Labels
  • Merge Requests 214
    • Merge Requests 214
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Code Review
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Commits
  • atlas
  • athenaathena
  • Merge Requests
  • !28352

Merged
Opened Nov 28, 2019 by Anthony Morley@amorleyDeveloper

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch "https://gitlab.cern.ch/amorley/athena.git" "H1D2_LeptonThresholds"
git checkout -b "amorley/athena-H1D2_LeptonThresholds" FETCH_HEAD

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git fetch origin
git checkout "21.2"
git merge --no-ff "amorley/athena-H1D2_LeptonThresholds"

Step 4. Push the result of the merge to GitLab

git push origin "21.2"

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

Update lepton thresholds in HIGG1D2

  • Overview 29
  • Commits 4
  • Pipelines 8
  • Changes 3

Update to lepton thresholds in HIGG1D2 to increase signal acceptance.

This increase the event rate in data to 2.0% of the data stored in AOD. This is a 30% increase the event rate compared to the current derivation. The event size is less than 50% of the AOD size bringing the total derivation to ~1% of the AOD size. The lowering of the lepton Pt was partially offset by raising the photon pT threshold.

Edited Nov 28, 2019 by Anthony Morley
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
Reference: atlas/athena!28352
Source branch: H1D2_LeptonThresholds

Revert this merge request

This will create a new commit in order to revert the existing changes.

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.