diff --git a/Documentation/Examples/em_shower.cc b/Documentation/Examples/em_shower.cc index 7a5d15dbb4c2d0177727fbad96760bf3973b1a83..e36dae16474cac91190131b2e62383405ab39f1f 100644 --- a/Documentation/Examples/em_shower.cc +++ b/Documentation/Examples/em_shower.cc @@ -174,8 +174,8 @@ int main(int argc, char** argv) { em_continuous.Reset(); auto const hists = proposalCounted.GetHistogram(); - hists.saveLab("inthist_lab.txt"); - hists.saveCMS("inthist_cms.txt"); + hists.saveLab("inthist_lab.npz"); + hists.saveCMS("inthist_cms.npz"); longprof.save("longprof.txt");