]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/RESONANCES/AliRsnFitResult.h
Added the possibility to define variable bins in output histograms.
[u/mrichter/AliRoot.git] / PWG2 / RESONANCES / AliRsnFitResult.h
index bcf7f8790075c57cea1710db0839c5d093af61d8..e5a917a63006cfd65b22a774f3102c39f14374eb 100644 (file)
@@ -52,6 +52,7 @@ class AliRsnFitResult : public TNamed
     Double_t NormLinear(Double_t *x, Double_t *par);
     Double_t NormBreitWigner(Double_t *x, Double_t *par);
     Double_t NormGaus(Double_t *x, Double_t *par);
+    
     Double_t Signal(Double_t *x, Double_t *par);
     Double_t Background(Double_t *x, Double_t *par);
     Double_t Sum(Double_t *x, Double_t *par);
@@ -73,7 +74,7 @@ class AliRsnFitResult : public TNamed
     Double_t         fPeakRange[2];        // peak fit range
     Double_t         fFitResult[kValues];  // array of fit results
     
-    TH1F            *fHistogram;           // histogram to be fitted
+    TH1D            *fHistogram;           // histogram to be fitted
     TF1             *fSignalFcn;           // function for signal
     TF1             *fBackgroundFcn;       // function for background
     TF1             *fSumFcn;              // total function