1 import FWCore.ParameterSet.Config
as cms
4 DTParametrizedDriftAlgo = cms.PSet(
5 recAlgoConfig = cms.PSet(
7 tTrigMode = cms.string(
'DTTTrigSyncFromDB'),
8 minTime = cms.double(-3.0),
9 interpolate = cms.bool(
True),
10 debug = cms.untracked.bool(
False),
11 tTrigModeConfig = cms.PSet(
13 vPropWire = cms.double(24.4),
15 doTOFCorrection = cms.bool(
True),
16 tofCorrType = cms.int32(0),
17 wirePropCorrType = cms.int32(0),
19 doWirePropCorrection = cms.bool(
True),
21 doT0Correction = cms.bool(
True),
22 debug = cms.untracked.bool(
False),
23 tTrigLabel = cms.string(
'')
25 maxTime = cms.double(415.0)
27 recAlgo = cms.string(
'DTParametrizedDriftAlgo')