CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/SimCalorimetry/EcalSimProducers/python/ecalElectronicsSim_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 ecal_electronics_sim = cms.PSet(
00004     doNoise = cms.bool(True),
00005     ConstantTerm = cms.double(0.003),
00006     applyConstantTerm = cms.bool(True)
00007 )
00008