(1) added cleaninstall to Makefile.PMusr, (2) some minor changes in PMusrCanvas (towards showing difference between data and theory), (3) a very experimental inital guess of N0's for single histogram fits which should help minuit

This commit is contained in:
nemu
2008-08-20 12:20:18 +00:00
parent d4ee3197af
commit b48ec8515e
4 changed files with 33 additions and 0 deletions

View File

@@ -141,6 +141,7 @@ class PMusrCanvas : public TObject, public TQObject
private:
Bool_t fValid;
Bool_t fDifferencePlot; /// flag showing is a difference plot is shown
Int_t fPlotNumber;
TStyle *fStyle;