16 |
|
tTrigModeConfig = cms.untracked.PSet( |
17 |
|
vPropWire = cms.double(24.4), |
18 |
|
doTOFCorrection = cms.bool(False), |
19 |
< |
tofCorrType = cms.int32(2), |
20 |
< |
kFactor = cms.double(-1.3), |
19 |
> |
##tofCorrType = cms.int32(2), ## old |
20 |
> |
tofCorrType = cms.int32(0), |
21 |
> |
##kFactor = cms.double(-1.3), |
22 |
|
wirePropCorrType = cms.int32(0), |
23 |
|
doWirePropCorrection = cms.bool(False), |
24 |
|
doT0Correction = cms.bool(True), |
25 |
+ |
tTrigLabel = cms.string(''), ##For Collisions |
26 |
|
debug = cms.untracked.bool(False) |
27 |
|
), |
28 |
|
tTrigMode = cms.untracked.string('DTTTrigSyncFromDB'), |