]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/libPWG2flowCommon.pkg
Upgrades for setting up a working version of ME task
[u/mrichter/AliRoot.git] / PWG2 / libPWG2flowCommon.pkg
CommitLineData
29b61d43 1#-*- Mode: Makefile -*-
2
3SRCS= FLOW/AliFlowCommon/AliFlowEventSimple.cxx \
4 FLOW/AliFlowCommon/AliFlowTrackSimple.cxx \
5 FLOW/AliFlowCommon/AliFlowTrackSimpleCuts.cxx \
6 FLOW/AliFlowCommon/AliFlowVector.cxx \
7 FLOW/AliFlowCommon/AliFlowCommonConstants.cxx \
8 FLOW/AliFlowCommon/AliFlowLYZConstants.cxx \
9 FLOW/AliFlowCommon/AliFlowCumuConstants.cxx \
93ff27bd 10 FLOW/AliFlowCommon/AliFlowEventSimpleMakerOnTheFly.cxx \
29b61d43 11 FLOW/AliFlowCommon/AliFlowCommonHist.cxx \
12 FLOW/AliFlowCommon/AliFlowCommonHistResults.cxx \
13 FLOW/AliFlowCommon/AliFlowLYZHist1.cxx \
14 FLOW/AliFlowCommon/AliFlowLYZHist2.cxx \
15 FLOW/AliFlowCommon/AliFlowLYZEventPlane.cxx \
16 FLOW/AliFlowCommon/AliFlowAnalysisWithScalarProduct.cxx \
17 FLOW/AliFlowCommon/AliFlowAnalysisWithMCEventPlane.cxx \
18 FLOW/AliFlowCommon/AliFlowAnalysisWithLYZEventPlane.cxx \
19 FLOW/AliFlowCommon/AliFlowAnalysisWithLeeYangZeros.cxx \
20 FLOW/AliFlowCommon/AliFlowAnalysisWithCumulants.cxx \
21 FLOW/AliFlowCommon/AliFlowAnalysisWithQCumulants.cxx \
29b61d43 22 FLOW/AliFlowCommon/AliCumulantsFunctions.cxx \
ce4a88f5 23 FLOW/AliFlowCommon/AliFlowAnalysisWithFittingQDistribution.cxx
29b61d43 24
25HDRS= $(SRCS:.cxx=.h)
26
27DHDR:=PWG2flowCommonLinkDef.h
28
29EXPORT:=
30
96c0c856 31EINCLUDE:= PWG2/FLOW/AliFlowCommon
29b61d43 32
33ifeq (win32gcc,$(ALICE_TARGET))
8b13487a 34PACKSOFLAGS:= $(SOFLAGS) -L$(ROOTLIBDIR) -lEG
29b61d43 35endif