]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG3/libPWG3hfe.pkg
take care of gGeoManager handling
[u/mrichter/AliRoot.git] / PWG3 / libPWG3hfe.pkg
CommitLineData
8324a835 1#-*- Mode: Makefile -*-
2
70da6c5a 3SRCS=hfe/AliHFEtools.cxx \
4 hfe/AliHFEcollection.cxx \
5 hfe/AliHFEcontainer.cxx \
6 hfe/AliHFEmcQA.cxx \
7 hfe/AliHFEpairs.cxx \
8 hfe/AliHFEsecVtxs.cxx \
9 hfe/AliHFEsecVtx.cxx \
10 hfe/AliHFEpriVtx.cxx \
11 hfe/AliHFEelecbackground.cxx \
12 hfe/AliHFEV0pid.cxx \
13 hfe/AliHFEpidQA.cxx \
14 hfe/AliHFEpid.cxx \
15 hfe/AliHFEpidBase.cxx \
16 hfe/AliHFEpidITS.cxx \
17 hfe/AliHFEpidTPC.cxx \
18 hfe/AliHFEpidTRD.cxx \
19 hfe/AliHFEpidTOF.cxx \
20 hfe/AliHFEpidMC.cxx \
21 hfe/AliHFEextraCuts.cxx \
22 hfe/AliHFEcutStep.cxx \
23 hfe/AliHFEtrackFilter.cxx \
24 hfe/AliHFEcuts.cxx \
25 hfe/AliHFEdca.cxx \
26 hfe/AliAnalysisTaskDCA.cxx \
27 hfe/AliHFEdisplacedElectrons.cxx \
28 hfe/AliHFEpostAnalysis.cxx \
29 hfe/AliAnalysisTaskDisplacedElectrons.cxx \
30 hfe/AliAnalysisTaskHFEpidQA.cxx \
31 hfe/AliHFEefficiency.cxx \
32 hfe/AliAnalysisTaskHFE.cxx \
33 hfe/AliHFEV0pidMC.cxx
8324a835 34HDRS= $(SRCS:.cxx=.h)
35
36DHDR= PWG3hfeLinkDef.h
37
96c0c856 38EINCLUDE:= PWG3/base PWG3/hfe STEER TPC CORRFW
8324a835 39
40ifeq (win32gcc,$(ALICE_TARGET))
41PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
42 -lESD -lSTEER -lTPCbase \
43 -lANALYSISalice -lANALYSIS -lCORRFW
44endif