]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/libPWG2resonances.pkg
Apply corrections
[u/mrichter/AliRoot.git] / PWG2 / libPWG2resonances.pkg
index 7bc24e0c6e523c9447016ba22c4883084199a121..5c3874b70c429078f137ad9b473eebdb2e3bcd3c 100644 (file)
@@ -1,19 +1,45 @@
-SRCS= RESONANCES/AliRsnParticle.cxx \
-      RESONANCES/AliRsnDaughter.cxx \
-      RESONANCES/AliRsnPID.cxx \
-      RESONANCES/AliRsnDaughterCut.cxx RESONANCES/AliRsnDaughterCutPair.cxx \
+#-*- Mode: Makefile -*-
+
+SRCS= RESONANCES/AliRsnDaughter.cxx \
+      RESONANCES/AliRsnPairParticle.cxx \
+      RESONANCES/AliRsnExpression.cxx \
+      RESONANCES/AliRsnVariableExpression.cxx \
+      RESONANCES/AliRsnCut.cxx \
+      RESONANCES/AliRsnCutStd.cxx \
+      RESONANCES/AliRsnCutBetheBloch.cxx \
+      RESONANCES/AliRsnCutPrimaryVertex.cxx \
+      RESONANCES/AliRsnCutESDPrimary.cxx \
+      RESONANCES/AliRsnCutESDTrigger.cxx \
+      RESONANCES/AliRsnCutSet.cxx \
+      RESONANCES/AliRsnCutMgr.cxx \
+      RESONANCES/AliRsnPIDIndex.cxx \
+      RESONANCES/AliRsnPIDDefESD.cxx \
       RESONANCES/AliRsnEvent.cxx \
-      RESONANCES/AliRsnReader.cxx \
-      RESONANCES/AliRsnReaderTask.cxx \
+      RESONANCES/AliRsnPairDef.cxx \
+      RESONANCES/AliRsnFunction.cxx \
+      RESONANCES/AliRsnFunctionAxis.cxx \
       RESONANCES/AliRsnPair.cxx \
-      RESONANCES/AliRsnManager.cxx \
-      RESONANCES/AliRsnAnalysis.cxx \
+      RESONANCES/AliRsnVATProcessInfo.cxx \
+      RESONANCES/AliRsnVAnalysisTaskSE.cxx \
+      RESONANCES/AliRsnVAnalysisTaskME.cxx \
+      RESONANCES/AliRsnVManager.cxx \
+      RESONANCES/AliRsnPairManager.cxx \
+      RESONANCES/AliRsnAnalysisManager.cxx \
+      RESONANCES/AliRsnAnalysisSE.cxx \
+      RESONANCES/AliRsnAnalysisME.cxx \
+      RESONANCES/AliRsnAnalysisEffSE.cxx \
+      RESONANCES/AliRsnAnalysisTrackEffSE.cxx \
 
-HDRS= $(SRCS:.cxx=.h) 
+HDRS= $(SRCS:.cxx=.h)
 
 DHDR:=PWG2resonancesLinkDef.h
 
 EXPORT:=
 
-EINCLUDE:= PYTHIA6 
+EINCLUDE:= PYTHIA6 PWG2/RESONANCES CORRFW
 
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
+                         -lESD -lANALYSIS -lANALYSISalice \
+                         -L$(shell root-config --libdir) -lEG
+endif