]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGCF/FLOW/macros/fqd.C
Moving/split PWG2/FLOW to PWGCF/FLOW, PWG/FLOW/Base, PWG/FLOW/Tasks, PWG/Glauber
[u/mrichter/AliRoot.git] / PWGCF / FLOW / macros / fqd.C
similarity index 93%
rename from PWG2/FLOW/macros/fqd.C
rename to PWGCF/FLOW/macros/fqd.C
index f1a2e67782fa575f5d2b1b04b63720cc1587a9d1..db0b639b109f08a751d31a5edf867a63c3e230f2 100644 (file)
@@ -256,8 +256,8 @@ void LoadLibrariesFQD(const libModes mode) {
   // for AliRoot
   gSystem->AddIncludePath("-I$ALICE_ROOT/include");
   gSystem->Load("libANALYSIS.so");
-  gSystem->Load("libPWG2flowCommon.so");
-  cerr<<"libPWG2flowCommon.so loaded ..."<<endl;
+  gSystem->Load("libPWGflowBase.so");
+  cerr<<"libPWGflowBase.so loaded ..."<<endl;
   
   }
   
@@ -266,20 +266,20 @@ void LoadLibrariesFQD(const libModes mode) {
     // In root inline compile
   
     // Constants  
-    gROOT->LoadMacro("AliFlowCommon/AliFlowCommonConstants.cxx+");
-    gROOT->LoadMacro("AliFlowCommon/AliFlowLYZConstants.cxx+");
+    gROOT->LoadMacro("BaseAliFlowCommonConstants.cxx+");
+    gROOT->LoadMacro("BaseAliFlowLYZConstants.cxx+");
     
     // Flow event
-    gROOT->LoadMacro("AliFlowCommon/AliFlowVector.cxx+"); 
-    gROOT->LoadMacro("AliFlowCommon/AliFlowTrackSimple.cxx+");    
-    gROOT->LoadMacro("AliFlowCommon/AliFlowTrackSimpleCuts.cxx+");    
-    gROOT->LoadMacro("AliFlowCommon/AliFlowEventSimple.cxx+");
+    gROOT->LoadMacro("BaseAliFlowVector.cxx+"); 
+    gROOT->LoadMacro("BaseAliFlowTrackSimple.cxx+");    
+    gROOT->LoadMacro("BaseAliFlowTrackSimpleCuts.cxx+");    
+    gROOT->LoadMacro("BaseAliFlowEventSimple.cxx+");
     
     // Output histosgrams
-    gROOT->LoadMacro("AliFlowCommon/AliFlowCommonHist.cxx+");
-    gROOT->LoadMacro("AliFlowCommon/AliFlowCommonHistResults.cxx+");
-    gROOT->LoadMacro("AliFlowCommon/AliFlowLYZHist1.cxx+");
-    gROOT->LoadMacro("AliFlowCommon/AliFlowLYZHist2.cxx+");
+    gROOT->LoadMacro("BaseAliFlowCommonHist.cxx+");
+    gROOT->LoadMacro("BaseAliFlowCommonHistResults.cxx+");
+    gROOT->LoadMacro("BaseAliFlowLYZHist1.cxx+");
+    gROOT->LoadMacro("BaseAliFlowLYZHist2.cxx+");
        
     cout << "finished loading macros!" << endl;