]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/CMake_libPWG2flowCommon.txt
Adding more QA histograms: eta vs phi vs Nclusters
[u/mrichter/AliRoot.git] / PWG2 / CMake_libPWG2flowCommon.txt
CommitLineData
29b61d43 1# -*- mode: cmake -*-
2
3set(SRCS
4 FLOW/AliFlowCommon/AliFlowEventSimple.cxx
5 FLOW/AliFlowCommon/AliFlowTrackSimple.cxx
6 FLOW/AliFlowCommon/AliFlowTrackSimpleCuts.cxx
7 FLOW/AliFlowCommon/AliFlowCommonConstants.cxx
8 FLOW/AliFlowCommon/AliFlowLYZConstants.cxx
9 FLOW/AliFlowCommon/AliFlowCumuConstants.cxx
10 FLOW/AliFlowCommon/AliFlowCommonHist.cxx
11 FLOW/AliFlowCommon/AliFlowCommonHistResults.cxx
12 FLOW/AliFlowCommon/AliFlowLYZHist1.cxx
13 FLOW/AliFlowCommon/AliFlowLYZHist2.cxx
14 FLOW/AliFlowCommon/AliFlowVector.cxx
15 FLOW/AliFlowCommon/AliFlowLYZEventPlane.cxx
16 FLOW/AliFlowCommon/AliFlowAnalysisWithScalarProduct.cxx
17 FLOW/AliFlowCommon/AliFlowAnalysisWithMCEventPlane.cxx
18 FLOW/AliFlowCommon/AliFlowAnalysisWithLYZEventPlane.cxx
19 FLOW/AliFlowCommon/AliFlowAnalysisWithLeeYangZeros.cxx
20 FLOW/AliFlowCommon/AliFlowAnalysisWithCumulants.cxx
21 FLOW/AliFlowCommon/AliFlowAnalysisWithQCumulants.cxx
22 FLOW/AliFlowCommon/AliCumulantsFunctions.cxx
23 FLOW/AliFlowCommon/AliQCumulantsFunctions.cxx
24 FLOW/AliFlowCommon/AliAnalysisTaskFittingQDistribution.cxx
25 FLOW/AliFlowCommon/AliFittingFunctionsForQDistribution.cxx
26 FLOW/AliFlowCommon/AliFittingQDistribution.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(PWG2flowCommon "${SRCS}" "${HDRS}")