Function larflow::reco::cluster_dump2jsonfile

Function Documentation

void larflow::reco::cluster_dump2jsonfile(const std::vector<cluster_t> &cluster_v, std::string outfilename)

dump cluster_t contents into a json file for debugging

Parameters
  • cluster_v: Clusters to dumpout.
  • outfilename: Path to the file we write to.