]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/libPWG2flow.pkg
Adding possibility to use custom Gain map for dEdx calculation (Marian)
[u/mrichter/AliRoot.git] / PWG2 / libPWG2flow.pkg
index 9042f5df97e3e73ffff926444896bd575684c13f..a731c0e406d2abf3f32c5e1b442c9a606ed0a648 100644 (file)
@@ -1,12 +1,27 @@
-SRCS= FLOW/AliFlowEvent.cxx \
-      FLOW/AliFlowTrack.cxx \
-      FLOW/AliFlowConstants.cxx \
-      FLOW/AliFlowV0.cxx \
-      FLOW/AliFlowSelection.cxx \
-      FLOW/AliFlowAnalyser.cxx \
-      FLOW/AliFlowMaker.cxx \
-      FLOW/AliFlowKineMaker.cxx \
-      FLOW/AliFlowWeighter.cxx 
+#-*- Mode: Makefile -*-
+
+SRCS= FLOW/AliFlowEventSimple.cxx \
+      FLOW/AliFlowTrackSimple.cxx \
+      FLOW/AliFlowCommonConstants.cxx \
+      FLOW/AliFlowLYZConstants.cxx \
+      FLOW/AliFlowCumuConstants.cxx \
+      FLOW/AliFlowCommonHist.cxx \
+      FLOW/AliFlowCommonHistResults.cxx \
+      FLOW/AliFlowLYZHist1.cxx \
+      FLOW/AliFlowLYZHist2.cxx \
+      FLOW/AliFlowVector.cxx \
+      FLOW/AliFlowLYZEventPlane.cxx \
+      FLOW/AliFlowEventSimpleMaker.cxx \
+      FLOW/AliFlowAnalysisWithScalarProduct.cxx \
+      FLOW/AliFlowAnalysisWithMCEventPlane.cxx \
+      FLOW/AliFlowAnalysisWithLYZEventPlane.cxx \
+      FLOW/AliFlowAnalysisWithLeeYangZeros.cxx \
+      FLOW/AliFlowAnalysisWithCumulants.cxx \
+      FLOW/AliAnalysisTaskScalarProduct.cxx \
+      FLOW/AliAnalysisTaskMCEventPlane.cxx \
+      FLOW/AliAnalysisTaskLYZEventPlane.cxx \
+      FLOW/AliAnalysisTaskCumulants.cxx \
+      FLOW/AliAnalysisTaskLeeYangZeros.cxx
 
 HDRS= $(SRCS:.cxx=.h) 
 
@@ -16,3 +31,8 @@ EXPORT:=
 
 EINCLUDE:= 
 
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
+                         -lANALYSIS \
+                         -L$(shell root-config --libdir) -lEG
+endif