1 = cms.EDProducer(
"CalibratedDigis",
2 tTrigModeConfig = cms.PSet(
4 vPropWire = cms.double(24.4),
6 doTOFCorrection = cms.bool(
True),
7 tofCorrType = cms.int32(0),
8 wirePropCorrType = cms.int32(0),
10 doWirePropCorrection = cms.bool(
True),
12 doT0Correction = cms.bool(
True),
13 debug = cms.untracked.bool(
False),
14 tTrigLabel = cms.string(
''),
15 t0Label = cms.string(
'')
17 tTrigMode = cms.string(
'DTTTrigSyncFromDB'),
18 timeOffset = cms.int32(0),
19 flat_calib = cms.int32(0),
20 dtDigiTag = cms.InputTag(
"hltMuonDTDigis")