]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/CMake_libPWG2flow.txt
Matching new and delete of arrays
[u/mrichter/AliRoot.git] / PWG2 / CMake_libPWG2flow.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(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
a70101ae 21 FLOW/AliFlowAnalysisWithQCumulants.cxx
e969a926 22 FLOW/AliAnalysisTaskScalarProduct.cxx
23 FLOW/AliAnalysisTaskMCEventPlane.cxx
24 FLOW/AliAnalysisTaskLYZEventPlane.cxx
25 FLOW/AliAnalysisTaskCumulants.cxx
a70101ae 26 FLOW/AliAnalysisTaskQCumulants.cxx
e969a926 27 FLOW/AliAnalysisTaskLeeYangZeros.cxx
28 FLOW/AliCumulantsFunctions.cxx
a70101ae 29 FLOW/AliQCumulantsFunctions.cxx
9bed2723 30 FLOW/AliAnalysisTaskFittingQDistribution.cxx
31 FLOW/AliFittingFunctionsForQDistribution.cxx
32 FLOW/AliFittingQDistribution.cxx
e969a926 33)
34
35# fill list of header files from list of source files
36# by exchanging the file extension
37String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
38
39AddLibrary(PWG2flow "${SRCS}" "${HDRS}")