CMS 3D CMS Logo

Variables

DTLinearDriftAlgo_cfi Namespace Reference

Variables

tuple DTLinearDriftAlgo

Variable Documentation

Initial value:
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         # Times outside this window (ns) are considered 
00006         # as coming from previous BXs
00007         minTime = cms.double(-3.0),
00008         # Drift velocity (cm/ns)                
00009         driftVelocity = cms.double(0.00543),
00010         # Cell resolution (cm)
00011         hitResolution = cms.double(0.02),
00012         debug = cms.untracked.bool(False),
00013         tTrigModeConfig = cms.PSet(
00014             # The velocity of signal propagation along the wire (cm/ns)
00015             vPropWire = cms.double(24.4),
00016             # Switch on/off the TOF correction for particles
00017             doTOFCorrection = cms.bool(True),
00018             tofCorrType = cms.int32(0),
00019             wirePropCorrType = cms.int32(0),
00020             # Switch on/off the correction for the signal propagation along the wire
00021             doWirePropCorrection = cms.bool(True),
00022             # Switch on/off the TOF correction from pulses
00023             doT0Correction = cms.bool(True),
00024             debug = cms.untracked.bool(False),
00025             tTrigLabel = cms.string('')
00026         ),
00027         maxTime = cms.double(415.0)
00028     ),
00029     recAlgo = cms.string('DTLinearDriftAlgo')
00030 )

Definition at line 3 of file DTLinearDriftAlgo_cfi.py.