Neutron-Calibration-in-DUNE / Arrakis

LArSoft module for creating training data for ML tasks.
GNU General Public License v3.0
0 stars 0 forks source link

Add edep output for 3d reco #9

Open infophysics opened 1 year ago

infophysics commented 1 year ago

How should we do this? Do we want exact locations (x,y,z) of energy depositions, or should we voxelize the TPC space according to the channel/time resolution? Maybe allow options for both? Do we also want maps from each edep to a hit and vice-versa?

infophysics commented 1 year ago

Added preliminary edep point clouds to Arrakis. Need to fix the edep<->detsim function so that we can associate each detsim with an edep and vice versa. Should this map be one-to-one? or many-to-many?