]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/libPWG2flow.pkg
Macro to plot and compare integrated and differentail flow obtained from
[u/mrichter/AliRoot.git] / PWG2 / libPWG2flow.pkg
CommitLineData
1e57e576 1#-*- Mode: Makefile -*-
2
448e8856 3SRCS= FLOW/AliFlowEventSimple.cxx \
4 FLOW/AliFlowTrackSimple.cxx \
bc92c0cb 5 FLOW/AliFlowVector.cxx \
448e8856 6 FLOW/AliFlowCommonConstants.cxx \
7 FLOW/AliFlowLYZConstants.cxx \
8 FLOW/AliFlowCumuConstants.cxx \
9 FLOW/AliFlowCommonHist.cxx \
10 FLOW/AliFlowCommonHistResults.cxx \
11 FLOW/AliFlowLYZHist1.cxx \
12 FLOW/AliFlowLYZHist2.cxx \
448e8856 13 FLOW/AliFlowLYZEventPlane.cxx \
14 FLOW/AliFlowEventSimpleMaker.cxx \
0b7f49e9 15 FLOW/AliFlowAnalysisWithScalarProduct.cxx \
448e8856 16 FLOW/AliFlowAnalysisWithMCEventPlane.cxx \
17 FLOW/AliFlowAnalysisWithLYZEventPlane.cxx \
18 FLOW/AliFlowAnalysisWithLeeYangZeros.cxx \
19 FLOW/AliFlowAnalysisWithCumulants.cxx \
bc92c0cb 20 FLOW/AliFlowAnalysisWithQCumulants.cxx \
9bed2723 21 FLOW/AliFittingQDistribution.cxx \
aaebd73d 22 FLOW/AliCumulantsFunctions.cxx \
bc92c0cb 23 FLOW/AliQCumulantsFunctions.cxx \
9bed2723 24 FLOW/AliFittingFunctionsForQDistribution.cxx \
0b7f49e9 25 FLOW/AliAnalysisTaskScalarProduct.cxx \
448e8856 26 FLOW/AliAnalysisTaskMCEventPlane.cxx \
27 FLOW/AliAnalysisTaskLYZEventPlane.cxx \
924fafb7 28 FLOW/AliAnalysisTaskCumulants.cxx \
bc92c0cb 29 FLOW/AliAnalysisTaskQCumulants.cxx \
9bed2723 30 FLOW/AliAnalysisTaskLeeYangZeros.cxx \
31 FLOW/AliAnalysisTaskFittingQDistribution.cxx
6ef175a2 32
33HDRS= $(SRCS:.cxx=.h)
34
35DHDR:=PWG2flowLinkDef.h
36
37EXPORT:=
38
9777bfcb 39EINCLUDE:=
6ef175a2 40
1e57e576 41ifeq (win32gcc,$(ALICE_TARGET))
42PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
43 -lANALYSIS \
44 -L$(shell root-config --libdir) -lEG
45endif