]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/CMake_libPWG2unicor.txt
new energy distributions for 900 GeV
[u/mrichter/AliRoot.git] / PWG2 / CMake_libPWG2unicor.txt
1 # -*- mode: cmake -*-
2
3 Set(SRCS
4 UNICOR/AliAnalysisTaskUnicor.cxx
5 UNICOR/AliUnicorAnalCorrel.cxx
6 UNICOR/AliUnicorAnal.cxx
7 UNICOR/AliUnicorAnalGlobal.cxx
8 UNICOR/AliUnicorAnalHighpt.cxx
9 UNICOR/AliUnicorAnalPtfluc.cxx
10 UNICOR/AliUnicorAnalSingle.cxx
11 UNICOR/AliUnicorEventAliceESD.cxx
12 UNICOR/AliUnicorEvent.cxx
13 UNICOR/AliUnicorHN.cxx
14 UNICOR/AliUnicorPair.cxx
15 )
16
17 # fill list of header files from list of source files
18 # by exchanging the file extension
19 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
20
21 AddLibrary(PWG2UNICOR "${SRCS}" "${HDRS}")