]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/FLOW/macros/CompareFlowResults.C
reorganized a bit
[u/mrichter/AliRoot.git] / PWG2 / FLOW / macros / CompareFlowResults.C
index eed800e0440f42cb60f9a6688f947e1e84118a81..a3e3ff14cd155bab2f79062f71e46b6e614adbe6 100644 (file)
@@ -2,17 +2,22 @@
 //const TString type = "ESD"; 
 void CompareFlowResults(TString type="ESD")
 {
-  gSystem->AddIncludePath("-I$ALICE_ROOT/include");
-  gSystem->AddIncludePath("-I$ROOTSYS/include");
-  
   //load needed libraries:
+  gSystem->AddIncludePath("-I$ROOTSYS/include");
   gSystem->Load("libTree.so");
+
+  // for AliRoot
+  gSystem->AddIncludePath("-I$ALICE_ROOT/include");
   gSystem->Load("libANALYSIS.so");
   gSystem->Load("libPWG2flow.so");
   cerr<<"libPWG2flow.so loaded ..."<<endl;
-  cout<<endl;
-  
   
+  // for root load histrogram classes
+  // output histosgrams
+  //  gROOT->LoadMacro("code/AliFlowCommonHist.cxx+");
+  //  gROOT->LoadMacro("code/AliFlowCommonHistResults.cxx+");
+  //  gROOT->LoadMacro("code/AliFlowLYZHist1.cxx+");
+  //  gROOT->LoadMacro("code/AliFlowLYZHist2.cxx+");  
   
   
   //==================================================================================