Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 simMuonDTDigis = cms.EDProducer("DTDigitizer",
00004
00005
00006
00007
00008 vPropWire = cms.double(24.4),
00009
00010 SyncName = cms.string('DTDigiSyncTOFCorr'),
00011
00012
00013
00014 MultipleLinks = cms.bool(True),
00015
00016 IdealModelConstantDriftVelocity = cms.double(0.0055),
00017 interpolate = cms.bool(True),
00018
00019 Smearing = cms.double(2.4),
00020
00021 deadTime = cms.double(150.0),
00022
00023 InputCollection = cms.string('g4SimHitsMuonDTHits'),
00024 debug = cms.untracked.bool(False),
00025
00026 pset = cms.PSet(
00027 TOFCorrection = cms.int32(3),
00028 offset = cms.double(500.0)
00029 ),
00030
00031
00032 IdealModel = cms.bool(False),
00033 LinksTimeWindow = cms.double(10.0),
00034 onlyMuHits = cms.bool(False),
00035 GeometryType = cms.string('idealForDigi')
00036 )
00037
00038
00039