Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 castorDigitizer = cms.PSet(
00004 accumulatorType = cms.string("CastorDigiProducer"),
00005 hitsProducer = cms.string("g4SimHits"),
00006 makeDigiSimLinks = cms.untracked.bool(False),
00007 doNoise = cms.bool(True),
00008 doTimeSlew = cms.bool(True),
00009 castor = cms.PSet(
00010 readoutFrameSize = cms.int32(6),
00011 binOfMaximum = cms.int32(5),
00012 samplingFactor = cms.double(0.060135),
00013
00014 doPhotoStatistics = cms.bool(True),
00015 photoelectronsToAnalog = cms.double(4.009),
00016 simHitToPhotoelectrons = cms.double(1000.0),
00017 syncPhase = cms.bool(True),
00018 timePhase = cms.double(-4.0)
00019 )
00020 )