CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/SimCalorimetry/EcalSimProducers/python/esElectronicsSim_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 es_electronics_sim = cms.PSet(
00004     doESNoise  = cms.bool(True),
00005     numESdetId = cms.int32(137216),
00006     doFast     = cms.bool(False)
00007 )
00008