]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/libPWG2resonances.pkg
new code from Alberica.
[u/mrichter/AliRoot.git] / PWG2 / libPWG2resonances.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS= RESONANCES/AliRsnDaughter.cxx \
4       RESONANCES/AliRsnMother.cxx \
5       RESONANCES/AliRsnPairDef.cxx \
6       RESONANCES/AliRsnEvent.cxx \
7       RESONANCES/AliRsnTarget.cxx \
8       RESONANCES/AliRsnValue.cxx \
9       RESONANCES/AliRsnCut.cxx \
10       RESONANCES/AliRsnCutValue.cxx \
11       RESONANCES/AliRsnCutPID.cxx \
12       RESONANCES/AliRsnCutBetheBloch.cxx \
13       RESONANCES/AliRsnCutPrimaryVertex.cxx \
14       RESONANCES/AliRsnCutESDPrimary.cxx \
15       RESONANCES/AliRsnCutDaughterType.cxx \
16       RESONANCES/AliRsnCutESD2010.cxx \
17       RESONANCES/AliRsnCutAOD2010.cxx \
18       RESONANCES/AliRsnCutSet.cxx \
19       RESONANCES/AliRsnExpression.cxx \
20       RESONANCES/AliRsnVariableExpression.cxx \
21       RESONANCES/AliRsnCutManager.cxx \
22       RESONANCES/AliRsnFunction.cxx \
23       RESONANCES/AliRsnPair.cxx \
24       RESONANCES/AliRsnPairFunctions.cxx \
25       RESONANCES/AliRsnPairNtuple.cxx \
26       RESONANCES/AliRsnAnalysisManager.cxx \
27       RESONANCES/AliRsnVATProcessInfo.cxx \
28       RESONANCES/AliRsnVAnalysisTaskSE.cxx \
29       RESONANCES/AliRsnVAnalysisTaskME.cxx \
30       RESONANCES/AliRsnAnalysisSE.cxx \
31       RESONANCES/AliRsnAnalysisME.cxx \
32       RESONANCES/AliRsnAnalysisEffSE.cxx \
33       RESONANCES/AliRsnTOFT0maker.cxx \
34       RESONANCES/AliRsnAnalysisPhi900GeV.cxx \
35       RESONANCES/AliRsnAnalysisPhi7TeV.cxx \
36       RESONANCES/AliRsnAnalysisPhi7TeVNoPID.cxx \
37       RESONANCES/AliRsnMonitorTrack.cxx \
38       RESONANCES/AliRsnAnalysisMonitorTask.cxx \
39
40 HDRS= $(SRCS:.cxx=.h)
41
42 DHDR:=PWG2resonancesLinkDef.h
43
44 EXPORT:=
45
46 EINCLUDE:= PYTHIA6 PWG2/RESONANCES CORRFW TOF
47
48 ifeq (win32gcc,$(ALICE_TARGET))
49 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
50                          -lESD -lANALYSIS -lANALYSISalice \
51                          -L$(shell root-config --libdir) -lEG
52 endif