]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG3/libPWG3hfe.pkg
Added protection (Francesco)
[u/mrichter/AliRoot.git] / PWG3 / libPWG3hfe.pkg
index 668d7a02eae25014cb534bc70ec7db1d5c04b286..211a6820da1a7b662cb9aa912543fc3481d5cf63 100644 (file)
@@ -1,23 +1,45 @@
 #-*- 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 \
-      hfe/AliAnalysisTaskHFE.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/AliHFEspectrum.cxx \
+     hfe/AliHFEV0info.cxx \
+     hfe/AliHFEV0pid.cxx \
+     hfe/AliHFEpidQA.cxx \
+     hfe/AliHFEtrdPIDqa.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 \
+     hfe/AliHFEV0cuts.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 \