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