]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/CMake_libPWG2flowCommon.txt
Correct energy calibration in case of p-p data
[u/mrichter/AliRoot.git] / PWG2 / CMake_libPWG2flowCommon.txt
1 # -*- mode: cmake -*-
2
3 set(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/AliFlowEventSimpleMakerOnTheFly.cxx 
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
24       FLOW/AliFlowCommon/AliFlowAnalysisWithFittingQDistribution.cxx
25 )
26
27 # fill list of header files from list of source files
28 # by exchanging the file extension
29 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
30
31 AddLibrary(PWG2flowCommon "${SRCS}" "${HDRS}")