CMS 3D CMS Logo

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

Variables

tuple CalibratedDigis
 

Variable Documentation

tuple CalibratedDigishlt_cfi.CalibratedDigis
Initial value:
1 = cms.EDProducer("CalibratedDigis",
2  tTrigModeConfig = cms.PSet(
3  # The velocity of signal propagation along the wire (cm/ns)
4  vPropWire = cms.double(24.4),
5  # Switch on/off the TOF correction for particles
6  doTOFCorrection = cms.bool(True),
7  tofCorrType = cms.int32(0),
8  wirePropCorrType = cms.int32(0),
9  # Switch on/off the correction for the signal propagation along the wire
10  doWirePropCorrection = cms.bool(True),
11  # Switch on/off the TOF correction from pulses
12  doT0Correction = cms.bool(True),
13  debug = cms.untracked.bool(False),
14  tTrigLabel = cms.string(''),
15  t0Label = cms.string('')
16  ),
17  tTrigMode = cms.string('DTTTrigSyncFromDB'),
18  timeOffset = cms.int32(0),
19  flat_calib = cms.int32(0),
20  dtDigiTag = cms.InputTag("hltMuonDTDigis")
21  )

Definition at line 6 of file CalibratedDigishlt_cfi.py.