diff options
author | tlatorre <tlatorre@uchicago.edu> | 2019-07-29 12:39:07 -0500 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2019-07-29 12:39:07 -0500 |
commit | a0c02b69c718b90b902f2445ce47c5fb1d55767e (patch) | |
tree | 6615fd8806a1cce46cf547d0427679f182ff6878 /src/fit.c | |
parent | 1c8051e72f3c00384cb3e5b07d22b325ddcd2273 (diff) | |
download | sddm-a0c02b69c718b90b902f2445ce47c5fb1d55767e.tar.gz sddm-a0c02b69c718b90b902f2445ce47c5fb1d55767e.tar.bz2 sddm-a0c02b69c718b90b902f2445ce47c5fb1d55767e.zip |
write out the hdf5 file after every fit
Diffstat (limited to 'src/fit.c')
-rw-r--r-- | src/fit.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6285,6 +6285,8 @@ skip_mc: hdf5_fits[nfits].psi = fmin-fmin_best; nfits++; } + + if (output) save_output(output, hdf5_events, nevents, hdf5_mcgn, nmcgn, hdf5_fits, nfits); } } |