]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG3/CMake_libPWG3hfe.txt
Update of PID classes (Markus); Reduction of the number of cut steps in the Correctio...
[u/mrichter/AliRoot.git] / PWG3 / CMake_libPWG3hfe.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4       hfe/AliHFEcollection.cxx 
5       hfe/AliHFEmcQA.cxx
6       hfe/AliHFEsecVtx.cxx
7       hfe/AliHFEpriVtx.cxx
8       hfe/AliHFEpid.cxx 
9       hfe/AliHFEpidBase.cxx 
10       hfe/AliHFEpidITS.cxx
11       hfe/AliHFEpidTPC.cxx 
12       hfe/AliHFEpidTRD.cxx 
13       hfe/AliHFEpidTOF.cxx 
14       hfe/AliHFEpidMC.cxx 
15       hfe/AliHFEextraCuts.cxx 
16       hfe/AliHFEcuts.cxx 
17       hfe/AliAnalysisTaskHFE.cxx 
18 )
19
20 # fill list of header files from list of source files
21 # by exchanging the file extension
22 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
23
24 AddLibrary(PWG3hfe "${SRCS}" "${HDRS}")