From d37ba7d401b2f01a0c70fa23f8a32f7a00d3caa7 Mon Sep 17 00:00:00 2001 From: jean-roch Date: Mon, 26 Feb 2024 19:21:15 +0100 Subject: [PATCH] add @PHYS to JME add-ons --- PhysicsTools/NanoAOD/python/autoNANO.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PhysicsTools/NanoAOD/python/autoNANO.py b/PhysicsTools/NanoAOD/python/autoNANO.py index 860000a5ef037..e445bb580a22e 100644 --- a/PhysicsTools/NanoAOD/python/autoNANO.py +++ b/PhysicsTools/NanoAOD/python/autoNANO.py @@ -28,8 +28,8 @@ def expandNanoMapping(seqList, mapping, key): # L1 flavours: add tables through customize, supposed to be combined with PHYS 'L1' : {'customize': 'nanoL1TrigObjCustomize'}, 'L1FULL' : {'customize': 'nanoL1TrigObjCustomizeFull'}, - 'JME' : { 'sequence': '', - 'customize': 'PhysicsTools/NanoAOD/custom_jme_cff.PrepJMECustomNanoAOD_MC'}, + 'JME' : { 'sequence': '@PHYS', + 'customize': '@PHYS+PhysicsTools/NanoAOD/custom_jme_cff.PrepJMECustomNanoAOD_MC'}, # Muon POG flavours : add tables through customize, supposed to be combined with PHYS 'MUPOG' : {'customize' : 'PhysicsTools/NanoAOD/custom_muon_cff.PrepMuonCustomNanoAOD'}, # MUDPG flavours: use their own sequence