Skip to content

Add pile-up observables

Benjamin Banto Oberhauser requested to merge add-pileup-observables into master

I have added two new methods to identify potential pile-up events:

  • pileup_ratio: Based on S. Donskov implementation of the RPH cut as mentioned during an analysis meeting (link). Defined as the ratio between bestAmplitude / sumAllAmplitudes
  • pileup_timediff_ns: Computes the time difference between the best peak in time and the max amplitude peak to identify potential dangerous pile-up events, where the selected peak during reconstruction is not the largest in terms of energy.
  • Additionally, I have added the same checks with respect to the minimum slope that are applied in peak_BestTiming to peak_MaxAmplitude.

Merge request reports