]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STAT/TStatToolkit.h
fixing typo.
[u/mrichter/AliRoot.git] / STAT / TStatToolkit.h
index 9c6650aebbbc0443a10a439b29c2a5be6999626a..d143b5cd39014ff06181e7f56189e0bcbca0c7b8 100644 (file)
@@ -1,4 +1,4 @@
-#ifndef ALIMATHBASE_H
+#ifndef TSTATTOOLKIT_H
 #define TSTATTOOLKIT_H
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
@@ -42,7 +42,7 @@ class TStatToolkit : public TObject
   //
   // Fitting function
   //
-  static TString* FitPlane(TTree * tree, const char* drawCommand, const char* formula, const char* cuts, Double_t & chi2, Int_t &npoints,  TVectorD &fitParam, TMatrixD &covMatrix, Float_t frac=-1, Int_t start=0, Int_t stop=10000000);
+  static TString* FitPlane(TTree * tree, const char* drawCommand, const char* formula, const char* cuts, Double_t & chi2, Int_t &npoints,  TVectorD &fitParam, TMatrixD &covMatrix, Float_t frac=-1, Int_t start=0, Int_t stop=10000000, Bool_t fix0=kFALSE);