CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ecalDigis_beamcom09_cff.py
Go to the documentation of this file.
2 
3 # Define EcalSelectiveReadoutProducer module as "simEcalDigis" with default settings
5 
6 # Changes settings to 2009 and 2010 beam ones:
7 #
8 # DCC ZS FIR weights.
9 simEcalDigis.dccNormalizedWeights = cms.vdouble(-1.1865, 0.0195, 0.2900, 0.3477, 0.3008, 0.2266)
10 
11 # Index of time sample (staring from 1) the first DCC weights is implied
12 simEcalDigis.ecalDccZs1stSample = cms.int32(3)
13 
14 # ZS energy threshold in GeV to apply to low interest channels of barrel
15 simEcalDigis.ebDccAdcToGeV = cms.double(0.035)
16 simEcalDigis.srpBarrelLowInterestChannelZS = cms.double(2.25*0.035)
17 
18 # ZS energy threshold in GeV to apply to low interest channels of endcap
19 simEcalDigis.eeDccAdcToGeV = cms.double(0.06)
20 simEcalDigis.srpEndcapLowInterestChannelZS = cms.double(3.75*0.06)
21