]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
use the libPWG2flow
authorsnelling <snelling@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 21 May 2008 15:54:39 +0000 (15:54 +0000)
committersnelling <snelling@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 21 May 2008 15:54:39 +0000 (15:54 +0000)
PWG2/FLOW/macros/runAliAnalysisTaskFlow.C
PWG2/FLOW/macros/runAliAnalysisTaskLYZEventPlane.C
PWG2/FLOW/macros/runAliAnalysisTaskMCEventPlane.C
PWG2/FLOW/macros/runAliAnalysisTaskScalarProduct.C

index 1bfa3688485f8b90a3478a92657474b51108099a..5573db79b50526e462f70c063d7747e1bbe48ad0 100644 (file)
@@ -4,7 +4,7 @@ void LookupWrite(TChain* chain, const char* target) ;
 
 
 
-void runAliAnalysisTaskFlow(Int_t nRuns = 2, TString type = "ESD", Bool_t firstrun = kTRUE, Bool_t usesum = kTRUE, const Char_t* dataDir="/data/alice1/kolk/TherminatorFIX/", Int_t offset = 0) 
+void runAliAnalysisTaskFlow(Int_t nRuns = 2, TString type = "ESD", Bool_t firstrun = kTRUE, Bool_t usesum = kTRUE, const Char_t* dataDir="/Users/snelling/alice_data/TherminatorFIX", Int_t offset = 0) 
 {
   TStopwatch timer;
   timer.Start();
index 890d7bb69f2546f2b59ba08e5b0ad68bd38cf8ce..fbef92cc1592e90b469e7f5408fc700d99a8ad56 100644 (file)
@@ -4,7 +4,7 @@ void LookupWrite(TChain* chain, const char* target) ;
 
 
 
-void runAliAnalysisTaskLYZEventPlane(Int_t nRuns = 2, TString type = "ESD", const Char_t* dataDir="/data/alice1/kolk/TherminatorFIX/", Int_t offset = 0) 
+void runAliAnalysisTaskLYZEventPlane(Int_t nRuns = 2, TString type = "ESD", const Char_t* dataDir="/Users/snelling/alice_data/TherminatorFIX", Int_t offset = 0) 
 {
   TStopwatch timer;
   timer.Start();
@@ -19,19 +19,19 @@ void runAliAnalysisTaskLYZEventPlane(Int_t nRuns = 2, TString type = "ESD", cons
   cerr<<"libESD loaded..."<<endl;
   gSystem->Load("libANALYSIS.so");
   cerr<<"libANALYSIS.so loaded..."<<endl;
-  //gSystem->Load("libPWG2flow.so");
+  gSystem->Load("libPWG2flow.so");
   
-  gROOT->LoadMacro("AliFlowLYZConstants.cxx+");
-  gROOT->LoadMacro("AliFlowCommonConstants.cxx+");
-  gROOT->LoadMacro("AliFlowVector.cxx+");
-  gROOT->LoadMacro("AliFlowTrackSimple.cxx+");
-  gROOT->LoadMacro("AliFlowEventSimple.cxx+");
-  gROOT->LoadMacro("AliFlowEventSimpleMaker.cxx+");
-  gROOT->LoadMacro("AliFlowCommonHist.cxx+");
-  gROOT->LoadMacro("AliFlowCommonHistResults.cxx+");
-  gROOT->LoadMacro("AliFlowLYZEventPlane.cxx+");
-  gROOT->LoadMacro("AliFlowAnalysisWithLYZEventPlane.cxx+"); 
-  gROOT->LoadMacro("AliAnalysisTaskLYZEventPlane.cxx+");
+  //  gROOT->LoadMacro("AliFlowLYZConstants.cxx+");
+  //  gROOT->LoadMacro("AliFlowCommonConstants.cxx+");
+  //  gROOT->LoadMacro("AliFlowVector.cxx+");
+  //  gROOT->LoadMacro("AliFlowTrackSimple.cxx+");
+  //  gROOT->LoadMacro("AliFlowEventSimple.cxx+");
+  //  gROOT->LoadMacro("AliFlowEventSimpleMaker.cxx+");
+  //  gROOT->LoadMacro("AliFlowCommonHist.cxx+");
+  //  gROOT->LoadMacro("AliFlowCommonHistResults.cxx+");
+  //  gROOT->LoadMacro("AliFlowLYZEventPlane.cxx+");
+  //  gROOT->LoadMacro("AliFlowAnalysisWithLYZEventPlane.cxx+"); 
+  //  gROOT->LoadMacro("AliAnalysisTaskLYZEventPlane.cxx+");
 
   // create the TChain. CreateESDChain() is defined in CreateESDChain.C
   TChain* chain = CreateESDChain(dataDir, nRuns, offset);
index ffad01a4e7324ecc052d7f31c573f4748edb3d26..e19b09f8cc8b2cc5830117e4a12c6e67a2b4a051 100644 (file)
@@ -4,7 +4,7 @@ void LookupWrite(TChain* chain, const char* target) ;
 
 
 
-void runAliAnalysisTaskMCEventPlane(Int_t nRuns = 2, TString type = "MC", const Char_t* dataDir="/data/alice1/kolk/TherminatorFIX", Int_t offset = 0) 
+void runAliAnalysisTaskMCEventPlane(Int_t nRuns = 2, TString type = "MC", const Char_t* dataDir="/Users/snelling/alice_data/TherminatorFIX", Int_t offset = 0) 
 
 {
   TStopwatch timer;
@@ -20,17 +20,17 @@ void runAliAnalysisTaskMCEventPlane(Int_t nRuns = 2, TString type = "MC", const
   cerr<<"libESD loaded..."<<endl;
   gSystem->Load("libANALYSIS.so");
   cerr<<"libANALYSIS.so loaded..."<<endl;
-  //gSystem->Load("libPWG2flow.so");
+  gSystem->Load("libPWG2flow.so");
   
-  gROOT->LoadMacro("AliFlowCommonConstants.cxx+");
-  gROOT->LoadMacro("AliFlowVector.cxx+");
-  gROOT->LoadMacro("AliFlowTrackSimple.cxx+");
-  gROOT->LoadMacro("AliFlowEventSimple.cxx+");
-  gROOT->LoadMacro("AliFlowEventSimpleMaker.cxx+");
-  gROOT->LoadMacro("AliFlowCommonHist.cxx+");
-  gROOT->LoadMacro("AliFlowCommonHistResults.cxx+");
-  gROOT->LoadMacro("AliFlowAnalysisWithMCEventPlane.cxx+"); 
-  gROOT->LoadMacro("AliAnalysisTaskMCEventPlane.cxx+");
+  //  gROOT->LoadMacro("AliFlowCommonConstants.cxx+");
+  //  gROOT->LoadMacro("AliFlowVector.cxx+");
+  //  gROOT->LoadMacro("AliFlowTrackSimple.cxx+");
+  //  gROOT->LoadMacro("AliFlowEventSimple.cxx+");
+  //  gROOT->LoadMacro("AliFlowEventSimpleMaker.cxx+");
+  //  gROOT->LoadMacro("AliFlowCommonHist.cxx+");
+  //  gROOT->LoadMacro("AliFlowCommonHistResults.cxx+");
+  //  gROOT->LoadMacro("AliFlowAnalysisWithMCEventPlane.cxx+"); 
+  //  gROOT->LoadMacro("AliAnalysisTaskMCEventPlane.cxx+");
 
   // create the TChain. CreateESDChain() is defined in CreateESDChain.C
   TChain* chain = CreateESDChain(dataDir, nRuns, offset);
index a37aed0fd34ab069e26e356a51ecef345d0143c7..963d41b8b068a32efd320025381168ba8740bd77 100644 (file)
@@ -4,7 +4,7 @@ void LookupWrite(TChain* chain, const char* target) ;
 
 
 
-void runAliAnalysisTaskScalarProduct(Int_t nRuns = 2, TString type = "ESD", const Char_t* dataDir="/data/alice1/kolk/TherminatorFIX/", Int_t offset = 0) 
+void runAliAnalysisTaskScalarProduct(Int_t nRuns = 2, TString type = "ESD", const Char_t* dataDir="/Users/snelling/alice_data/TherminatorFIX", Int_t offset = 0) 
 
 {
   TStopwatch timer;
@@ -20,16 +20,17 @@ void runAliAnalysisTaskScalarProduct(Int_t nRuns = 2, TString type = "ESD", cons
   cerr<<"libESD loaded..."<<endl;
   gSystem->Load("libANALYSIS.so");
   cerr<<"libANALYSIS.so loaded..."<<endl;
+  gSystem->Load("libPWG2flow.so");
   
-  gROOT->LoadMacro("AliFlowCommonConstants.cxx+");
-  gROOT->LoadMacro("AliFlowVector.cxx+");
-  gROOT->LoadMacro("AliFlowTrackSimple.cxx+");
-  gROOT->LoadMacro("AliFlowEventSimple.cxx+");
-  gROOT->LoadMacro("AliFlowEventSimpleMaker.cxx+");
-  gROOT->LoadMacro("AliFlowCommonHist.cxx+");
+  //  gROOT->LoadMacro("AliFlowCommonConstants.cxx+");
+  //  gROOT->LoadMacro("AliFlowVector.cxx+");
+  //  gROOT->LoadMacro("AliFlowTrackSimple.cxx+");
+  //  gROOT->LoadMacro("AliFlowEventSimple.cxx+");
+  //  gROOT->LoadMacro("AliFlowEventSimpleMaker.cxx+");
+  //  gROOT->LoadMacro("AliFlowCommonHist.cxx+");
   //gROOT->LoadMacro("AliFlowCommonHistResults.cxx+");
-  gROOT->LoadMacro("AliFlowAnalysisWithScalarProduct.cxx+"); 
-  gROOT->LoadMacro("AliAnalysisTaskScalarProduct.cxx+");
+  //  gROOT->LoadMacro("AliFlowAnalysisWithScalarProduct.cxx+"); 
+  //  gROOT->LoadMacro("AliAnalysisTaskScalarProduct.cxx+");
 
   // create the TChain. CreateESDChain() is defined in CreateESDChain.C
   TChain* chain = CreateESDChain(dataDir, nRuns, offset);