CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/SimCalorimetry/EcalSimProducers/python/ecalSimParameterMap_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 ecal_sim_parameter_map = cms.PSet(
00004     photoelectronsToAnalogEndcap = cms.double(0.000555555),
00005     readoutFrameSize = cms.int32(10),
00006     binOfMaximum = cms.int32(6),
00007     simHitToPhotoelectronsEndcap = cms.double(1800.0),
00008     samplingFactor = cms.double(1.0),
00009     timePhase = cms.double(0.0),
00010     simHitToPhotoelectronsBarrel = cms.double(2250.0),
00011     syncPhase = cms.bool(True),
00012     doPhotostatistics = cms.bool(True),
00013     photoelectronsToAnalogBarrel = cms.double(0.000444444)
00014 )
00015