]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/libPWG2resonances.pkg
Bug fix in filling BB and BG flags in the ESD friend.
[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 \
69fbb331 6 RESONANCES/AliRsnValue.cxx \
7 RESONANCES/AliRsnFunction.cxx \
4fbb2459 8 RESONANCES/AliRsnExpression.cxx \
9 RESONANCES/AliRsnVariableExpression.cxx \
00001783 10 RESONANCES/AliRsnCut.cxx \
31a3142d 11 RESONANCES/AliRsnCutStd.cxx \
2dab9030 12 RESONANCES/AliRsnCutPID.cxx \
31a3142d 13 RESONANCES/AliRsnCutBetheBloch.cxx \
42282966 14 RESONANCES/AliRsnCutPrimaryVertex.cxx \
4fbb2459 15 RESONANCES/AliRsnCutESDPrimary.cxx \
2dab9030 16 RESONANCES/AliRsnCutDaughterType.cxx \
17 RESONANCES/AliRsnCutESD2010.cxx \
00001783 18 RESONANCES/AliRsnCutSet.cxx \
69fbb331 19 RESONANCES/AliRsnCutValue.cxx \
2dab9030 20 RESONANCES/AliRsnCutManager.cxx \
2dab9030 21 RESONANCES/AliRsnPairDef.cxx \
b344b389 22 RESONANCES/AliRsnPair.cxx \
2dab9030 23 RESONANCES/AliRsnPairFunctions.cxx \
24 RESONANCES/AliRsnPairNtuple.cxx \
25 RESONANCES/AliRsnAnalysisManager.cxx \
31a3142d 26 RESONANCES/AliRsnVATProcessInfo.cxx \
27 RESONANCES/AliRsnVAnalysisTaskSE.cxx \
28 RESONANCES/AliRsnVAnalysisTaskME.cxx \
b344b389 29 RESONANCES/AliRsnAnalysisSE.cxx \
31a3142d 30 RESONANCES/AliRsnAnalysisME.cxx \
2941485c 31 RESONANCES/AliRsnAnalysisEffSE.cxx \
b9bbd271 32 RESONANCES/AliRsnTOFT0maker.cxx \
6279d59e 33 RESONANCES/AliRsnAnalysisPhi900GeV.cxx \
6aecf4fd 34 RESONANCES/AliRsnAnalysisPhi7TeV.cxx \
2dab9030 35 RESONANCES/AliRsnAnalysisPhi7TeVNoPID.cxx \
6aecf4fd 36 RESONANCES/AliRsnMonitorTrack.cxx \
37 RESONANCES/AliRsnAnalysisMonitorTask.cxx \
2941485c 38 RESONANCES/AliRsnAnalysisMonitorPairTask.cxx \
4e36e232 39# RESONANCES/AliRsnFitResult.cxx \
fce53537 40
00001783 41HDRS= $(SRCS:.cxx=.h)
fce53537 42
43DHDR:=PWG2resonancesLinkDef.h
44
45EXPORT:=
46
b9bbd271 47EINCLUDE:= PYTHIA6 PWG2/RESONANCES CORRFW TOF
fce53537 48
6aa4b4dc 49ifeq (win32gcc,$(ALICE_TARGET))
50PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
51 -lESD -lANALYSIS -lANALYSISalice \
bd6bf3ee 52 -L$(shell root-config --libdir) -lEG
6aa4b4dc 53endif