]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/CMake_libPWG2flow.txt
Warning fixed
[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
21 FLOW/AliAnalysisTaskScalarProduct.cxx
22 FLOW/AliAnalysisTaskMCEventPlane.cxx
23 FLOW/AliAnalysisTaskLYZEventPlane.cxx
24 FLOW/AliAnalysisTaskCumulants.cxx
25 FLOW/AliAnalysisTaskLeeYangZeros.cxx
26 FLOW/AliCumulantsFunctions.cxx
27)
28
29# fill list of header files from list of source files
30# by exchanging the file extension
31String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
32
33AddLibrary(PWG2flow "${SRCS}" "${HDRS}")