2 recAlgoConfig = cms.PSet(
4 minTime = cms.double(-3.0),
5 debug = cms.untracked.bool(
False),
6 tTrigModeConfig = cms.PSet(
8 vPropWire = cms.double(24.4),
10 doTOFCorrection = cms.bool(
False),
11 tofCorrType = cms.int32(0),
12 wirePropCorrType = cms.int32(0),
14 doWirePropCorrection = cms.bool(
False),
16 doT0Correction = cms.bool(
True),
17 debug = cms.untracked.bool(
False),
18 tTrigLabel = cms.string(
'cosmics')
20 maxTime = cms.double(420.0),
22 stepTwoFromDigi = cms.bool(
False),
24 tTrigMode = cms.string(
'DTTTrigSyncFromDB'),
25 doVdriftCorr = cms.bool(
False)
27 recAlgo = cms.string(
'DTLinearDriftFromDBAlgo')