]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG0/libPWG0dep.pkg
moving dndpt code into PWG0dep because it depends on classes in steer
[u/mrichter/AliRoot.git] / PWG0 / libPWG0dep.pkg
index 11ba517d4d405b16dbce77a60b8c3e33e3a6a7fe..7e4f846679bc158870fc05e650e5a99ce494107f 100644 (file)
@@ -5,7 +5,15 @@
 # this library contains classed that depend on STEER
 
 SRCS = TPC/AliTPCClusterHistograms.cxx \
-       TPC/AliTPCRawHistograms.cxx
+       TPC/AliTPCRawHistograms.cxx \
+      dNdPt/AlidNdPtHelper.cxx \
+      dNdPt/AlidNdPtAnalysis.cxx \
+      dNdPt/AlidNdPtCorrection.cxx \
+      dNdPt/AlidNdPtAcceptanceCuts.cxx \
+      dNdPt/AlidNdPtEventCuts.cxx \
+      dNdPt/AlidNdPt.cxx \
+      dNdPt/AlidNdPtCutAnalysis.cxx \
+       dNdPt/AlidNdPtTask.cxx
 
 HDRS = $(SRCS:.cxx=.h)