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