]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG3/libPWG3hfe.pkg
HIJING can be loaded as independent library.
[u/mrichter/AliRoot.git] / PWG3 / libPWG3hfe.pkg
index 08ed0442df216bdf84fe0bca68f906b31e818021..845f4aa5dc2f7468cce6ae7c46d496948be7baa5 100644 (file)
@@ -1,22 +1,41 @@
 #-*- Mode: Makefile -*-
 
-SRCS= hfe/AliHFEcollection.cxx \
-      hfe/AliHFEmcQA.cxx \
-      hfe/AliHFEsecVtx.cxx \
-      hfe/AliHFEpriVtx.cxx \
-      hfe/AliHFEpid.cxx \
-      hfe/AliHFEpidBase.cxx \
-      hfe/AliHFEpidTPC.cxx \
-      hfe/AliHFEpidTRD.cxx \
-      hfe/AliHFEpidTOF.cxx \
-      hfe/AliHFEpidMC.cxx \
-      hfe/AliHFEextraCuts.cxx \
-      hfe/AliHFEcuts.cxx 
+SRCS=hfe/AliHFEtools.cxx \
+     hfe/AliHFEcollection.cxx \
+     hfe/AliHFEcontainer.cxx \
+     hfe/AliHFEmcQA.cxx \
+     hfe/AliHFEpairs.cxx \
+     hfe/AliHFEsecVtxs.cxx \
+     hfe/AliHFEsecVtx.cxx \
+     hfe/AliHFEpriVtx.cxx \
+     hfe/AliHFEelecbackground.cxx \
+     hfe/AliHFEV0pid.cxx \
+     hfe/AliHFEpidQA.cxx \
+     hfe/AliHFEpid.cxx \
+     hfe/AliHFEpidBase.cxx \
+     hfe/AliHFEpidITS.cxx \
+     hfe/AliHFEpidTPC.cxx \
+     hfe/AliHFEpidTRD.cxx \
+     hfe/AliHFEpidTOF.cxx \
+     hfe/AliHFEpidMC.cxx \
+     hfe/AliHFEextraCuts.cxx \
+     hfe/AliHFEcutStep.cxx \
+     hfe/AliHFEtrackFilter.cxx \
+     hfe/AliHFEcuts.cxx \
+     hfe/AliHFEdca.cxx \
+     hfe/AliAnalysisTaskDCA.cxx \
+     hfe/AliHFEdisplacedElectrons.cxx \
+     hfe/AliHFEpostAnalysis.cxx \
+     hfe/AliAnalysisTaskDisplacedElectrons.cxx \
+     hfe/AliAnalysisTaskHFEpidQA.cxx \
+     hfe/AliHFEefficiency.cxx \
+     hfe/AliAnalysisTaskHFE.cxx \
+     hfe/AliHFEV0pidMC.cxx
 HDRS= $(SRCS:.cxx=.h)
 
 DHDR= PWG3hfeLinkDef.h
 
-EINCLUDE:= PWG3/base  STEER TPC CORRFW 
+EINCLUDE:= PWG3/base PWG3/hfe STEER TPC CORRFW 
 
 ifeq (win32gcc,$(ALICE_TARGET))
 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \