CMS 3D CMS Logo

Functions
SimCalorimetry_EcalSelectiveReadoutProducers_setBeamcom09_cff Namespace Reference

Functions

def customise (process)
 

Function Documentation

◆ customise()

def SimCalorimetry_EcalSelectiveReadoutProducers_setBeamcom09_cff.customise (   process)

Definition at line 3 of file SimCalorimetry_EcalSelectiveReadoutProducers_setBeamcom09_cff.py.

References mathSSE.return().

3 def customise(process):
4 
5  # ECAL TPG with 2009 beam commissioning TTF thresholds
6 
7  process.EcalTrigPrimESProducer.DatabaseFile = cms.untracked.string('TPG_beamv0_MC.txt.gz')
8 
9  # ECAL SRP settings for 2009 beam commissioning
10 
11  process.simEcalDigis.ecalDccZs1stSample = cms.int32(3)
12  process.simEcalDigis.dccNormalizedWeights = cms.vdouble(-1.1865, 0.0195, 0.2900, 0.3477, 0.3008, 0.2266)
13  process.simEcalDigis.srpBarrelLowInterestChannelZS = cms.double(2.25*.035)
14  process.simEcalDigis.srpEndcapLowInterestChannelZS = cms.double(3.75*0.06)
15 
16  return(process)
17