]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/libPWG2flow.pkg
Corrections/container for antiprotons
[u/mrichter/AliRoot.git] / PWG2 / libPWG2flow.pkg
CommitLineData
1e57e576 1#-*- Mode: Makefile -*-
2
448e8856 3SRCS= FLOW/AliFlowEventSimple.cxx \
4 FLOW/AliFlowTrackSimple.cxx \
5 FLOW/AliFlowCommonConstants.cxx \
6 FLOW/AliFlowLYZConstants.cxx \
7 FLOW/AliFlowCumuConstants.cxx \
8 FLOW/AliFlowCommonHist.cxx \
9 FLOW/AliFlowCommonHistResults.cxx \
10 FLOW/AliFlowLYZHist1.cxx \
11 FLOW/AliFlowLYZHist2.cxx \
12 FLOW/AliFlowVector.cxx \
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 \
aaebd73d 20 FLOW/AliCumulantsFunctions.cxx \
0b7f49e9 21 FLOW/AliAnalysisTaskScalarProduct.cxx \
448e8856 22 FLOW/AliAnalysisTaskMCEventPlane.cxx \
23 FLOW/AliAnalysisTaskLYZEventPlane.cxx \
924fafb7 24 FLOW/AliAnalysisTaskCumulants.cxx \
1e57e576 25 FLOW/AliAnalysisTaskLeeYangZeros.cxx
6ef175a2 26
27HDRS= $(SRCS:.cxx=.h)
28
29DHDR:=PWG2flowLinkDef.h
30
31EXPORT:=
32
9777bfcb 33EINCLUDE:=
6ef175a2 34
1e57e576 35ifeq (win32gcc,$(ALICE_TARGET))
36PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
37 -lANALYSIS \
38 -L$(shell root-config --libdir) -lEG
39endif