Fix a crash in the finalisation of the histograms
For some reason, in master now, root crashes in TH1::Fit(). The histogram is fine, the fit is fine, but root crashes. Probably some memory issue behind the scenes when tryoing to use the root Gaussian function, so get round this by just using the mean and rms and avoid calling TH1::Fit() at all.
Edited by Mark Sutton