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
  • !28353

Merged
Opened Nov 28, 2019 by Yury Smirnov@ysmirnovDeveloper

Check out, review, and merge locally

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

git fetch "https://gitlab.cern.ch/ysmirnov/athena.git" "21.2-AddingAnotherOnlineMetContainerToEXOT9and17-2019-11-28"
git checkout -b "ysmirnov/athena-21.2-AddingAnotherOnlineMetContainerToEXOT9and17-2019-11-28" 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 "ysmirnov/athena-21.2-AddingAnotherOnlineMetContainerToEXOT9and17-2019-11-28"

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.

Adding HLT_xAOD__TrigMissingETContainer_TrigEFMissingET_topocl_PUC to EXOT9 and EXOT17

  • Overview 7
  • Commits 1
  • Changes 1

This MR adds an additional container into EXOT9 and EXOT17 derivations. It is needed to get hold of the missing ET seen at the trigger level for pufit-based MET triggers (see here for more info). Container size is 0.073 kB/event in MC and 0.076 kB/event in data. Relative increase in the file size is +0.41% for MC and +0.66% for data. Tagging @mkbugge and @guescini. The DAOD_EXOT17.art.pool.root and art_merged.pool.root created with test_data18EXOT17.sh after the development are okay and do contain the new variables.

A similar MR was !27666 (merged), in which I added a container needed for the calculation of the missing ET seen at the trigger level for mht-based MET triggers.

Edited Nov 28, 2019 by Yury Smirnov
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
Reference: atlas/athena!28353
Source branch: 21.2-AddingAnotherOnlineMetContainerToEXOT9and17-2019-11-28

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.