Variables | |
tuple | castorDigitizer |
00001 cms.PSet( 00002 accumulatorType = cms.string("CastorDigiProducer"), 00003 hitsProducer = cms.string("g4SimHits"), 00004 makeDigiSimLinks = cms.untracked.bool(False), 00005 doNoise = cms.bool(True), 00006 doTimeSlew = cms.bool(True), 00007 castor = cms.PSet( 00008 readoutFrameSize = cms.int32(6), 00009 binOfMaximum = cms.int32(5), 00010 samplingFactor = cms.double(0.060135), ## GeV/pe 00011 00012 doPhotoStatistics = cms.bool(True), 00013 photoelectronsToAnalog = cms.double(4.009), 00014 simHitToPhotoelectrons = cms.double(1000.0), 00015 syncPhase = cms.bool(True), 00016 timePhase = cms.double(-4.0) 00017 ) 00018 )
Definition at line 3 of file castorDigitizer_cfi.py.