X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PWG2%2FlibPWG2flow.pkg;h=ea6afe7d25cf2edc13e41e426d3e463381f562d1;hb=e230fe2d4577dc935d73ad0c67768d06da07fd4e;hp=9042f5df97e3e73ffff926444896bd575684c13f;hpb=da5aa0a03cdd3fb87a03d9f3b6267c75ea8a08a2;p=u%2Fmrichter%2FAliRoot.git diff --git a/PWG2/libPWG2flow.pkg b/PWG2/libPWG2flow.pkg index 9042f5df97e..ea6afe7d25c 100644 --- a/PWG2/libPWG2flow.pkg +++ b/PWG2/libPWG2flow.pkg @@ -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)