Skip to content

Commit

Permalink
Keep the unmatched LCTs after the stub building
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Dildick committed Oct 14, 2013
1 parent 599a5dc commit f46d324
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SLHCUpgradeSimulations/Configuration/python/gemCustoms.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def customise_L1Emulator(process):
process.simCscTriggerPrimitiveDigis.clctParam07.clctPidThreshPretrig = 2
process.simCscTriggerPrimitiveDigis.tmbSLHC.gemMatchDeltaEta = cms.untracked.double(0.08)
process.simCscTriggerPrimitiveDigis.tmbSLHC.gemMatchDeltaBX = cms.untracked.int32(1)
process.simCscTriggerPrimitiveDigis.tmbSLHC.gemClearNomatchLCTs = False
return process

def customise_DQM(process,pileup):
Expand Down

0 comments on commit f46d324

Please sign in to comment.