]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/CMake_libPWG2resonances.txt
resubmitMissing.sh - resubmit calibration jobns for missing runs
[u/mrichter/AliRoot.git] / PWG2 / CMake_libPWG2resonances.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
31a3142d 3set(SRCS RESONANCES/AliRsnDaughter.cxx
4 RESONANCES/AliRsnPairParticle.cxx
4fbb2459 5 RESONANCES/AliRsnExpression.cxx
6 RESONANCES/AliRsnVariableExpression.cxx
31a3142d 7 RESONANCES/AliRsnCut.cxx
8 RESONANCES/AliRsnCutStd.cxx
42282966 9 RESONANCES/AliRsnCutBetheBloch.cxx
c3eb093c 10 RESONANCES/AliRsnCutESDPrimary.cxx
4fbb2459 11 RESONANCES/AliRsnCutPrimaryVertex.cxx
31a3142d 12 RESONANCES/AliRsnCutSet.cxx
13 RESONANCES/AliRsnCutMgr.cxx
31a3142d 14 RESONANCES/AliRsnPIDIndex.cxx
15 RESONANCES/AliRsnPIDDefESD.cxx
16 RESONANCES/AliRsnEvent.cxx
17 RESONANCES/AliRsnPairDef.cxx
31a3142d 18 RESONANCES/AliRsnFunction.cxx
c3eb093c 19 RESONANCES/AliRsnFunctionAxis.cxx
31a3142d 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
4fbb2459 29 RESONANCES/AliRsnAnalysisEffSE.cxx
eca224a3 30 RESONANCES/AliRsnAnalysisTrackEffSE.cxx
e969a926 31)
32
33# fill list of header files from list of source files
34# by exchanging the file extension
35String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
36
37AddLibrary(PWG2resonances "${SRCS}" "${HDRS}")