]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG1/libPWG1.pkg
PreReading of MC information on demand.
[u/mrichter/AliRoot.git] / PWG1 / libPWG1.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS:=  AliTreeDraw.cxx \
4         AliMCInfo.cxx   \
5         AliGenV0Info.cxx        \
6         AliGenKinkInfo.cxx      \
7         AliGenInfoMaker.cxx     \
8         AliESDRecInfo.cxx \
9         AliESDRecV0Info.cxx \
10         AliESDRecKinkInfo.cxx \
11         AliRecInfoMaker.cxx \
12         AliComparisonDraw.cxx \
13         AliRecInfoCuts.cxx \
14         AliMCInfoCuts.cxx \
15         AliComparisonTask.cxx \
16         AliComparisonRes.cxx \
17         AliComparisonEff.cxx \
18         AliComparisonDEdx.cxx \
19         AliComparisonDCA.cxx \
20         AliComparisonObject.cxx \
21         AliGenInfoTask.cxx  \
22         AliMCTrackingTestTask.cxx \
23         AliTPCtaskPID.cxx \
24         AliTPCtaskQA.cxx \
25         AliPerformanceTask.cxx \
26         AliPerformanceObject.cxx \
27         AliPerformanceRes.cxx \
28         AliPerformanceEff.cxx \
29         AliPerformanceDEdx.cxx \
30         AliPerformanceDCA.cxx \
31         AliPerformanceTPC.cxx \
32         AliPerformanceMC.cxx \
33         AliAlignmentDataFilterITS.cxx \
34         AliTrackMatchingTPCITSCosmics.cxx \
35         AliAnalysisTaskV0QA.cxx \
36         AliMaterialBudget.cxx \
37         AliPerformanceMatch.cxx \
38         AliRelAlignerKalmanArray.cxx\
39         AliAnalysisTaskITSTPCalignment.cxx
40
41 HDRS:= $(SRCS:.cxx=.h)
42
43 DHDR:= PWG1LinkDef.h
44
45 EINCLUDE:= STEER TPC ITS TRD
46
47 ifeq (win32gcc,$(ALICE_TARGET))
48 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
49                          -lESD -lSTEER -lTPCbase \
50                          -lANALYSISalice -lANALYSIS \
51                          -L$(ROOTLIBDIR) -lMinuit -lEG -lGeom
52 endif