[EMCAL-1116] Add maximum value for pedestal calib#12958
[EMCAL-1116] Add maximum value for pedestal calib#12958mfasDa merged 1 commit intoAliceO2Group:devfrom
Conversation
jokonig
commented
Mar 29, 2024
- In order to not set unreasonable values for the pedestal calibration, a maximum value is introduced
- The value is configurable in the CalibrationParams
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
mfasDa
left a comment
There was a problem hiding this comment.
Needs some change: The default value first needs to be 1023 (10 bit, all bits 1), as the ADC works with 10 bit precision. Second, how can 10-bit ADC values exceed the 1023? The maximum ADC value (1023) should be set in case the RMS of the distribution (settable cut) is too high, effectively setting the channel to dead.
Detectors/EMCAL/calibration/include/EMCALCalibration/EMCALCalibExtractor.h
Outdated
Show resolved
Hide resolved
- In order to not use unreasaonable data for the pedestal extraction, the RMS for each cell is compared against a Maximum. If the RMS is larger, the channel is set to 1023 which essentially masks the channel - The maximum value is configurable in the CalibrationParams
…p#12958) - In order to not use unreasaonable data for the pedestal extraction, the RMS for each cell is compared against a Maximum. If the RMS is larger, the channel is set to 1023 which essentially masks the channel - The maximum value is configurable in the CalibrationParams Co-authored-by: jokonig <jokonig@cern.ch>
…p#12958) - In order to not use unreasaonable data for the pedestal extraction, the RMS for each cell is compared against a Maximum. If the RMS is larger, the channel is set to 1023 which essentially masks the channel - The maximum value is configurable in the CalibrationParams Co-authored-by: jokonig <jokonig@cern.ch>
…p#12958) - In order to not use unreasaonable data for the pedestal extraction, the RMS for each cell is compared against a Maximum. If the RMS is larger, the channel is set to 1023 which essentially masks the channel - The maximum value is configurable in the CalibrationParams Co-authored-by: jokonig <jokonig@cern.ch>