mlreco.post_processing.analysis.through_muons module¶
-
mlreco.post_processing.analysis.through_muons.through_muons(cfg, module_cfg, data_blob, res, logdir, iteration, **kwargs)[source]¶ Find through-going muons for detector calibration purpose.
- 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.