CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
castordigi_cfi.py
Go to the documentation of this file.
2 
3 simCastorDigis = cms.EDProducer("CastorDigiProducer",
4  doNoise = cms.bool(True),
5  doTimeSlew = cms.bool(True),
6  castor = cms.PSet(
7  readoutFrameSize = cms.int32(6),
8  binOfMaximum = cms.int32(5),
9  samplingFactor = cms.double(16.75), ## pe/GeV
10 
11  doPhotoStatistics = cms.bool(True),
12  photoelectronsToAnalog = cms.double(0.848), #pp: 4.24; pPb: 0.848 = 4.24/5; PbPb: 0.212 = 4.24/20
13  simHitToPhotoelectrons = cms.double(1000.0),
14  syncPhase = cms.bool(True),
15  timePhase = cms.double(-4.0)
16  )
17 )
18 
19