]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/libPWG2resonances.pkg
New implementation of the forward multiplicity analysis.
[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/AliRsnValue.cxx \
7       RESONANCES/AliRsnFunction.cxx \
8       RESONANCES/AliRsnExpression.cxx \
9       RESONANCES/AliRsnVariableExpression.cxx \
10       RESONANCES/AliRsnCut.cxx \
11       RESONANCES/AliRsnCutStd.cxx \
12       RESONANCES/AliRsnCutPID.cxx \
13       RESONANCES/AliRsnCutBetheBloch.cxx \
14       RESONANCES/AliRsnCutPrimaryVertex.cxx \
15       RESONANCES/AliRsnCutESDPrimary.cxx \
16       RESONANCES/AliRsnCutESDCutMultiplicity.cxx \
17       RESONANCES/AliRsnCutDaughterType.cxx \
18       RESONANCES/AliRsnCutESD2010.cxx \
19       RESONANCES/AliRsnCutAOD2010.cxx \
20       RESONANCES/AliRsnCutSet.cxx \
21       RESONANCES/AliRsnCutValue.cxx \
22       RESONANCES/AliRsnCutManager.cxx \
23       RESONANCES/AliRsnPairDef.cxx \
24       RESONANCES/AliRsnPair.cxx \
25       RESONANCES/AliRsnPairFunctions.cxx \
26       RESONANCES/AliRsnPairNtuple.cxx \
27       RESONANCES/AliRsnAnalysisManager.cxx \
28       RESONANCES/AliRsnVATProcessInfo.cxx \
29       RESONANCES/AliRsnVAnalysisTaskSE.cxx \
30       RESONANCES/AliRsnVAnalysisTaskME.cxx \
31       RESONANCES/AliRsnAnalysisSE.cxx \
32       RESONANCES/AliRsnAnalysisME.cxx \
33       RESONANCES/AliRsnAnalysisEffSE.cxx \
34       RESONANCES/AliRsnTOFT0maker.cxx \
35       RESONANCES/AliRsnAnalysisPhi900GeV.cxx \
36       RESONANCES/AliRsnAnalysisPhi7TeV.cxx \
37       RESONANCES/AliRsnAnalysisPhi7TeVNoPID.cxx \
38       RESONANCES/AliRsnMonitorTrack.cxx \
39       RESONANCES/AliRsnAnalysisMonitorTask.cxx \
40       RESONANCES/AliRsnAnalysisMonitorPairTask.cxx \
41 #      RESONANCES/AliRsnFitResult.cxx \
42
43 HDRS= $(SRCS:.cxx=.h)
44
45 DHDR:=PWG2resonancesLinkDef.h
46
47 EXPORT:=
48
49 EINCLUDE:= PYTHIA6 PWG2/RESONANCES CORRFW TOF
50
51 ifeq (win32gcc,$(ALICE_TARGET))
52 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
53                          -lESD -lANALYSIS -lANALYSISalice \
54                          -L$(shell root-config --libdir) -lEG
55 endif