CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/SimCalorimetry/EcalSelectiveReadoutProducers/python/ecalDigis_beamcom09_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Define EcalSelectiveReadoutProducer module as "simEcalDigis" with default settings 
00004 from SimCalorimetry.EcalSelectiveReadoutProducers.ecalDigis_cfi import *
00005 
00006 # Changes settings to 2009 and 2010 beam ones:
00007 #
00008 # DCC ZS FIR weights.
00009 simEcalDigis.dccNormalizedWeights = cms.vdouble(-1.1865, 0.0195, 0.2900, 0.3477, 0.3008, 0.2266)
00010 
00011 # Index of time sample (staring from 1) the first DCC weights is implied
00012 simEcalDigis.ecalDccZs1stSample = cms.int32(3)
00013 
00014 # ZS energy threshold in GeV to apply to low interest channels of barrel
00015 simEcalDigis.ebDccAdcToGeV = cms.double(0.035)
00016 simEcalDigis.srpBarrelLowInterestChannelZS = cms.double(2.25*0.035)
00017 
00018 # ZS energy threshold in GeV to apply to low interest channels of endcap
00019 simEcalDigis.eeDccAdcToGeV = cms.double(0.06)
00020 simEcalDigis.srpEndcapLowInterestChannelZS = cms.double(3.75*0.06)
00021