File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Configuration/StandardSequences/python Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 9090simCscTriggerPrimitiveDigis .CSCWireDigiProducer = 'unpackCSC:MuonCSCWireDigi'
9191
9292simTwinMuxDigis .RPC_Source = 'unpackRPCTwinMux'
93- simTwinMuxDigis .DTDigi_Source = "unpackTwinMux:PhIn"
94- simTwinMuxDigis .DTThetaDigi_Source = "unpackTwinMux:ThIn"
93+ #simTwinMuxDigis.DTDigi_Source = "unpackTwinMux:PhIn"
94+ #simTwinMuxDigis.DTThetaDigi_Source = "unpackTwinMux:ThIn" #technically correct, but L1 emulation does not seem to favor this?
95+ simTwinMuxDigis .DTDigi_Source = 'simDtTriggerPrimitiveDigis'
96+ simTwinMuxDigis .DTThetaDigi_Source = 'simDtTriggerPrimitiveDigis'
9597
9698(stage2L1Trigger & run3_GEM ).toModify (simMuonGEMPadDigis ,
9799 InputCollection = 'unpackGEM'
105107# -----------------------------------------------------------
106108
107109# BMTF
108- simBmtfDigis .DTDigi_Source = "simTwinMuxDigis"
110+ #simBmtfDigis.DTDigi_Source = = "simTwinMuxDigis" #used previously, but removed in favor of rem-emul favored unpacked inputs
111+ simBmtfDigis .DTDigi_Source = "unpackBmtf"
109112simBmtfDigis .DTDigi_Theta_Source = "unpackBmtf"
110113
111114# OMTF
123126# EMTF
124127simEmtfDigis .CSCInput = "unpackEmtf"
125128simEmtfDigis .RPCInput = 'unpackRPC'
129+ simEmtfDigis .CPPFInput = cms .InputTag ('unpackEmtf' )
130+ simEmtfDigis .GEMEnable = cms .bool (False )
131+ simEmtfDigis .GEMInput = cms .InputTag ('unpackGEM' )
132+ simEmtfDigis .CPPFEnable = cms .bool (True )
126133
127134# Calo Layer-1
128135simCaloStage2Layer1Digis .ecalToken = 'unpackEcal:EcalTriggerPrimitives'
You can’t perform that action at this time.
0 commit comments