CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
DTLinearDriftAlgo_cfi Namespace Reference

Variables

tuple DTLinearDriftAlgo
 

Variable Documentation

tuple DTLinearDriftAlgo_cfi.DTLinearDriftAlgo
Initial value:
1 = cms.PSet(
2  recAlgoConfig = cms.PSet(
3  # The module to be used for ttrig synchronization and its parameter set
4  tTrigMode = cms.string('DTTTrigSyncFromDB'),
5  # Times outside this window (ns) are considered
6  # as coming from previous BXs
7  minTime = cms.double(-3.0),
8  # Drift velocity (cm/ns)
9  driftVelocity = cms.double(0.00543),
10  # Cell resolution (cm)
11  hitResolution = cms.double(0.02),
12  debug = cms.untracked.bool(False),
13  tTrigModeConfig = cms.PSet(
14  # The velocity of signal propagation along the wire (cm/ns)
15  vPropWire = cms.double(24.4),
16  # Switch on/off the TOF correction for particles
17  doTOFCorrection = cms.bool(True),
18  tofCorrType = cms.int32(0),
19  wirePropCorrType = cms.int32(0),
20  # Switch on/off the correction for the signal propagation along the wire
21  doWirePropCorrection = cms.bool(True),
22  # Switch on/off the TOF correction from pulses
23  doT0Correction = cms.bool(True),
24  debug = cms.untracked.bool(False),
25  tTrigLabel = cms.string('')
26  ),
27  maxTime = cms.double(415.0)
28  ),
29  recAlgo = cms.string('DTLinearDriftAlgo')
30 )

Definition at line 3 of file DTLinearDriftAlgo_cfi.py.