]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/CMake_libPWG2resonances.txt
Included cut on primary vertex into compilation
[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
42282966 7 RESONANCES/AliRsnCutBetheBloch.cxx
c3eb093c 8 RESONANCES/AliRsnCutESDPrimary.cxx
42282966 9 RESONANCES/AliRsnCutPrimaryVertex.cxx
31a3142d 10 RESONANCES/AliRsnCutSet.cxx
11 RESONANCES/AliRsnCutMgr.cxx
12 RESONANCES/AliRsnExpression.cxx
13 RESONANCES/AliRsnPIDIndex.cxx
14 RESONANCES/AliRsnPIDDefESD.cxx
15 RESONANCES/AliRsnEvent.cxx
16 RESONANCES/AliRsnPairDef.cxx
31a3142d 17 RESONANCES/AliRsnFunction.cxx
c3eb093c 18 RESONANCES/AliRsnFunctionAxis.cxx
31a3142d 19 RESONANCES/AliRsnPair.cxx
20 RESONANCES/AliRsnVATProcessInfo.cxx
21 RESONANCES/AliRsnVAnalysisTaskSE.cxx
22 RESONANCES/AliRsnVAnalysisTaskME.cxx
23 RESONANCES/AliRsnVManager.cxx
24 RESONANCES/AliRsnPairManager.cxx
25 RESONANCES/AliRsnAnalysisManager.cxx
26 RESONANCES/AliRsnAnalysisSE.cxx
27 RESONANCES/AliRsnAnalysisME.cxx
28
e969a926 29)
30
31# fill list of header files from list of source files
32# by exchanging the file extension
33String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
34
35AddLibrary(PWG2resonances "${SRCS}" "${HDRS}")