]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/libPWG2flowCommon.pkg
- Adding check and flagging for HG present
[u/mrichter/AliRoot.git] / PWG2 / libPWG2flowCommon.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS= FLOW/AliFlowCommon/AliFlowEventSimple.cxx \
4       FLOW/AliFlowCommon/AliFlowTrackSimple.cxx \
5       FLOW/AliFlowCommon/AliStarTrack.cxx \
6       FLOW/AliFlowCommon/AliStarEvent.cxx \
7       FLOW/AliFlowCommon/AliStarTrackCuts.cxx \
8       FLOW/AliFlowCommon/AliStarEventCuts.cxx \
9       FLOW/AliFlowCommon/AliFlowEventStar.cxx \
10       FLOW/AliFlowCommon/AliStarEventReader.cxx \
11       FLOW/AliFlowCommon/AliFlowTrackSimpleCuts.cxx \
12       FLOW/AliFlowCommon/AliFlowVector.cxx \
13       FLOW/AliFlowCommon/AliFlowCommonConstants.cxx \
14       FLOW/AliFlowCommon/AliFlowLYZConstants.cxx \
15       FLOW/AliFlowCommon/AliFlowEventSimpleMakerOnTheFly.cxx \
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 \
27       FLOW/AliFlowCommon/AliFlowAnalysisWithFittingQDistribution.cxx \
28       FLOW/AliFlowCommon/AliFlowAnalysisWithMixedHarmonics.cxx \
29       FLOW/AliFlowCommon/AliFlowAnalysisWithNestedLoops.cxx
30
31 HDRS= $(SRCS:.cxx=.h) 
32
33 DHDR:=PWG2flowCommonLinkDef.h
34
35 EXPORT:=
36
37 EINCLUDE:= PWG2/FLOW/AliFlowCommon 
38
39 ifeq (win32gcc,$(ALICE_TARGET))
40 PACKSOFLAGS:= $(SOFLAGS) -L$(ROOTLIBDIR) -lEG
41 endif