]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/libMUONrec.pkg
Reorganization of the QA (Rec), by splitting a MTR and MCH parts, so they can be...
[u/mrichter/AliRoot.git] / MUON / libMUONrec.pkg
CommitLineData
5bb8775a 1#-*- Mode: Makefile -*-
e118b27e 2# $Id$
3
bace3170 4SRCS:= AliMUONReconstructor.cxx \
2457f726 5 AliMUONVTrackReconstructor.cxx \
29f1b13a 6 AliMUONTrackReconstructor.cxx \
2457f726 7 AliMUONTrackReconstructorK.cxx \
196471e9 8 AliMUONTracker.cxx \
344cf8e0 9 AliMUONTrack.cxx \
344cf8e0 10 AliMUONTrackParam.cxx \
37827b29 11 AliMUONTrackExtrap.cxx \
344cf8e0 12 AliMUONTriggerTrack.cxx \
230fe657 13 AliMUONVTriggerTrackStore.cxx \
14 AliMUONTriggerTrackStoreV1.cxx \
344cf8e0 15 AliMUONRecoTrack.cxx \
88b2dec6 16 AliMUONDigitCalibrator.cxx \
0f57d0bd 17 AliMUONVClusterFinder.cxx \
18 AliMUONPreClusterFinder.cxx \
d1fc960f 19 AliMUONPreClusterFinderV2.cxx \
20 AliMUONPreClusterFinderV3.cxx \
0f57d0bd 21 AliMUONClusterFinderMLEM.cxx \
22 AliMUONClusterSplitterMLEM.cxx \
23 AliMUONClusterFinderSimpleFit.cxx \
24 AliMUONClusterFinderCOG.cxx \
25 AliMUONPad.cxx \
0a710bc8 26 AliMUONCluster.cxx \
27 AliMUONPadStatusMaker.cxx \
28 AliMUONPadStatusMapMaker.cxx \
890903b1 29 AliMUONTrackHitPattern.cxx \
230fe657 30 AliMUONVClusterStore.cxx \
31 AliMUONClusterStoreV1.cxx \
94b5eedd 32 AliMUONClusterStoreV2.cxx \
33 AliMUONClusterStoreV2Iterator.cxx \
230fe657 34 AliMUONVTrackStore.cxx \
3304fa09 35 AliMUONTrackStoreV1.cxx \
d08b5461 36 AliMUONRecoParam.cxx \
37 AliMUONVClusterServer.cxx \
8aa336b1 38 AliMUONSimpleClusterServer.cxx \
ece56eb9 39 AliMUONVQADataMakerRec.cxx \
076957d7 40 AliMUONQADataMakerRec.cxx \
ece56eb9 41 AliMUONTrackerQADataMakerRec.cxx \
42 AliMUONTriggerQADataMakerRec.cxx \
b0b7f42c 43 AliMUONQAChecker.cxx \
ece56eb9 44 AliMUONVQAChecker.cxx \
45 AliMUONTrackerQAChecker.cxx \
46 AliMUONTriggerQAChecker.cxx \
b0b7f42c 47 AliMUONClusterFinderPeakCOG.cxx \
103e6575 48 AliMUONClusterFinderPeakFit.cxx \
7deb8eb0 49 AliMUONRefitter.cxx \
9bf6860b 50 AliMUONESDInterface.cxx \
51 AliMUONLegacyClusterServer.cxx \
515cc5b5 52 AliMUONTriggerTrackToTrackerClusters.cxx \
53 AliMUONVTrackerDataMaker.cxx \
b9bd355c 54 AliMUONTrackerDataMaker.cxx \
55 AliMUONQAMappingCheck.cxx
b6f591ae 56
344cf8e0 57HDRS:= $(SRCS:.cxx=.h)
58
59DHDR:= MUONrecLinkDef.h
60
e118b27e 61EINCLUDE := RAW MUON/mapping
5bb8775a 62
63ifeq (win32gcc,$(ALICE_TARGET))
64PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
65 -lMUONbase -lMUONmapping -lMUONcalib -lMUONtrigger \
66 -lMUONgeometry -lMUONraw -lMUONcore \
67 -lSTEER -lCDB -lESD -lSTEERBase \
68 -lRAWDatasim -lRAWDatabase \
8b13487a 69 -L$(ROOTLIBDIR) -lMinuit -lVMC -lEG -lGeom
5bb8775a 70endif