CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ecalSimParameterMap_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ecal_sim_parameter_map = cms.PSet(
4  photoelectronsToAnalogEndcap = cms.double(0.000555555),
5  readoutFrameSize = cms.int32(10),
6  binOfMaximum = cms.int32(6),
7  simHitToPhotoelectronsEndcap = cms.double(1800.0),
8  samplingFactor = cms.double(1.0),
9  timePhase = cms.double(0.0),
10  simHitToPhotoelectronsBarrel = cms.double(2250.0),
11  syncPhase = cms.bool(True),
12  doPhotostatistics = cms.bool(True),
13  photoelectronsToAnalogBarrel = cms.double(0.000444444)
14 )
15