]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/CMake_libPWG2resonances.txt
First version of the analysis QA
[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/AliRsnExpression.cxx 
9       RESONANCES/AliRsnCutSet.cxx 
10       RESONANCES/AliRsnCutMgr.cxx 
11       RESONANCES/AliRsnPID.cxx 
12       RESONANCES/AliRsnPIDWeightsMgr.cxx 
13       RESONANCES/AliRsnPIDIndex.cxx 
14       RESONANCES/AliRsnEvent.cxx 
15       RESONANCES/AliRsnReader.cxx 
16       RESONANCES/AliRsnReaderTaskSE.cxx 
17       RESONANCES/AliRsnPairDef.cxx 
18       RESONANCES/AliRsnPairSimple.cxx 
19       RESONANCES/AliRsnEventBuffer.cxx 
20       RESONANCES/AliRsnAnalysisSimple.cxx 
21       RESONANCES/AliRsnAnalyzerSimple.cxx 
22       RESONANCES/AliRsnAnalysisSimpleTask.cxx 
23 )
24
25 # fill list of header files from list of source files
26 # by exchanging the file extension
27 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
28
29 AddLibrary(PWG2resonances "${SRCS}" "${HDRS}")
30