]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG/CMakelibPWGflowBase.pkg
add routine to fold spectra
[u/mrichter/AliRoot.git] / PWG / CMakelibPWGflowBase.pkg
index cb56718ad2253f153e62ab04db9a10356f6d9391..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,6 +55,8 @@ set ( SRCS
       FLOW/Base/AliFlowAnalysisWithFittingQDistribution.cxx 
       FLOW/Base/AliFlowAnalysisWithMixedHarmonics.cxx 
       FLOW/Base/AliFlowAnalysisWithNestedLoops.cxx
+      FLOW/Base/AliFlowOnTheFlyEventGenerator.cxx
+      FLOW/Base/AliFlowAnalysisWithMultiparticleCorrelations.cxx
 )
 
 string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" )
@@ -66,5 +70,6 @@ set ( EINCLUDE  PWG/FLOW/Base)
 if( ALICE_TARGET STREQUAL "win32gcc")
        
        set ( PACKSOFLAGS  ${SOFLAGS} -L${ROOTLIBDIR} -lEG)
+       set ( ELIBS ${ROOTCLIBS} -lEG)
 
 endif( ALICE_TARGET STREQUAL "win32gcc")