00001 cms.PSet(
00002 recAlgoConfig = cms.PSet(
00003
00004 tTrigMode = cms.string('DTTTrigSyncFromDB'),
00005 minTime = cms.double(-3.0),
00006 interpolate = cms.bool(True),
00007 debug = cms.untracked.bool(False),
00008 tTrigModeConfig = cms.PSet(
00009
00010 vPropWire = cms.double(24.4),
00011
00012 doTOFCorrection = cms.bool(True),
00013 tofCorrType = cms.int32(0),
00014 wirePropCorrType = cms.int32(0),
00015
00016 doWirePropCorrection = cms.bool(True),
00017
00018 doT0Correction = cms.bool(True),
00019 debug = cms.untracked.bool(False),
00020 tTrigLabel = cms.string('')
00021 ),
00022 maxTime = cms.double(415.0)
00023 ),
00024 recAlgo = cms.string('DTParametrizedDriftAlgo')
00025 )