]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/CMake_libPWG2resonances.txt
Moving the FMD analysis to PWG2
[u/mrichter/AliRoot.git] / PWG2 / CMake_libPWG2resonances.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS  RESONANCES/AliRsnDaughter.cxx
4     RESONANCES/AliRsnPairParticle.cxx
5     RESONANCES/AliRsnExpression.cxx
6     RESONANCES/AliRsnVariableExpression.cxx
7     RESONANCES/AliRsnCut.cxx
8     RESONANCES/AliRsnCutStd.cxx
9     RESONANCES/AliRsnCutBetheBloch.cxx
10     RESONANCES/AliRsnCutESDPrimary.cxx
11     RESONANCES/AliRsnCutPrimaryVertex.cxx
12     RESONANCES/AliRsnCutSet.cxx
13     RESONANCES/AliRsnCutMgr.cxx
14     RESONANCES/AliRsnPIDIndex.cxx
15     RESONANCES/AliRsnPIDDefESD.cxx
16     RESONANCES/AliRsnEvent.cxx
17     RESONANCES/AliRsnPairDef.cxx
18     RESONANCES/AliRsnFunction.cxx
19     RESONANCES/AliRsnFunctionAxis.cxx
20     RESONANCES/AliRsnPair.cxx
21     RESONANCES/AliRsnVATProcessInfo.cxx
22     RESONANCES/AliRsnVAnalysisTaskSE.cxx
23     RESONANCES/AliRsnVAnalysisTaskME.cxx
24     RESONANCES/AliRsnVManager.cxx
25     RESONANCES/AliRsnPairManager.cxx
26     RESONANCES/AliRsnAnalysisManager.cxx
27     RESONANCES/AliRsnAnalysisSE.cxx
28     RESONANCES/AliRsnAnalysisME.cxx
29     RESONANCES/AliRsnAnalysisEffSE.cxx
30     RESONANCES/AliRsnAnalysisTrackEffSE.cxx
31 )
32
33 # fill list of header files from list of source files
34 # by exchanging the file extension
35 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
36
37 AddLibrary(PWG2resonances "${SRCS}" "${HDRS}")