]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/CMake_libPWG2flow.txt
Minor changes in the macros
[u/mrichter/AliRoot.git] / PWG2 / CMake_libPWG2flow.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4       FLOW/AliFlowEventSimple.cxx 
5       FLOW/AliFlowTrackSimple.cxx 
6       FLOW/AliFlowTrackSimpleCuts.cxx 
7       FLOW/AliFlowCommonConstants.cxx 
8       FLOW/AliFlowLYZConstants.cxx 
9       FLOW/AliFlowCumuConstants.cxx 
10       FLOW/AliFlowCommonHist.cxx 
11       FLOW/AliFlowCommonHistResults.cxx 
12       FLOW/AliFlowLYZHist1.cxx 
13       FLOW/AliFlowLYZHist2.cxx 
14       FLOW/AliFlowVector.cxx 
15       FLOW/AliFlowLYZEventPlane.cxx 
16       FLOW/AliFlowEventSimpleMaker.cxx 
17       FLOW/AliFlowAnalysisWithScalarProduct.cxx 
18       FLOW/AliFlowAnalysisWithMCEventPlane.cxx 
19       FLOW/AliFlowAnalysisWithLYZEventPlane.cxx 
20       FLOW/AliFlowAnalysisWithLeeYangZeros.cxx 
21       FLOW/AliFlowAnalysisWithCumulants.cxx 
22       FLOW/AliFlowAnalysisWithQCumulants.cxx 
23       FLOW/AliAnalysisTaskScalarProduct.cxx 
24       FLOW/AliAnalysisTaskMCEventPlane.cxx 
25       FLOW/AliAnalysisTaskLYZEventPlane.cxx 
26       FLOW/AliAnalysisTaskCumulants.cxx 
27       FLOW/AliAnalysisTaskQCumulants.cxx 
28       FLOW/AliAnalysisTaskLeeYangZeros.cxx
29       FLOW/AliCumulantsFunctions.cxx
30       FLOW/AliQCumulantsFunctions.cxx
31       FLOW/AliAnalysisTaskFittingQDistribution.cxx
32       FLOW/AliFittingFunctionsForQDistribution.cxx
33       FLOW/AliFittingQDistribution.cxx
34 )
35
36 # fill list of header files from list of source files
37 # by exchanging the file extension
38 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
39
40 AddLibrary(PWG2flow "${SRCS}" "${HDRS}")