Skip to content

GitLab

  • Menu
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
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • atlas
  • athenaathena
  • Merge requests
  • !52937

Fixing RecExCommon vs.ComponentAccumulator FTAG domain difference in AOD

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Arnaud Duperrin requested to merge duperrin/athena:FTAG-flexibility-to-addBTagToOutput-AOD-ESD-CAconfig into master May 05, 2022
  • Overview 10
  • Commits 3
  • Pipelines 2
  • Changes 1

This MR fixes the difference observed in RecExCommon vs.ComponentAccumulator FTAG domain difference in AOD (see ATLAS Reconstruction Meeting on 3 May 2022).

By default, in Run3 we don't write out BTagging containers in AOD or ESD but this MR allows to write them out when using Reco_tf.py --CA run 3 style configuration together with the following preExec:

--preExec "all:from AthenaConfiguration.AllConfigFlags import ConfigFlags; ConfigFlags.Jet.WriteToAOD=True"

(b-jets without jets is pretty useless so using flags from jet domain)

The MR was tested by running test_trf_q442_r2a_ca_mt_compare.sh (results will be summarized with slides for Reco meeting on 10 May 2022)

Tagging: @dguest @elmsheus @goetz @mhodgkin @vdao @biliu @thuffman

Edited May 05, 2022 by Arnaud Duperrin
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: FTAG-flexibility-to-addBTagToOutput-AOD-ESD-CAconfig