Variables | |
tuple | simCastorDigis |
00001 cms.EDProducer("CastorDigiProducer", 00002 doNoise = cms.bool(True), 00003 doTimeSlew = cms.bool(True), 00004 castor = cms.PSet( 00005 readoutFrameSize = cms.int32(6), 00006 binOfMaximum = cms.int32(4), 00007 samplingFactor = cms.double(16.75), ## pe/GeV 00008 00009 doPhotoStatistics = cms.bool(True), 00010 photoelectronsToAnalog = cms.double(4.24), 00011 simHitToPhotoelectrons = cms.double(1000.0), 00012 syncPhase = cms.bool(True), 00013 timePhase = cms.double(-4.0) 00014 ) 00015 )
Definition at line 3 of file castordigi_cfi.py.