Skip to content

Commit 0205e9f

Browse files
authored
Merge pull request #46529 from 24LopezR/ruben-ETL-PulseShape
ETL Digitization: update of pulse shape
2 parents 3aa6f59 + c7fccd1 commit 0205e9f

File tree

4 files changed

+287
-321
lines changed

4 files changed

+287
-321
lines changed

RecoLocalFastTime/FTLRecProducers/python/mtdUncalibratedRecHits_cfi.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
adcSaturation = mtdDigitizer.endcapDigitizer.ElectronicsSimulation.adcSaturation_MIP,
2323
toaLSB_ns = mtdDigitizer.endcapDigitizer.ElectronicsSimulation.toaLSB_ns,
2424
tofDelay = mtdDigitizer.endcapDigitizer.DeviceSimulation.tofDelay,
25-
timeResolutionInNs = cms.string("0.039"), # [ns]
26-
timeCorr_p0 = cms.double(0.667116),
27-
timeCorr_p1 = cms.double(-0.500665),
28-
timeCorr_p2 = cms.double(0.141136),
29-
timeCorr_p3 = cms.double(-0.0169169)
25+
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)
3030
)
3131

3232

SimFastTiming/FastTimingCommon/python/mtdDigitizer_cfi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
# LSB for time of arrival estimate from TDC in ns
9696
toaLSB_ns = cms.double(0.013),
9797
referenceChargeColl = cms.double(1.0),
98-
noiseLevel = cms.double(0.3554),
98+
noiseLevel = cms.double(0.1750),
9999
sigmaDistorsion = cms.double(0.0),
100100
sigmaTDC = cms.double(0.010),
101101
formulaLandauNoise = cms.string("TMath::Max(0.020, 0.020 * (0.35 * (x - 1.0) + 1.0))")

0 commit comments

Comments
 (0)