]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - PWG2/libPWG2resonances.pkg
parameter set for crude clustering and refined clustering
[u/mrichter/AliRoot.git] / PWG2 / libPWG2resonances.pkg
... / ...
CommitLineData
1#-*- Mode: Makefile -*-
2
3SRCS= RESONANCES/AliRsnDaughter.cxx \
4 RESONANCES/AliRsnPairParticle.cxx \
5 RESONANCES/AliRsnExpression.cxx \
6 RESONANCES/AliRsnVariableExpression.cxx \
7 RESONANCES/AliRsnCut.cxx \
8 RESONANCES/AliRsnCutStd.cxx \
9 RESONANCES/AliRsnCutBetheBloch.cxx \
10 RESONANCES/AliRsnCutPrimaryVertex.cxx \
11 RESONANCES/AliRsnCutESDPrimary.cxx \
12 RESONANCES/AliRsnCutESDTrigger.cxx \
13 RESONANCES/AliRsnCutSet.cxx \
14 RESONANCES/AliRsnCutMgr.cxx \
15 RESONANCES/AliRsnPIDIndex.cxx \
16 RESONANCES/AliRsnPIDDefESD.cxx \
17 RESONANCES/AliRsnEvent.cxx \
18 RESONANCES/AliRsnPairDef.cxx \
19 RESONANCES/AliRsnFunction.cxx \
20 RESONANCES/AliRsnFunctionAxis.cxx \
21 RESONANCES/AliRsnPair.cxx \
22 RESONANCES/AliRsnVATProcessInfo.cxx \
23 RESONANCES/AliRsnVAnalysisTaskSE.cxx \
24 RESONANCES/AliRsnVAnalysisTaskME.cxx \
25 RESONANCES/AliRsnVManager.cxx \
26 RESONANCES/AliRsnPairManager.cxx \
27 RESONANCES/AliRsnAnalysisManager.cxx \
28 RESONANCES/AliRsnAnalysisSE.cxx \
29 RESONANCES/AliRsnAnalysisME.cxx \
30 RESONANCES/AliRsnAnalysisEffSE.cxx \
31 RESONANCES/AliRsnAnalysisTrackEffSE.cxx \
32
33HDRS= $(SRCS:.cxx=.h)
34
35DHDR:=PWG2resonancesLinkDef.h
36
37EXPORT:=
38
39EINCLUDE:= PYTHIA6 PWG2/RESONANCES CORRFW
40
41ifeq (win32gcc,$(ALICE_TARGET))
42PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
43 -lESD -lANALYSIS -lANALYSISalice \
44 -L$(shell root-config --libdir) -lEG
45endif