Skip to content

Commit

Permalink
Merge pull request cms-sw#145 from jshlee/CMSSW_6_2_X_SLHC
Browse files Browse the repository at this point in the history
clctNplanesHitPattern = 3
  • Loading branch information
Sven Dildick committed May 6, 2014
2 parents b2b854b + 64d6253 commit 5e0badf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SLHCUpgradeSimulations/Configuration/python/gemCustoms.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ def customise_L1Emulator2019(process, ptdphi):
def customise_L1Emulator2023(process, ptdphi):
from L1Trigger.CSCTriggerPrimitives.cscTriggerPrimitiveDigisPostLS3_cfi import cscTriggerPrimitiveDigisPostLS3
process.simCscTriggerPrimitiveDigis = cscTriggerPrimitiveDigisPostLS3
process.simCscTriggerPrimitiveDigis.clctSLHC.clctNplanesHitPattern = 3
process.simCscTriggerPrimitiveDigis.clctSLHC.clctPidThreshPretrig = 2
process.simCscTriggerPrimitiveDigis.clctParam07.clctPidThreshPretrig = 2

## ME21 has its own SLHC processors
process.simCscTriggerPrimitiveDigis.alctSLHCME21 = process.simCscTriggerPrimitiveDigis.alctSLHC.clone()
process.simCscTriggerPrimitiveDigis.clctSLHCME21 = process.simCscTriggerPrimitiveDigis.clctSLHC.clone()
Expand Down

0 comments on commit 5e0badf

Please sign in to comment.