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