CMS 3D CMS Logo

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

Variables

tuple DTParametrizedDriftAlgo
 

Variable Documentation

tuple DTParametrizedDriftAlgo_cfi.DTParametrizedDriftAlgo
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  minTime = cms.double(-3.0),
6  interpolate = cms.bool(True),
7  debug = cms.untracked.bool(False),
8  tTrigModeConfig = cms.PSet(
9  # The velocity of signal propagation along the wire (cm/ns)
10  vPropWire = cms.double(24.4),
11  # Switch on/off the TOF correction for particles
12  doTOFCorrection = cms.bool(True),
13  tofCorrType = cms.int32(0),
14  wirePropCorrType = cms.int32(0),
15  # Switch on/off the correction for the signal propagation along the wire
16  doWirePropCorrection = cms.bool(True),
17  # Switch on/off the TOF correction from pulses
18  doT0Correction = cms.bool(True),
19  debug = cms.untracked.bool(False),
20  tTrigLabel = cms.string('')
21  ),
22  maxTime = cms.double(415.0)
23  ),
24  recAlgo = cms.string('DTParametrizedDriftAlgo')
25 )

Definition at line 4 of file DTParametrizedDriftAlgo_cfi.py.