]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/FLOW/macros/runFlowAnalysis.C
modifications to also run standalone in root
[u/mrichter/AliRoot.git] / PWG2 / FLOW / macros / runFlowAnalysis.C
index 0335c4de67e5840c934b612c56767e6d8a4737f1..1657e1e3d0413f723e9093ca3a182240cd640df2 100644 (file)
@@ -226,7 +226,7 @@ int runFlowAnalysis(Int_t mode=mLocal, Int_t aRuns = 100, const char*
   //------------------------------------------------------------------------
   
   
-  //standard code
+  //standard code to read files in directory
   Int_t fCount = 0;
   TString execDir(gSystem->pwd());
   TString targetDir(dir);
@@ -319,6 +319,7 @@ int runFlowAnalysis(Int_t mode=mLocal, Int_t aRuns = 100, const char*
              //fill and save the flow event          
              AliFlowEventSimple *fEvent = fEventMaker->FillTracks(kTree, cutsInt, cutsDiff); 
                            
+             // do flow analysis for various methods
              if(MCEP) mcep->Make(fEvent);
              if(QC) qc->Make(fEvent);
              if(GFC) gfc->Make(fEvent);