2 recAlgoConfig = cms.PSet(
4 tTrigMode = cms.string(
'DTTTrigSyncFromDB'),
5 minTime = cms.double(-3.0),
6 interpolate = cms.bool(
True),
7 debug = cms.untracked.bool(
False),
8 tTrigModeConfig = cms.PSet(
10 vPropWire = cms.double(24.4),
12 doTOFCorrection = cms.bool(
True),
13 tofCorrType = cms.int32(0),
14 wirePropCorrType = cms.int32(0),
16 doWirePropCorrection = cms.bool(
True),
18 doT0Correction = cms.bool(
True),
19 debug = cms.untracked.bool(
False),
20 tTrigLabel = cms.string(
'')
22 maxTime = cms.double(415.0)
24 recAlgo = cms.string(
'DTParametrizedDriftAlgo')