Closed pdeperio closed 7 years ago
Current conversion/flattening of fax truth information into event-by-event format (from peak-by-peak):
https://github.com/XENON1T/processing/blob/master/montecarlo/fax_waveform/TruthSorting.py
only stores a single S1 and single S2 peak, so we lose information about multiple coincidence/scatters.
@jhowl01, @mcfatelin: Can this be expanded to store the arrays of peaks (in both Pickle and ROOT formats)?
(Note this is another workaround to @JelleAalbers's suggestions here: https://github.com/XENON1T/pax/pull/453)
Fixed by #7
Current conversion/flattening of fax truth information into event-by-event format (from peak-by-peak):
https://github.com/XENON1T/processing/blob/master/montecarlo/fax_waveform/TruthSorting.py
only stores a single S1 and single S2 peak, so we lose information about multiple coincidence/scatters.
@jhowl01, @mcfatelin: Can this be expanded to store the arrays of peaks (in both Pickle and ROOT formats)?
(Note this is another workaround to @JelleAalbers's suggestions here: https://github.com/XENON1T/pax/pull/453)