]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/FLOW/macros/runFlowAnalysis.C
Added class AliFlowEvent, inherits from AliFlowEventSimple.
[u/mrichter/AliRoot.git] / PWG2 / FLOW / macros / runFlowAnalysis.C
index 4be845d82d31bd27d9aeb14b73839672713b88aa..7e428a1daa597c8a610f0dbe79064f1ffa93b12d 100644 (file)
@@ -10,6 +10,7 @@
 #include <AliFlowCommon/AliFlowCumuConstants.h>
 #include <AliFlowCommon/AliFlowVector.h>
 #include <AliFlowCommon/AliFlowTrackSimple.h>
+#include <AliFlowCommon/AliFlowEvent.h>
 #include <AliFlowCommon/AliFlowEventSimple.h>
 #include <AliFlowCommon/AliFlowTrackSimpleCuts.h>
 #include <AliFlowCommon/AliFlowCommonHist.h>
@@ -617,7 +618,8 @@ void LoadLibraries(const anaModes mode) {
     
     // Flow event
     gROOT->LoadMacro("AliFlowCommon/AliFlowVector.cxx+"); 
-    gROOT->LoadMacro("AliFlowCommon/AliFlowTrackSimple.cxx+");    
+    gROOT->LoadMacro("AliFlowCommon/AliFlowTrackSimple.cxx+");
+    gROOT->LoadMacro("AliFlowCommon/AliFlowEvent.cxx+");
     gROOT->LoadMacro("AliFlowCommon/AliFlowEventSimple.cxx+");
     
     // Cuts