]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/CMake_libPWG2resonances.txt
Removed obsolete classes
[u/mrichter/AliRoot.git] / PWG2 / CMake_libPWG2resonances.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
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
30 )
31
32 # fill list of header files from list of source files
33 # by exchanging the file extension
34 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
35
36 AddLibrary(PWG2resonances "${SRCS}" "${HDRS}")
37