1 = cms.EDAnalyzer(
"DTLocalTriggerSynchTask",
2 staticBooking = cms.untracked.bool(
True),
4 DCCInputTag = cms.InputTag(
'dttfDigis'),
5 DDUInputTag = cms.InputTag(
'muonDTDigis'),
6 SEGInputTag = cms.InputTag(
'dt4DSegments'),
7 bxTimeInterval = cms.double(25),
8 rangeWithinBX = cms.bool(
True),
9 nBXHigh = cms.int32(0),
10 nBXLow = cms.int32(1),
11 angleRange = cms.double(30.),
12 minHitsPhi = cms.int32(7),
13 baseDir = cms.string(
"DT/90-LocalTriggerSynch/"),
14 tTrigModeConfig = cms.PSet(
15 vPropWire = cms.double(24.4),
16 doTOFCorrection = cms.bool(
False),
17 tofCorrType = cms.int32(0),
18 wirePropCorrType = cms.int32(0),
19 doWirePropCorrection = cms.bool(
False),
20 doT0Correction = cms.bool(
False),
21 debug = cms.untracked.bool(
False),
22 tTrigLabel = cms.string(
'')
24 tTrigMode = cms.string(
'DTTTrigSyncFromDB')