1 import FWCore.ParameterSet.Config
as cms
6 CalibratedDigis = cms.EDProducer(
"CalibratedDigis",
7 tTrigModeConfig = cms.PSet(
9 vPropWire = cms.double(24.4),
11 doTOFCorrection = cms.bool(
True),
12 tofCorrType = cms.int32(0),
13 wirePropCorrType = cms.int32(0),
15 doWirePropCorrection = cms.bool(
True),
17 doT0Correction = cms.bool(
True),
18 debug = cms.untracked.bool(
False),
19 tTrigLabel = cms.string(
''),
20 t0Label = cms.string(
'')
22 tTrigMode = cms.string(
'DTTTrigSyncFromDB'),
23 timeOffset = cms.int32(0),
24 flat_calib = cms.int32(0),
25 scenario = cms.untracked.int32(0),
26 dtDigiTag = cms.InputTag(
"muonDTDigis")