1 import FWCore.ParameterSet.Config
as cms
5 DTLinearDriftFromDBAlgo = cms.PSet(
6 recAlgoConfig = cms.PSet(
8 minTime = cms.double(-3.0),
9 debug = cms.untracked.bool(
False),
10 tTrigModeConfig = cms.PSet(
12 vPropWire = cms.double(24.4),
14 doTOFCorrection = cms.bool(
True),
15 tofCorrType = cms.int32(0),
16 wirePropCorrType = cms.int32(0),
18 doWirePropCorrection = cms.bool(
True),
20 doT0Correction = cms.bool(
True),
21 debug = cms.untracked.bool(
False),
22 tTrigLabel = cms.string(
'')
24 maxTime = cms.double(420.0),
26 stepTwoFromDigi = cms.bool(
False),
28 tTrigMode = cms.string(
'DTTTrigSyncFromDB'),
30 doVdriftCorr = cms.bool(
True),
31 useUncertDB = cms.bool(
True)
33 recAlgo = cms.string(
'DTLinearDriftFromDBAlgo')