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