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