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