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