]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG/CMakelibPWGflowBase.pkg
make ptmin setteable
[u/mrichter/AliRoot.git] / PWG / CMakelibPWGflowBase.pkg
index 878024ce7ea6cc893eacca7054a725f978ccd187..0d3c0e4f72d7dafe4783467c5317c811072ae9b8 100644 (file)
@@ -35,6 +35,7 @@ set ( SRCS
       FLOW/Base/AliFlowEventStar.cxx 
       FLOW/Base/AliStarEventReader.cxx 
       FLOW/Base/AliFlowTrackSimpleCuts.cxx 
+      FLOW/Base/AliFlowEventSimpleCuts.cxx
       FLOW/Base/AliFlowVector.cxx 
       FLOW/Base/AliFlowCommonConstants.cxx 
       FLOW/Base/AliFlowLYZConstants.cxx 
@@ -44,6 +45,7 @@ set ( SRCS
       FLOW/Base/AliFlowLYZHist1.cxx 
       FLOW/Base/AliFlowLYZHist2.cxx 
       FLOW/Base/AliFlowLYZEventPlane.cxx 
+      FLOW/Base/AliFlowAnalysis.cxx 
       FLOW/Base/AliFlowAnalysisWithScalarProduct.cxx 
       FLOW/Base/AliFlowAnalysisWithMCEventPlane.cxx 
       FLOW/Base/AliFlowAnalysisWithLYZEventPlane.cxx 
@@ -53,9 +55,8 @@ set ( SRCS
       FLOW/Base/AliFlowAnalysisWithFittingQDistribution.cxx 
       FLOW/Base/AliFlowAnalysisWithMixedHarmonics.cxx 
       FLOW/Base/AliFlowAnalysisWithNestedLoops.cxx
-      FLOW/Base/AliFlowMSPHistograms.cxx
-      FLOW/Base/AliFlowAnalysisWithMSP.cxx
       FLOW/Base/AliFlowOnTheFlyEventGenerator.cxx
+      FLOW/Base/AliFlowAnalysisWithMultiparticleCorrelations.cxx
 )
 
 string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" )