]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/libPWG2resonances.pkg
On the fly calculation of the ranges for the 2d efficiency plots
[u/mrichter/AliRoot.git] / PWG2 / libPWG2resonances.pkg
CommitLineData
6aa4b4dc 1#-*- Mode: Makefile -*-
2
31a3142d 3SRCS= RESONANCES/AliRsnDaughter.cxx \
00001783 4 RESONANCES/AliRsnPairParticle.cxx \
5 RESONANCES/AliRsnCut.cxx \
31a3142d 6 RESONANCES/AliRsnCutStd.cxx \
7 RESONANCES/AliRsnCutBetheBloch.cxx \
00001783 8 RESONANCES/AliRsnCutSet.cxx \
9 RESONANCES/AliRsnCutMgr.cxx \
c75d7906 10 RESONANCES/AliRsnExpression.cxx \
00001783 11 RESONANCES/AliRsnPIDIndex.cxx \
566067b0 12 RESONANCES/AliRsnPIDDefESD.cxx \
fce53537 13 RESONANCES/AliRsnEvent.cxx \
00001783 14 RESONANCES/AliRsnPairDef.cxx \
c75d7906 15 RESONANCES/AliRsnHistoDef.cxx \
b344b389 16 RESONANCES/AliRsnFunction.cxx \
17 RESONANCES/AliRsnPair.cxx \
31a3142d 18 RESONANCES/AliRsnVATProcessInfo.cxx \
19 RESONANCES/AliRsnVAnalysisTaskSE.cxx \
20 RESONANCES/AliRsnVAnalysisTaskME.cxx \
21 RESONANCES/AliRsnVManager.cxx \
22 RESONANCES/AliRsnPairManager.cxx \
23 RESONANCES/AliRsnAnalysisManager.cxx \
b344b389 24 RESONANCES/AliRsnAnalysisSE.cxx \
31a3142d 25 RESONANCES/AliRsnAnalysisME.cxx \
fce53537 26
00001783 27HDRS= $(SRCS:.cxx=.h)
fce53537 28
29DHDR:=PWG2resonancesLinkDef.h
30
31EXPORT:=
32
00001783 33EINCLUDE:= PYTHIA6
fce53537 34
6aa4b4dc 35ifeq (win32gcc,$(ALICE_TARGET))
36PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
37 -lESD -lANALYSIS -lANALYSISalice \
38 -L$(shell root-config --libdir) -lEG
39endif