]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
also working locally in root
authorsnelling <snelling@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 1 Feb 2010 12:54:06 +0000 (12:54 +0000)
committersnelling <snelling@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 1 Feb 2010 12:54:06 +0000 (12:54 +0000)
PWG2/FLOW/macros/redoFinish.C

index 71a634654b65c85e6d1dd9b9e14e4a8a2184ba55..376e17780bdf55b8b1abb24c4ba822f7e9df0b30 100644 (file)
@@ -240,11 +240,24 @@ void LoadLibrariesRF(const libModes mode) {
     // Cuts
     gROOT->LoadMacro("AliFlowCommon/AliFlowTrackSimpleCuts.cxx+");    
     
-    // Output histosgrams
+    // Output histograms
     gROOT->LoadMacro("AliFlowCommon/AliFlowCommonHist.cxx+");
     gROOT->LoadMacro("AliFlowCommon/AliFlowCommonHistResults.cxx+");
     gROOT->LoadMacro("AliFlowCommon/AliFlowLYZHist1.cxx+");
     gROOT->LoadMacro("AliFlowCommon/AliFlowLYZHist2.cxx+");
+    
+    // Functions needed for various methods
+    gROOT->LoadMacro("AliFlowCommon/AliCumulantsFunctions.cxx+");
+    gROOT->LoadMacro("AliFlowCommon/AliFlowLYZEventPlane.cxx+");
+    
+    // Flow Analysis code for various methods
+    gROOT->LoadMacro("AliFlowCommon/AliFlowAnalysisWithMCEventPlane.cxx+"); 
+    gROOT->LoadMacro("AliFlowCommon/AliFlowAnalysisWithScalarProduct.cxx+");
+    gROOT->LoadMacro("AliFlowCommon/AliFlowAnalysisWithLYZEventPlane.cxx+");
+    gROOT->LoadMacro("AliFlowCommon/AliFlowAnalysisWithLeeYangZeros.cxx+");
+    gROOT->LoadMacro("AliFlowCommon/AliFlowAnalysisWithCumulants.cxx+");
+    gROOT->LoadMacro("AliFlowCommon/AliFlowAnalysisWithQCumulants.cxx+"); 
+    gROOT->LoadMacro("AliFlowCommon/AliFlowAnalysisWithFittingQDistribution.cxx+");
        
     cout << "finished loading macros!" << endl;