]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HMPID/libHMPIDrec.pkg
Improvement of the HTA algorithm. A better estimate of the phiTRK angle is adopted
[u/mrichter/AliRoot.git] / HMPID / libHMPIDrec.pkg
index da6cbc6833691be509e545f11e3505d118522766..425db5ebb8e3030c1f7730156fabdfc4af2cf882 100644 (file)
@@ -1,6 +1,15 @@
-SRCS:=  AliHMPIDReconstructor.cxx AliHMPIDTracker.cxx \
+#-*- Mode: Makefile -*-
+SRCS:=  AliHMPIDReconstructor.cxx AliHMPIDtrack.cxx AliHMPIDTracker.cxx \
         AliHMPIDRecon.cxx AliHMPIDRecoParam.cxx       \
-        AliHMPIDReconHTA.cxx AliHMPIDPid.cxx
+        AliHMPIDReconHTA.cxx AliHMPIDPid.cxx \
+               AliHMPIDQADataMakerRec.cxx
 
 HDRS:= $(SRCS:.cxx=.h)
 DHDR:= HMPIDrecLinkDef.h
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lHMPIDbase -lSTEER -lCDB -lESD -lSTEERBase \
+                         -lRAWDatarec -lRAWDatasim \
+                         -L$(shell root-config --libdir) -lMinuit
+endif