1 import FWCore.ParameterSet.Config
as cms
5 DTLinearDriftAlgo_CosmicData = cms.PSet(
6 recAlgoConfig = cms.PSet(
8 tTrigMode = cms.string(
'DTTTrigSyncFromDB'),
12 minTime = cms.double(-3.0),
14 driftVelocity = cms.double(0.00543),
16 hitResolution = cms.double(0.02),
17 debug = cms.untracked.bool(
False),
18 tTrigModeConfig = cms.PSet(
20 vPropWire = cms.double(24.4),
22 doTOFCorrection = cms.bool(
False),
23 tofCorrType = cms.int32(0),
24 wirePropCorrType = cms.int32(0),
26 doWirePropCorrection = cms.bool(
False),
28 doT0Correction = cms.bool(
True),
29 debug = cms.untracked.bool(
False),
30 tTrigLabel = cms.string(
'cosmics'),
31 t0Label = cms.string(
'')
33 maxTime = cms.double(420.0)
35 recAlgo = cms.string(
'DTLinearDriftAlgo')