1 import FWCore.ParameterSet.Config
as cms
3 DTLinearDriftAlgo = cms.PSet(
4 recAlgoConfig = cms.PSet(
6 tTrigMode = cms.string(
'DTTTrigSyncFromDB'),
9 minTime = cms.double(-3.0),
11 driftVelocity = cms.double(0.00543),
13 hitResolution = cms.double(0.02),
14 debug = cms.untracked.bool(
False),
15 tTrigModeConfig = cms.PSet(
17 vPropWire = cms.double(24.4),
19 doTOFCorrection = cms.bool(
True),
20 tofCorrType = cms.int32(0),
21 wirePropCorrType = cms.int32(0),
23 doWirePropCorrection = cms.bool(
True),
25 doT0Correction = cms.bool(
True),
26 debug = cms.untracked.bool(
False),
27 tTrigLabel = cms.string(
'')
29 maxTime = cms.double(415.0)
31 recAlgo = cms.string(
'DTLinearDriftAlgo')