]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/libPWG2flow.pkg
Fixes to compile with gcc 4.3.0
[u/mrichter/AliRoot.git] / PWG2 / libPWG2flow.pkg
index 9042f5df97e3e73ffff926444896bd575684c13f..ea6afe7d25cf2edc13e41e426d3e463381f562d1 100644 (file)
@@ -1,12 +1,23 @@
-SRCS= FLOW/AliFlowEvent.cxx \
-      FLOW/AliFlowTrack.cxx \
-      FLOW/AliFlowConstants.cxx \
-      FLOW/AliFlowV0.cxx \
-      FLOW/AliFlowSelection.cxx \
-      FLOW/AliFlowAnalyser.cxx \
-      FLOW/AliFlowMaker.cxx \
-      FLOW/AliFlowKineMaker.cxx \
-      FLOW/AliFlowWeighter.cxx 
+SRCS= FLOW/AliFlowEventSimple.cxx \
+      FLOW/AliFlowTrackSimple.cxx \
+      FLOW/AliFlowCommonConstants.cxx \
+      FLOW/AliFlowLYZConstants.cxx \
+      FLOW/AliFlowCumuConstants.cxx \
+      FLOW/AliFlowCommonHist.cxx \
+      FLOW/AliFlowCommonHistResults.cxx \
+      FLOW/AliFlowLYZHist1.cxx \
+      FLOW/AliFlowLYZHist2.cxx \
+      FLOW/AliFlowVector.cxx \
+      FLOW/AliFlowLYZEventPlane.cxx \
+      FLOW/AliFlowEventSimpleMaker.cxx \
+      FLOW/AliFlowAnalysisWithMCEventPlane.cxx \
+      FLOW/AliFlowAnalysisWithLYZEventPlane.cxx \
+      FLOW/AliFlowAnalysisWithLeeYangZeros.cxx \
+      FLOW/AliFlowAnalysisWithCumulants.cxx \
+      FLOW/AliAnalysisTaskMCEventPlane.cxx \
+      FLOW/AliAnalysisTaskLYZEventPlane.cxx \
+      FLOW/AliAnalysisTaskLeeYangZeros.cxx             
+       
 
 HDRS= $(SRCS:.cxx=.h)