]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
update of integrated flow macro
authorfnoferin <fnoferin@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 12 Apr 2013 13:35:31 +0000 (13:35 +0000)
committerfnoferin <fnoferin@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 12 Apr 2013 13:35:31 +0000 (13:35 +0000)
PWGCF/FLOW/blastwave/fitblastwave.C

index 71a2d7071c5fb594ed49b448f6c8c0a539cf203b..d636815f0f9fb97f0700ca0089cf13a63f9e816d 100644 (file)
@@ -211,7 +211,7 @@ TGraphAsymmErrors *GetGraph(const char *filename){
     v2[np] = y;
     v2errLow[np] = TMath::Sqrt(/*statLow*statLow +*/ systLow*systLow);
     v2errHigh[np] = TMath::Sqrt(/*statHigh*statHigh +*/ systHigh*systHigh);
-    np++;
+    if(x > 0.2 && x < 6.0) np++;
   }
   fclose(f);