]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/libPWG2resonances.pkg
make cumulants work on caf (not using tprof3d for the time being)
[u/mrichter/AliRoot.git] / PWG2 / libPWG2resonances.pkg
CommitLineData
6aa4b4dc 1#-*- Mode: Makefile -*-
2
00001783 3SRCS= RESONANCES/AliRsnMCInfo.cxx \
24c9c66b 4 RESONANCES/AliRsnDaughter.cxx \
00001783 5 RESONANCES/AliRsnPairParticle.cxx \
6 RESONANCES/AliRsnCut.cxx \
00001783 7 RESONANCES/AliRsnCutSet.cxx \
8 RESONANCES/AliRsnCutMgr.cxx \
c75d7906 9 RESONANCES/AliRsnExpression.cxx \
24c9c66b 10 RESONANCES/AliRsnPID.cxx \
00001783 11 RESONANCES/AliRsnPIDIndex.cxx \
c75d7906 12 RESONANCES/AliRsnPIDWeightsMgr.cxx \
fce53537 13 RESONANCES/AliRsnEvent.cxx \
c75d7906 14 RESONANCES/AliRsnEventBuffer.cxx \
24c9c66b 15 RESONANCES/AliRsnReader.cxx \
00001783 16 RESONANCES/AliRsnReaderTaskSE.cxx \
17 RESONANCES/AliRsnPairDef.cxx \
c75d7906 18 RESONANCES/AliRsnHistoDef.cxx \
19 RESONANCES/AliRsnSimpleFunction.cxx \
20 RESONANCES/AliRsnSimpleFcnInvMass.cxx \
21 RESONANCES/AliRsnSimpleFcnResolution.cxx \
22 RESONANCES/AliRsnSimpleAnalysis.cxx \
23 RESONANCES/AliRsnSimpleAnalyzer.cxx \
c75d7906 24 RESONANCES/AliRsnSimpleAnalysisTaskSE.cxx \
fce53537 25
00001783 26HDRS= $(SRCS:.cxx=.h)
fce53537 27
28DHDR:=PWG2resonancesLinkDef.h
29
30EXPORT:=
31
00001783 32EINCLUDE:= PYTHIA6
fce53537 33
6aa4b4dc 34ifeq (win32gcc,$(ALICE_TARGET))
35PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
36 -lESD -lANALYSIS -lANALYSISalice \
37 -L$(shell root-config --libdir) -lEG
38endif