1 import FWCore.ParameterSet.Config
as cms
4 DTNoDriftAlgo_CosmicData = cms.PSet(
5 recAlgoConfig = cms.PSet(
9 fixedDrift = cms.double(1.0),
13 tTrigMode = cms.string(
'DTTTrigSyncFromDB'),
15 minTime = cms.double(1000.0),
17 hitResolution = cms.double(1.0),
18 debug = cms.untracked.bool(
False),
19 tTrigModeConfig = cms.PSet(
21 vPropWire = cms.double(24.4),
23 doTOFCorrection = cms.bool(
False),
24 tofCorrType = cms.int32(0),
25 wirePropCorrType = cms.int32(0),
27 doWirePropCorrection = cms.bool(
False),
28 doT0Correction = cms.bool(
False),
29 debug = cms.untracked.bool(
False),
30 tTrigLabel = cms.string(
'cosmics'),
31 t0Label = cms.string(
'')
33 maxTime = cms.double(3500.0)
35 recAlgo = cms.string(
'DTNoDriftAlgo')