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