Skip to content

Commit

Permalink
Fixing twinmux RPC input
Browse files Browse the repository at this point in the history
  • Loading branch information
gkaratha authored and danielguerrero committed May 31, 2019
1 parent bdd7d9d commit c6d4f75
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions L1Trigger/Configuration/python/customiseReEmul.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,13 @@ def L1TReEmulFromRAW2016(process):
process.simCscTriggerPrimitiveDigis.CSCWireDigiProducer = cms.InputTag( 'muonCSCDigis', 'MuonCSCWireDigi' )
process.L1TReEmul = cms.Sequence(process.simEcalTriggerPrimitiveDigis * process.simHcalTriggerPrimitiveDigis * process.SimL1Emulator)


#cutlist=['simDtTriggerPrimitiveDigis','simCscTriggerPrimitiveDigis']
#for b in cutlist:
# process.SimL1Emulator.remove(getattr(process,b))
# TwinMux
stage2L1Trigger.toModify(process.simTwinMuxDigis,
RPC_Source = 'RPCTwinMuxRawToDigi',
RPC_Source = 'rpcTwinMuxRawToDigi',
DTDigi_Source = 'twinMuxStage2Digis:PhIn',
DTThetaDigi_Source = 'twinMuxStage2Digis:ThIn'
)
Expand Down Expand Up @@ -170,7 +171,7 @@ def L1TReEmulFromRAW2016(process):

process.L1TReEmulPath = cms.Path(process.L1TReEmul)
process.schedule.append(process.L1TReEmulPath)
return process
return process

def L1TReEmulFromRAW(process):
L1TReEmulFromRAW2016(process)
Expand Down

0 comments on commit c6d4f75

Please sign in to comment.