]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/libPWG2flowCommon.pkg
Bugfix: swapped event-preprocessing and computations execution
[u/mrichter/AliRoot.git] / PWG2 / libPWG2flowCommon.pkg
index 03b0261069aa131a01b30b9a08bbce6dd0bf86a6..610a710ce25ddb95e21285702cc2eedf56066adf 100644 (file)
@@ -2,11 +2,16 @@
 
 SRCS= FLOW/AliFlowCommon/AliFlowEventSimple.cxx \
       FLOW/AliFlowCommon/AliFlowTrackSimple.cxx \
+      FLOW/AliFlowCommon/AliStarTrack.cxx \
+      FLOW/AliFlowCommon/AliStarEvent.cxx \
+      FLOW/AliFlowCommon/AliStarTrackCuts.cxx \
+      FLOW/AliFlowCommon/AliStarEventCuts.cxx \
+      FLOW/AliFlowCommon/AliFlowEventStar.cxx \
+      FLOW/AliFlowCommon/AliStarEventReader.cxx \
       FLOW/AliFlowCommon/AliFlowTrackSimpleCuts.cxx \
       FLOW/AliFlowCommon/AliFlowVector.cxx \
       FLOW/AliFlowCommon/AliFlowCommonConstants.cxx \
       FLOW/AliFlowCommon/AliFlowLYZConstants.cxx \
-      FLOW/AliFlowCommon/AliFlowCumuConstants.cxx \
       FLOW/AliFlowCommon/AliFlowEventSimpleMakerOnTheFly.cxx \
       FLOW/AliFlowCommon/AliFlowCommonHist.cxx \
       FLOW/AliFlowCommon/AliFlowCommonHistResults.cxx \
@@ -19,9 +24,9 @@ SRCS= FLOW/AliFlowCommon/AliFlowEventSimple.cxx \
       FLOW/AliFlowCommon/AliFlowAnalysisWithLeeYangZeros.cxx \
       FLOW/AliFlowCommon/AliFlowAnalysisWithCumulants.cxx \
       FLOW/AliFlowCommon/AliFlowAnalysisWithQCumulants.cxx \
-      FLOW/AliFlowCommon/AliCumulantsFunctions.cxx \
       FLOW/AliFlowCommon/AliFlowAnalysisWithFittingQDistribution.cxx \
-      FLOW/AliFlowCommon/AliFlowAnalysisWithMixedHarmonics.cxx 
+      FLOW/AliFlowCommon/AliFlowAnalysisWithMixedHarmonics.cxx \
+      FLOW/AliFlowCommon/AliFlowAnalysisWithNestedLoops.cxx
 
 HDRS= $(SRCS:.cxx=.h)