]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/libTRDrec.pkg
- reverting the unnecessary increment of the class version
[u/mrichter/AliRoot.git] / TRD / libTRDrec.pkg
index f92f395e33bec957f2ff887c2fc4e405392fd854..53666e57d95a8d20b8fa10bc7644d61be70012ab 100644 (file)
@@ -3,14 +3,14 @@
 SRCS= AliTRDcluster.cxx \
       AliTRDclusterizer.cxx \
       AliTRDtransform.cxx \
-      AliTRDtracklet.cxx \
       AliTRDtrack.cxx \
+      AliTRDtracklet.cxx \
       AliTRDtracker.cxx \
       AliTRDseed.cxx \
       AliTRDpropagationLayer.cxx \
+      AliTRDpidUtil.cxx \
       AliTRDpidESD.cxx \
       AliTRDReconstructor.cxx \
-      AliTRDtrackingAnalysis.cxx \
       AliTRDseedV1.cxx \
       AliTRDtrackV1.cxx \
       AliTRDtrackerV1.cxx \
@@ -22,24 +22,19 @@ SRCS= AliTRDcluster.cxx \
       AliTRDqaBlackEvents.cxx \
       AliTRDqaBuildReference.cxx \
       AliTRDCalibraFillHisto.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 .d and .$(SOEXT) files from TRD/qaRec/macros/ *****"
-       $(MUTE)rm -f $(ALICE_ROOT)/TRD/qaRec/macros/*_C.d
-       $(MUTE)rm -f $(ALICE_ROOT)/TRD/qaRec/macros/*_C.$(SOEXT)
+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