cms.EDProducer("DTRecHitProducer",\ 
    debug = cms.untracked.bool(False),\ 
    dtDigiLabel = cms.InputTag("simMuonDTDigis"),\ 
    recAlgo = cms.string('DTLinearDriftFromDBAlgo'),\ 
    recAlgoConfig = cms.PSet(\ 
        debug = cms.untracked.bool(False),\ 
        doVdriftCorr = cms.bool(True),\ 
        maxTime = cms.double(420.0),\ 
        minTime = cms.double(-3.0),\ 
        readLegacyTTrigDB = cms.bool(True),\ 
        readLegacyVDriftDB = cms.bool(True),\ 
        stepTwoFromDigi = cms.bool(False),\ 
        tTrigMode = cms.string('DTTTrigSyncFromDB'),\ 
        tTrigModeConfig = cms.PSet(\ 
            debug = cms.untracked.bool(False),\ 
            doT0Correction = cms.bool(True),\ 
            doTOFCorrection = cms.bool(True),\ 
            doWirePropCorrection = cms.bool(True),\ 
            t0Label = cms.string(''),\ 
            tTrigLabel = cms.string(''),\ 
            tofCorrType = cms.int32(0),\ 
            vPropWire = cms.double(24.4),\ 
            wirePropCorrType = cms.int32(0)\ 
        ),\ 
        useUncertDB = cms.bool(True)\ 
    )\ 
)\