Skip to content

Commit fa6ed45

Browse files
authored
Merge pull request #48112 from stahlleiton/Run3OXY_AOD_CMSSW_15_1_X
Fix missing towerMaker collection in AOD in Run3_2025_OXY eras
2 parents d5d9a13 + 33bb76a commit fa6ed45

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)