]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/libTRDrec.pkg
AliESDCentrality replaced by AliCentrality
[u/mrichter/AliRoot.git] / TRD / libTRDrec.pkg
index 4df508c8e2f9ab4109657f7c5de4d82a43706227..450e2a535a2cb26f9e5984a65eb6bcf0a3614a38 100644 (file)
@@ -4,10 +4,6 @@ SRCS= AliTRDcluster.cxx \
       AliTRDclusterizer.cxx \
       AliTRDtransform.cxx \
       AliTRDtracklet.cxx \
-      AliTRDtrack.cxx \
-      AliTRDtracker.cxx \
-      AliTRDseed.cxx \
-      AliTRDpropagationLayer.cxx \
       AliTRDpidUtil.cxx \
       AliTRDpidESD.cxx \
       AliTRDReconstructor.cxx \
@@ -22,24 +18,19 @@ SRCS= AliTRDcluster.cxx \
       AliTRDqaBlackEvents.cxx \
       AliTRDqaBuildReference.cxx \
       AliTRDCalibraFillHisto.cxx \
-      AliTRDrecoParam.cxx \
+      Cal/AliTRDCalPIDLQ.cxx \
+      Cal/AliTRDCalPIDNN.cxx \
       AliTRDqaRecPoints.cxx
 
 HDRS= $(SRCS:.cxx=.h)
 
 DHDR= TRDrecLinkDef.h
 
-EINCLUDE= RAW
-
-.PHONY default: TRD_clean_compiled_macros
-
-TRD_clean_compiled_macros:
-       @echo "***** Removing TRD QA macros *****"
-       $(MUTE)rm -rf $(HOME)/.trdQArec
+EINCLUDE= RAW STAT
 
 ifeq (win32gcc,$(ALICE_TARGET))
 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
                          -lTRDbase -lSTEER -lESD -lCDB -lSTEERBase \
                          -lRAWDatarec -lRAWDatabase \
-                         -L$(shell root-config --libdir) -lMinuit -lGeom
+                         -L$(ROOTLIBDIR) -lMinuit -lGeom
 endif