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 8989simCscTriggerPrimitiveDigis .CSCWireDigiProducer = 'unpackCSC:MuonCSCWireDigi'
9090
9191simTwinMuxDigis .RPC_Source = 'unpackRPCTwinMux'
92- simTwinMuxDigis .DTDigi_Source = "unpackTwinMux:PhIn"
93- simTwinMuxDigis .DTThetaDigi_Source = "unpackTwinMux:ThIn"
92+ #simTwinMuxDigis.DTDigi_Source = "unpackTwinMux:PhIn"
93+ #simTwinMuxDigis.DTThetaDigi_Source = "unpackTwinMux:ThIn" #technically correct, but L1 emulation does not seem to favor this?
94+ simTwinMuxDigis .DTDigi_Source = 'simDtTriggerPrimitiveDigis'
95+ simTwinMuxDigis .DTThetaDigi_Source = 'simDtTriggerPrimitiveDigis'
9496
9597(stage2L1Trigger & run3_GEM ).toModify (simMuonGEMPadDigis ,
9698 InputCollection = 'unpackGEM'
104106# -----------------------------------------------------------
105107
106108# BMTF
107- simBmtfDigis .DTDigi_Source = "simTwinMuxDigis"
109+ #simBmtfDigis.DTDigi_Source = = "simTwinMuxDigis" #used previously, but removed in favor of rem-emul favored unpacked inputs
110+ simBmtfDigis .DTDigi_Source = "unpackBmtf"
108111simBmtfDigis .DTDigi_Theta_Source = "unpackBmtf"
109112
110113# OMTF
122125# EMTF
123126simEmtfDigis .CSCInput = "unpackEmtf"
124127simEmtfDigis .RPCInput = 'unpackRPC'
128+ simEmtfDigis .CPPFInput = cms .InputTag ('unpackEmtf' )
129+ simEmtfDigis .GEMEnable = cms .bool (False )
130+ simEmtfDigis .GEMInput = cms .InputTag ('unpackGEM' )
131+ simEmtfDigis .CPPFEnable = cms .bool (True )
125132
126133# Calo Layer-1
127134simCaloStage2Layer1Digis .ecalToken = 'unpackEcal:EcalTriggerPrimitives'
You can’t perform that action at this time.
0 commit comments