]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSRawDecoderv1.h
3-par fitting for better quality estimate
[u/mrichter/AliRoot.git] / PHOS / AliPHOSRawDecoderv1.h
index 8d3bd6a4606e47d5ac8f32fa89ebedbd4924cca4..1d2d275ce6190e6945bb942ae461b66f0ecaa71e 100644 (file)
@@ -27,7 +27,7 @@ public:
 
   virtual Bool_t NextDigit();
 
-  static Double_t Gamma2(Double_t dt,Double_t en,TArrayD * fitparams) ; // Shape of correct sample
+  static Double_t Gamma2(Double_t dt,Double_t en,Double_t b,TArrayD * fitparams) ; // Shape of correct sample
                                                  //class member function (not object member function)
   static void UnfoldingChiSquare(Int_t & nPar, Double_t * Grad, Double_t & fret, Double_t * x, Int_t iflag)  ;
                                             // Chi^2 of the fit. Should be static to be passed to MINUIT