Variables | |
tuple | DTParametrizedDriftAlgo |
00001 cms.PSet( 00002 recAlgoConfig = cms.PSet( 00003 # The module to be used for ttrig synchronization and its parameter set 00004 tTrigMode = cms.string('DTTTrigSyncFromDB'), 00005 minTime = cms.double(-3.0), 00006 interpolate = cms.bool(True), 00007 debug = cms.untracked.bool(False), 00008 tTrigModeConfig = cms.PSet( 00009 # The velocity of signal propagation along the wire (cm/ns) 00010 vPropWire = cms.double(24.4), 00011 # Switch on/off the TOF correction for particles 00012 doTOFCorrection = cms.bool(True), 00013 tofCorrType = cms.int32(0), 00014 wirePropCorrType = cms.int32(0), 00015 # Switch on/off the correction for the signal propagation along the wire 00016 doWirePropCorrection = cms.bool(True), 00017 # Switch on/off the TOF correction from pulses 00018 doT0Correction = cms.bool(True), 00019 debug = cms.untracked.bool(False), 00020 tTrigLabel = cms.string('') 00021 ), 00022 maxTime = cms.double(415.0) 00023 ), 00024 recAlgo = cms.string('DTParametrizedDriftAlgo') 00025 )
Definition at line 4 of file DTParametrizedDriftAlgo_cfi.py.