]> 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 ee5104ae3afd355853836479d9ba20f729f83ce0..36a733e125ad117d31dbfe697bb7efc97412de25 100644 (file)
@@ -1,29 +1,42 @@
 #-*- Mode: Makefile -*-
 
-SRCS= RESONANCES/AliRsnMCInfo.cxx \
-      RESONANCES/AliRsnDaughter.cxx \
-      RESONANCES/AliRsnPairParticle.cxx \
+SRCS= RESONANCES/AliRsnDaughter.cxx \
+      RESONANCES/AliRsnMother.cxx \
+      RESONANCES/AliRsnEvent.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/AliRsnCutMgr.cxx \
-      RESONANCES/AliRsnExpression.cxx \
-      RESONANCES/AliRsnPID.cxx \
-      RESONANCES/AliRsnPIDIndex.cxx \
-      RESONANCES/AliRsnPIDDefESD.cxx \
-      RESONANCES/AliRsnEvent.cxx \
-      RESONANCES/AliRsnEventBuffer.cxx \
-      RESONANCES/AliRsnReader.cxx \
-      RESONANCES/AliRsnReaderTask.cxx \
-      RESONANCES/AliRsnReaderTaskSE.cxx \
+      RESONANCES/AliRsnCutValue.cxx \
+      RESONANCES/AliRsnCutManager.cxx \
       RESONANCES/AliRsnPairDef.cxx \
-      RESONANCES/AliRsnHistoDef.cxx \
-      RESONANCES/AliRsnFunction.cxx \
       RESONANCES/AliRsnPair.cxx \
-      RESONANCES/AliRsnPairMgr.cxx \
-      RESONANCES/AliRsnAnalysisTaskSEBase.cxx \
-      RESONANCES/AliRsnAnalysisTaskBase.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)
 
@@ -31,7 +44,7 @@ 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 \