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