]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/CMake_libPWG2flowCommon.txt
Bug coreected in PTM gain array indexes
[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
93ff27bd 10 FLOW/AliFlowCommon/AliFlowEventSimpleMakerOnTheFly.cxx
29b61d43 11 FLOW/AliFlowCommon/AliFlowCommonHist.cxx
12 FLOW/AliFlowCommon/AliFlowCommonHistResults.cxx
13 FLOW/AliFlowCommon/AliFlowLYZHist1.cxx
14 FLOW/AliFlowCommon/AliFlowLYZHist2.cxx
15 FLOW/AliFlowCommon/AliFlowVector.cxx
16 FLOW/AliFlowCommon/AliFlowLYZEventPlane.cxx
17 FLOW/AliFlowCommon/AliFlowAnalysisWithScalarProduct.cxx
18 FLOW/AliFlowCommon/AliFlowAnalysisWithMCEventPlane.cxx
19 FLOW/AliFlowCommon/AliFlowAnalysisWithLYZEventPlane.cxx
20 FLOW/AliFlowCommon/AliFlowAnalysisWithLeeYangZeros.cxx
21 FLOW/AliFlowCommon/AliFlowAnalysisWithCumulants.cxx
22 FLOW/AliFlowCommon/AliFlowAnalysisWithQCumulants.cxx
23 FLOW/AliFlowCommon/AliCumulantsFunctions.cxx
29b61d43 24 FLOW/AliFlowCommon/AliFittingFunctionsForQDistribution.cxx
25 FLOW/AliFlowCommon/AliFittingQDistribution.cxx
26)
27
28# fill list of header files from list of source files
29# by exchanging the file extension
30String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
31
32AddLibrary(PWG2flowCommon "${SRCS}" "${HDRS}")