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