]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
improved feeddown paramaterisation
authorhanratty <hanratty@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 23 Apr 2013 15:56:12 +0000 (15:56 +0000)
committerhanratty <hanratty@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 23 Apr 2013 15:56:12 +0000 (15:56 +0000)
PWGLF/STRANGENESS/LambdaK0PbPb/SpectraV0CutVariations.C

index 135bbae5893e25dd8a3b1f4089848215d831bdbe..e32a2dff5c6fc7e1810aeb977eb4f985965418b9 100644 (file)
@@ -258,7 +258,7 @@ void RawYields(Float_t cMin, Float_t cMax, TString centr) {
 
 Double_t fd(Double_t x) {
   //Effective FD correction
-  return 0.1619 + 0.05295*x - 0.01749*x*x + 0.001425*x*x*x - 3.446e-05*x*x*x*x;
+   return 0.219901 + 0.0322588*x - 0.0173934*x*x + 0.00179039*x*x*x - 5.67881e-05*x*x*x*x;
 }
 
 void Spectra(TString centr) {