X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PWG2%2FRESONANCES%2FAliRsnFitResult.h;fp=PWG2%2FRESONANCES%2FAliRsnFitResult.h;h=e5a917a63006cfd65b22a774f3102c39f14374eb;hb=b2b08ca2cbe63664defdeb39cd81d657b6d8bef1;hp=bcf7f8790075c57cea1710db0839c5d093af61d8;hpb=72d18508540d75308c163f5faa32665cd26ebd04;p=u%2Fmrichter%2FAliRoot.git diff --git a/PWG2/RESONANCES/AliRsnFitResult.h b/PWG2/RESONANCES/AliRsnFitResult.h index bcf7f879007..e5a917a6300 100644 --- a/PWG2/RESONANCES/AliRsnFitResult.h +++ b/PWG2/RESONANCES/AliRsnFitResult.h @@ -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