mlreco.post_processing.analysis.stopping_muons module

mlreco.post_processing.analysis.stopping_muons.stopping_muons(cfg, module_cfg, data_blob, res, logdir, iteration, data_idx=None, seg_label=None, seg_prediction=None, particles_asis=None, clust_data=None, input_data=None, particles=None, particles_seg=None, **kwargs)[source]

Find stopping muons for calibration purpose (dE/dx).

Parameters
  • data_blob (dict) – The input data dictionary from iotools.

  • res (dict) – The output of the network, formatted using analysis_keys.

  • cfg (dict) – Configuration.

  • logdir (string) – Path to folder where CSV logs can be stored.

  • iteration (int) – Current iteration number.

Notes

N/A.