Skip to content

Commit

Permalink
Merge pull request #2255 from mdhildreth/Add_HO_Customisation_for_pos…
Browse files Browse the repository at this point in the history
…tLS1_configuration

Simulation fixes -- Modify postLS1Customs.py to put HO in postLS1 configuration
  • Loading branch information
ktf committed Jan 31, 2014
2 parents 1e06a97 + 8f6a5c4 commit 8bc803e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SLHCUpgradeSimulations/Configuration/python/postLS1Customs.py
Expand Up @@ -61,6 +61,10 @@ def customise_Validation(process):

def customise_Digi(process):
process=digiEventContent(process)
process.mix.digitizers.hcal.ho.photoelectronsToAnalog = cms.vdouble([4.0]*16)
process.mix.digitizers.hcal.ho.siPMCode = cms.int32(1)
process.mix.digitizers.hcal.ho.pixels = cms.int32(2500)
process.mix.digitizers.hcal.ho.doSiPMSmearing = cms.bool(False)
return process


Expand Down

0 comments on commit 8bc803e

Please sign in to comment.