]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/libPWG2resonances.pkg
- Adding check and flagging for HG present
[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 \
fecaa02e 36 RESONANCES/AliRsnAnalysisEffSE.cxx \
4e36e232 37# RESONANCES/AliRsnFitResult.cxx \
fce53537 38
00001783 39HDRS= $(SRCS:.cxx=.h)
fce53537 40
41DHDR:=PWG2resonancesLinkDef.h
42
43EXPORT:=
44
b9bbd271 45EINCLUDE:= PYTHIA6 PWG2/RESONANCES CORRFW TOF
fce53537 46
6aa4b4dc 47ifeq (win32gcc,$(ALICE_TARGET))
48PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
49 -lESD -lANALYSIS -lANALYSISalice \
bd6bf3ee 50 -L$(shell root-config --libdir) -lEG
6aa4b4dc 51endif