Skip to content

Commit 33bb76a

Browse files
author
Andre Govinda Stahl Leiton
committed
Fix missing AOD collection in Run3_2025_OXY eras
1 parent e04f43e commit 33bb76a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RecoJets/Configuration/python/RecoJets_EventContent_cff.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,10 @@
5454
from Configuration.ProcessModifiers.pp_on_AA_cff import pp_on_AA
5555
from Configuration.Eras.Modifier_run3_upc_cff import run3_upc
5656
from Configuration.Eras.Modifier_ppRef_2024_cff import ppRef_2024
57+
from Configuration.Eras.Modifier_run3_oxygen_cff import run3_oxygen
5758
from Configuration.ProcessModifiers.phase2_pp_on_AA_cff import phase2_pp_on_AA
5859
#products from regular pp which does not fit the normal AOD
59-
for e in [pA_2016, peripheralPbPb, pp_on_XeXe_2017, pp_on_AA]:
60+
for e in [pA_2016, peripheralPbPb, pp_on_XeXe_2017, pp_on_AA, run3_oxygen]:
6061
e.toModify( RecoJetsAOD.outputCommands,
6162
func=lambda outputCommands: outputCommands.extend(['keep *_towerMaker_*_*'])
6263
)

0 commit comments

Comments
 (0)