]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/libMUONrec.pkg
- Update to read the "new" data format for the TailCancelation Filter Analysis
[u/mrichter/AliRoot.git] / MUON / libMUONrec.pkg
1 #-*- Mode: Makefile -*-
2 # $Id$
3
4 SRCS:= AliMUONReconstructor.cxx \
5        AliMUONVTrackReconstructor.cxx \
6        AliMUONTrackReconstructor.cxx \
7        AliMUONTrackReconstructorK.cxx \
8        AliMUONTracker.cxx \
9        AliMUONTrack.cxx \
10        AliMUONTrackParam.cxx \
11        AliMUONTrackExtrap.cxx \
12        AliMUONTriggerTrack.cxx \
13        AliMUONVTriggerTrackStore.cxx \
14        AliMUONTriggerTrackStoreV1.cxx \
15        AliMUONRecoTrack.cxx \
16        AliMUONDigitCalibrator.cxx \
17        AliMUONVClusterFinder.cxx \
18        AliMUONPreClusterFinder.cxx \
19        AliMUONPreClusterFinderV2.cxx \
20        AliMUONPreClusterFinderV3.cxx \
21        AliMUONClusterFinderMLEM.cxx \
22        AliMUONClusterSplitterMLEM.cxx \
23        AliMUONClusterFinderSimpleFit.cxx \
24        AliMUONClusterFinderCOG.cxx \
25        AliMUONPad.cxx \
26        AliMUONCluster.cxx \
27        AliMUONPadStatusMapMaker.cxx \
28        AliMUONTrackHitPattern.cxx \
29        AliMUONVClusterStore.cxx \
30        AliMUONClusterStoreV1.cxx \
31        AliMUONClusterStoreV2.cxx \
32        AliMUONClusterStoreV2Iterator.cxx \
33        AliMUONVTrackStore.cxx \
34        AliMUONTrackStoreV1.cxx \
35        AliMUONVClusterServer.cxx \
36        AliMUONSimpleClusterServer.cxx \
37        AliMUONVQADataMakerRec.cxx \
38        AliMUONQADataMakerRec.cxx \
39        AliMUONTrackerQADataMakerRec.cxx \
40        AliMUONTriggerQADataMakerRec.cxx \
41        AliMUONClusterFinderPeakCOG.cxx \
42        AliMUONClusterFinderPeakFit.cxx \
43        AliMUONRefitter.cxx \
44        AliMUONESDInterface.cxx \
45        AliMUONLegacyClusterServer.cxx \
46        AliMUONTriggerTrackToTrackerClusters.cxx \
47        AliMUONVTrackerDataMaker.cxx \
48        AliMUONTrackerDataMaker.cxx \
49        AliMUONQAMappingCheck.cxx \
50        AliMUONCDB.cxx \
51        AliMUONTrackerConditionDataMaker.cxx
52        
53 HDRS:= $(SRCS:.cxx=.h)
54
55 DHDR:= MUONrecLinkDef.h
56
57 EINCLUDE := RAW MUON/mapping
58
59 ifeq (win32gcc,$(ALICE_TARGET))
60 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
61                          -lMUONbase -lMUONmapping -lMUONcalib -lMUONtrigger \
62                          -lMUONgeometry -lMUONraw -lMUONcore \
63                          -lSTEER -lCDB -lESD -lSTEERBase \
64                          -lRAWDatasim -lRAWDatabase \
65                          -L$(ROOTLIBDIR) -lMinuit -lVMC -lEG -lGeom 
66 endif