]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/CMake_libPWG2resonances.txt
Merge the following revisions between 29371 and 30342 from
[u/mrichter/AliRoot.git] / PWG2 / CMake_libPWG2resonances.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
08ed8390 4 RESONANCES/AliRsnMCInfo.cxx
5 RESONANCES/AliRsnDaughter.cxx
6 RESONANCES/AliRsnPairParticle.cxx
7 RESONANCES/AliRsnCut.cxx
8 RESONANCES/AliRsnCutSet.cxx
9 RESONANCES/AliRsnCutMgr.cxx
10 RESONANCES/AliRsnExpression.cxx
11 RESONANCES/AliRsnPID.cxx
12 RESONANCES/AliRsnPIDIndex.cxx
13 RESONANCES/AliRsnPIDWeightsMgr.cxx
14 RESONANCES/AliRsnEvent.cxx
15 RESONANCES/AliRsnEventBuffer.cxx
16 RESONANCES/AliRsnReader.cxx
17 RESONANCES/AliRsnReaderTask.cxx
18 RESONANCES/AliRsnReaderTaskSE.cxx
19 RESONANCES/AliRsnPairDef.cxx
20 RESONANCES/AliRsnHistoDef.cxx
21 RESONANCES/AliRsnFunction.cxx
22 RESONANCES/AliRsnPair.cxx
23 RESONANCES/AliRsnPairMgr.cxx
24 RESONANCES/AliRsnAnalysisTaskSEBase.cxx
25 RESONANCES/AliRsnBaseAT.cxx
26 RESONANCES/AliRsnAnalysisSE.cxx
27 RESONANCES/AliRsnAnalysisTask2ndStep.cxx
28 RESONANCES/AliRsnComparisonObj.cxx
29 RESONANCES/AliRsnComparisonAT.cxx
e969a926 30)
31
32# fill list of header files from list of source files
33# by exchanging the file extension
34String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
35
36AddLibrary(PWG2resonances "${SRCS}" "${HDRS}")
37