]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
added few methods to draw results
authorfnoferin <fnoferin@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 22 Apr 2013 10:01:30 +0000 (10:01 +0000)
committerfnoferin <fnoferin@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 22 Apr 2013 10:01:30 +0000 (10:01 +0000)
PWGCF/FLOW/blastwave/fitblastwave.C

index 4af1f13d6e307c2b153f487954634cc1d83ae187..2d98595cb3ede990e5b2015bc2b4a4d063eb3fa2 100644 (file)
@@ -744,8 +744,18 @@ LoadLib(){
   gSystem->Load("libPWGCFflowBW.so");
   kLoaded = kTRUE;
 
-  gROOT->LoadMacro("v2All.C");
-//   kStat=0;
+  Int_t check = gROOT->LoadMacro("v2All.C");
+  
+  printf("INSTRUCTIONS:\n");
+  printf("official results in txt format in v2 paper svn repo (in case of problem ask to Carlos Perez)\n");
+  printf("notice that v2s for pi, K and p are read in txt format assuming that the values are in ./v2/ dir\n");
+  printf("pi, K and p spectra are read from root file for blastwave fit\n");
+  printf("other species v2s are loaded from v2All.C macro\n");
+  printf("v2All.C available in https://twiki.cern.ch/twiki/bin/viewauth/ALICE/FlowPAGQM2012talkIdentified\n\n");
+  if(check){
+    printf("press enter to continue\n");
+    getchar();
+  }
 }