]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/libPWG2resonances.pkg
Bug fix in filling BB and BG flags in the ESD friend.
[u/mrichter/AliRoot.git] / PWG2 / libPWG2resonances.pkg
index 9f7b7096b82579a3ae80bccde23c147cfd268bbd..36a733e125ad117d31dbfe697bb7efc97412de25 100644 (file)
@@ -1,14 +1,53 @@
+#-*- Mode: Makefile -*-
+
 SRCS= RESONANCES/AliRsnDaughter.cxx \
-      RESONANCES/AliRsnDaughterCut.cxx RESONANCES/AliRsnDaughterCutPair.cxx \
+      RESONANCES/AliRsnMother.cxx \
       RESONANCES/AliRsnEvent.cxx \
-      RESONANCES/AliRsnReader.cxx RESONANCES/AliRsnSelectorRL.cxx \
-      RESONANCES/AliRsnAnalysis.cxx
+      RESONANCES/AliRsnValue.cxx \
+      RESONANCES/AliRsnFunction.cxx \
+      RESONANCES/AliRsnExpression.cxx \
+      RESONANCES/AliRsnVariableExpression.cxx \
+      RESONANCES/AliRsnCut.cxx \
+      RESONANCES/AliRsnCutStd.cxx \
+      RESONANCES/AliRsnCutPID.cxx \
+      RESONANCES/AliRsnCutBetheBloch.cxx \
+      RESONANCES/AliRsnCutPrimaryVertex.cxx \
+      RESONANCES/AliRsnCutESDPrimary.cxx \
+      RESONANCES/AliRsnCutDaughterType.cxx \
+      RESONANCES/AliRsnCutESD2010.cxx \
+      RESONANCES/AliRsnCutSet.cxx \
+      RESONANCES/AliRsnCutValue.cxx \
+      RESONANCES/AliRsnCutManager.cxx \
+      RESONANCES/AliRsnPairDef.cxx \
+      RESONANCES/AliRsnPair.cxx \
+      RESONANCES/AliRsnPairFunctions.cxx \
+      RESONANCES/AliRsnPairNtuple.cxx \
+      RESONANCES/AliRsnAnalysisManager.cxx \
+      RESONANCES/AliRsnVATProcessInfo.cxx \
+      RESONANCES/AliRsnVAnalysisTaskSE.cxx \
+      RESONANCES/AliRsnVAnalysisTaskME.cxx \
+      RESONANCES/AliRsnAnalysisSE.cxx \
+      RESONANCES/AliRsnAnalysisME.cxx \
+      RESONANCES/AliRsnAnalysisEffSE.cxx \
+      RESONANCES/AliRsnTOFT0maker.cxx \
+      RESONANCES/AliRsnAnalysisPhi900GeV.cxx \
+      RESONANCES/AliRsnAnalysisPhi7TeV.cxx \
+      RESONANCES/AliRsnAnalysisPhi7TeVNoPID.cxx \
+      RESONANCES/AliRsnMonitorTrack.cxx \
+      RESONANCES/AliRsnAnalysisMonitorTask.cxx \
+      RESONANCES/AliRsnAnalysisMonitorPairTask.cxx \
+#      RESONANCES/AliRsnFitResult.cxx \
 
-HDRS= $(SRCS:.cxx=.h) 
+HDRS= $(SRCS:.cxx=.h)
 
 DHDR:=PWG2resonancesLinkDef.h
 
 EXPORT:=
 
-EINCLUDE:= PYTHIA6
+EINCLUDE:= PYTHIA6 PWG2/RESONANCES CORRFW TOF
 
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
+                         -lESD -lANALYSIS -lANALYSISalice \
+                         -L$(shell root-config --libdir) -lEG
+endif