Skip to content

Commit 6aee326

Browse files
eyigitbaccaillol
authored andcommitted
Changed OMTF inputs to fix missing muon in re-emulation
(cherry picked from commit 87a8f4f)
1 parent 7a4f4ce commit 6aee326

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

L1Trigger/Configuration/python/customiseReEmul.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,14 @@ def L1TReEmulMCFromRAW(process):
261261
L1TReEmulFromRAW(process)
262262
stage2L1Trigger.toModify(process.simEmtfDigis, CSCInput = 'simCscTriggerPrimitiveDigis:MPCSORTED')
263263
stage2L1Trigger.toModify(process.simOmtfDigis, srcCSC = 'simCscTriggerPrimitiveDigis:MPCSORTED')
264+
265+
# Temporary fix for OMTF inputs in MC re-emulation
266+
run3_GEM.toModify(process.simOmtfDigis,
267+
srcRPC = 'muonRPCDigis',
268+
srcDTPh = 'bmtfDigis',
269+
srcDTTh = 'bmtfDigis'
270+
)
271+
264272
return process
265273

266274
def L1TReEmulMCFromRAWSimEcalTP(process):

0 commit comments

Comments
 (0)