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