Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 DTLinearDriftAlgo = cms.PSet(
00004 recAlgoConfig = cms.PSet(
00005
00006 tTrigMode = cms.string('DTTTrigSyncFromDB'),
00007
00008
00009 minTime = cms.double(-3.0),
00010
00011 driftVelocity = cms.double(0.00543),
00012
00013 hitResolution = cms.double(0.02),
00014 debug = cms.untracked.bool(False),
00015 tTrigModeConfig = cms.PSet(
00016
00017 vPropWire = cms.double(24.4),
00018
00019 doTOFCorrection = cms.bool(True),
00020 tofCorrType = cms.int32(0),
00021 wirePropCorrType = cms.int32(0),
00022
00023 doWirePropCorrection = cms.bool(True),
00024
00025 doT0Correction = cms.bool(True),
00026 debug = cms.untracked.bool(False),
00027 tTrigLabel = cms.string('')
00028 ),
00029 maxTime = cms.double(415.0)
00030 ),
00031 recAlgo = cms.string('DTLinearDriftAlgo')
00032 )
00033