]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/libPWG2resonances.pkg
Added a class for single event monitor computations in RESONANCE package
[u/mrichter/AliRoot.git] / PWG2 / libPWG2resonances.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS= RESONANCES/AliRsnMCInfo.cxx \
4       RESONANCES/AliRsnDaughter.cxx \
5       RESONANCES/AliRsnPairParticle.cxx \
6       RESONANCES/AliRsnCut.cxx \
7       RESONANCES/AliRsnCutSet.cxx \
8       RESONANCES/AliRsnCutMgr.cxx \
9       RESONANCES/AliRsnExpression.cxx \
10       RESONANCES/AliRsnPID.cxx \
11       RESONANCES/AliRsnPIDIndex.cxx \
12       RESONANCES/AliRsnPIDWeightsMgr.cxx \
13       RESONANCES/AliRsnEvent.cxx \
14       RESONANCES/AliRsnEventBuffer.cxx \
15       RESONANCES/AliRsnEventFunction.cxx \
16       RESONANCES/AliRsnEventTaskSE.cxx \
17       RESONANCES/AliRsnReader.cxx \
18       RESONANCES/AliRsnReaderTask.cxx \
19       RESONANCES/AliRsnReaderTaskSE.cxx \
20       RESONANCES/AliRsnPairDef.cxx \
21       RESONANCES/AliRsnHistoDef.cxx \
22       RESONANCES/AliRsnFunction.cxx \
23       RESONANCES/AliRsnPair.cxx \
24       RESONANCES/AliRsnPairMgr.cxx \
25       RESONANCES/AliRsnAnalysisTaskSEBase.cxx \
26       RESONANCES/AliRsnAnalysisTaskBase.cxx \
27       RESONANCES/AliRsnAnalysisSE.cxx \
28       RESONANCES/AliRsnComparisonObj.cxx \
29       RESONANCES/AliRsnComparisonAT.cxx \
30
31 HDRS= $(SRCS:.cxx=.h)
32
33 DHDR:=PWG2resonancesLinkDef.h
34
35 EXPORT:=
36
37 EINCLUDE:= PYTHIA6
38
39 ifeq (win32gcc,$(ALICE_TARGET))
40 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
41                          -lESD -lANALYSIS -lANALYSISalice \
42                          -L$(shell root-config --libdir) -lEG
43 endif