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