Skip to content

Commit

Permalink
Merge pull request #46529 from 24LopezR/ruben-ETL-PulseShape
Browse files Browse the repository at this point in the history
ETL Digitization: update of pulse shape
  • Loading branch information
cmsbuild authored Oct 30, 2024
2 parents 3aa6f59 + c7fccd1 commit 0205e9f
Show file tree
Hide file tree
Showing 4 changed files with 287 additions and 321 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
adcSaturation = mtdDigitizer.endcapDigitizer.ElectronicsSimulation.adcSaturation_MIP,
toaLSB_ns = mtdDigitizer.endcapDigitizer.ElectronicsSimulation.toaLSB_ns,
tofDelay = mtdDigitizer.endcapDigitizer.DeviceSimulation.tofDelay,
timeResolutionInNs = cms.string("0.039"), # [ns]
timeCorr_p0 = cms.double(0.667116),
timeCorr_p1 = cms.double(-0.500665),
timeCorr_p2 = cms.double(0.141136),
timeCorr_p3 = cms.double(-0.0169169)
timeResolutionInNs = cms.string("0.0370"), # [ns]
timeCorr_p0 = cms.double(1.07959),
timeCorr_p1 = cms.double(-0.274148),
timeCorr_p2 = cms.double(0.0241685),
timeCorr_p3 = cms.double(-0.000665249)
)


Expand Down
2 changes: 1 addition & 1 deletion SimFastTiming/FastTimingCommon/python/mtdDigitizer_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
# LSB for time of arrival estimate from TDC in ns
toaLSB_ns = cms.double(0.013),
referenceChargeColl = cms.double(1.0),
noiseLevel = cms.double(0.3554),
noiseLevel = cms.double(0.1750),
sigmaDistorsion = cms.double(0.0),
sigmaTDC = cms.double(0.010),
formulaLandauNoise = cms.string("TMath::Max(0.020, 0.020 * (0.35 * (x - 1.0) + 1.0))")
Expand Down
Loading

0 comments on commit 0205e9f

Please sign in to comment.