]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/CMake_libPWG2flow.txt
Added a new methods (fitting of Q vector distribution)
[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/AliFlowCommonConstants.cxx 
7       FLOW/AliFlowLYZConstants.cxx 
8       FLOW/AliFlowCumuConstants.cxx 
9       FLOW/AliFlowCommonHist.cxx 
10       FLOW/AliFlowCommonHistResults.cxx 
11       FLOW/AliFlowLYZHist1.cxx 
12       FLOW/AliFlowLYZHist2.cxx 
13       FLOW/AliFlowVector.cxx 
14       FLOW/AliFlowLYZEventPlane.cxx 
15       FLOW/AliFlowEventSimpleMaker.cxx 
16       FLOW/AliFlowAnalysisWithScalarProduct.cxx 
17       FLOW/AliFlowAnalysisWithMCEventPlane.cxx 
18       FLOW/AliFlowAnalysisWithLYZEventPlane.cxx 
19       FLOW/AliFlowAnalysisWithLeeYangZeros.cxx 
20       FLOW/AliFlowAnalysisWithCumulants.cxx 
21       FLOW/AliFlowAnalysisWithQCumulants.cxx 
22       FLOW/AliAnalysisTaskScalarProduct.cxx 
23       FLOW/AliAnalysisTaskMCEventPlane.cxx 
24       FLOW/AliAnalysisTaskLYZEventPlane.cxx 
25       FLOW/AliAnalysisTaskCumulants.cxx 
26       FLOW/AliAnalysisTaskQCumulants.cxx 
27       FLOW/AliAnalysisTaskLeeYangZeros.cxx
28       FLOW/AliCumulantsFunctions.cxx
29       FLOW/AliQCumulantsFunctions.cxx
30       FLOW/AliAnalysisTaskFittingQDistribution.cxx
31       FLOW/AliFittingFunctionsForQDistribution.cxx
32       FLOW/AliFittingQDistribution.cxx
33 )
34
35 # fill list of header files from list of source files
36 # by exchanging the file extension
37 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
38
39 AddLibrary(PWG2flow "${SRCS}" "${HDRS}")