CMS 3D CMS Logo

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     ESGain = cms.int32(1),
00006     ESMIPkeV = cms.double(81.08),
00007     numESdetId = cms.int32(137216),
00008     ESNoiseSigma = cms.double(3.0),
00009     ESMIPADC = cms.double(9.0),
00010     zsThreshold = cms.double(2.98595),
00011     refHistosFile = cms.string('SimCalorimetry/EcalSimProducers/data/esRefHistosFile.txt'),
00012     ESBaseline = cms.int32(1000),
00013     doFast = cms.bool(False)
00014 )
00015 

Generated on Tue Jun 9 17:46:16 2009 for CMSSW by  doxygen 1.5.4