2 recAlgoConfig = cms.PSet(
4 tTrigMode = cms.string(
'DTTTrigSyncFromDB'),
7 minTime = cms.double(-3.0),
9 driftVelocity = cms.double(0.00543),
11 hitResolution = cms.double(0.02),
12 debug = cms.untracked.bool(
False),
13 tTrigModeConfig = cms.PSet(
15 vPropWire = cms.double(24.4),
17 doTOFCorrection = cms.bool(
True),
18 tofCorrType = cms.int32(0),
19 wirePropCorrType = cms.int32(0),
21 doWirePropCorrection = cms.bool(
True),
23 doT0Correction = cms.bool(
True),
24 debug = cms.untracked.bool(
False),
25 tTrigLabel = cms.string(
'')
27 maxTime = cms.double(415.0)
29 recAlgo = cms.string(
'DTLinearDriftAlgo')