Skip to content

Commit 4f16b1d

Browse files
authored
Merge pull request #47172 from 24LopezR/ETL_150X_PulseShape
ETL simulation: update of TWC parameters
2 parents 2089405 + 8d1b33c commit 4f16b1d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

RecoLocalFastTime/FTLRecProducers/python/mtdUncalibratedRecHits_cfi.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
toaLSB_ns = mtdDigitizer.endcapDigitizer.ElectronicsSimulation.toaLSB_ns,
2424
tofDelay = mtdDigitizer.endcapDigitizer.DeviceSimulation.tofDelay,
2525
timeResolutionInNs = cms.string("0.0370"), # [ns]
26-
timeCorr_p0 = cms.double(1.07959),
27-
timeCorr_p1 = cms.double(-0.274148),
28-
timeCorr_p2 = cms.double(0.0241685),
29-
timeCorr_p3 = cms.double(-0.000665249)
26+
timeCorr_p0 = cms.double(0.974683),
27+
timeCorr_p1 = cms.double(-0.237274),
28+
timeCorr_p2 = cms.double(0.021455),
29+
timeCorr_p3 = cms.double(-0.000727429)
3030
)
3131

3232

0 commit comments

Comments
 (0)