XENON1T / processing

Processing scripts for XENON data
Apache License 2.0
0 stars 4 forks source link

Arrays in fax truth info adapter #6

Closed pdeperio closed 7 years ago

pdeperio commented 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)

pdeperio commented 7 years ago

Fixed by #7