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 143
    • Merge requests 143
  • 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
  • !54735

TrigEDMRun3: Slim down jet content

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Claire Antel requested to merge cantel/athena:22.0_slimJetAOD into 22.0 Jun 30, 2022
  • Overview 8
  • Commits 8
  • Pipelines 2
  • Changes 2

Purpose

(1) The jet content in AODSLIM is taking up a large chunk of total file size. This attempts to downscale by

  • Removing dynamic data: @bernius recently implemented the varToRemoveFromAODSLIM list to selectively remove dynamic data for AODSlim. Removing nullptr element links and variables not needed for calibration nor JVT:
    • ElementLinks GhostTrack_ftf and TracksForMinimalJetTag for jet containers tagged for AODSlim.
    • NumTrkPt500, SumPtTrkPt1000 vectors.
    • N90Constituents for all except TLA jet containers.
  • Removing jet container: Realised HLT_AntiKt10EMPFlowCSSKSoftDropBeta100Zcut10Jets_nojcalib_ftf can safely be removed from AODSLIM as HLT_AntiKt10EMPFlowCSSKSoftDropBeta100Zcut10Jets_jes_ftf is not a shallow copy and so does not depend on HLT_AntiKt10EMPFlowCSSKSoftDropBeta100Zcut10Jets_nojcalib_ftf.

(2) Slimming the jet content for TLA. Removing:

  • ElementLinks GhostTrack_ftf and TracksForMinimalJetTag as these pointers will point to nothing
  • Variables not foreseen to be used: AlgorithmType, SizeParameter, InputType. (3) Adding calo quality variables to TLA jets for jet cleaning:
  • LArQuality,FracSamplingMax, NegativeE, Timing, HECQuality,AverageLArQF, BchCorrCell

This affects...

Change in AODSLIM size, data scouting streams size expected.

tagging @ayana and @mmontell

Edited Jul 24, 2022 by Claire Antel
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: 22.0_slimJetAOD