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