Skip to content

Correction to plume monitoring

Raoul Henderson requested to merge plume_monitoring_correction into 2024-patches

The time and amplitude histograms of PLUME were not getting filled due to the relevant elif statement in PlumeDigitMonitor.cpp being situated after a more generic one. This is corrected by simply changing elif to if. The threshold necessary for coincidence is also lowered from 150.5 to 100.5, to affect more events.

Merge request reports

Loading