]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/libMUONrec.pkg
- AliMUONAlignmentTask and AddTaskMuonAlignment: New AliAnalysisTask to run the muon
[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 \
97d0abba 17 AliMUONAlignment.cxx \
4d610fd5 18 AliMUONAlignmentTask.cxx \
19 AliMUONReAlignTask.cxx \
0f57d0bd 20 AliMUONVClusterFinder.cxx \
21 AliMUONPreClusterFinder.cxx \
d1fc960f 22 AliMUONPreClusterFinderV2.cxx \
23 AliMUONPreClusterFinderV3.cxx \
0f57d0bd 24 AliMUONClusterFinderMLEM.cxx \
25 AliMUONClusterSplitterMLEM.cxx \
26 AliMUONClusterFinderSimpleFit.cxx \
27 AliMUONClusterFinderCOG.cxx \
28 AliMUONPad.cxx \
0a710bc8 29 AliMUONCluster.cxx \
30 AliMUONPadStatusMaker.cxx \
31 AliMUONPadStatusMapMaker.cxx \
890903b1 32 AliMUONTrackHitPattern.cxx \
230fe657 33 AliMUONVClusterStore.cxx \
34 AliMUONClusterStoreV1.cxx \
94b5eedd 35 AliMUONClusterStoreV2.cxx \
36 AliMUONClusterStoreV2Iterator.cxx \
230fe657 37 AliMUONVTrackStore.cxx \
3304fa09 38 AliMUONTrackStoreV1.cxx \
d08b5461 39 AliMUONRecoParam.cxx \
40 AliMUONVClusterServer.cxx \
8aa336b1 41 AliMUONSimpleClusterServer.cxx \
076957d7 42 AliMUONQADataMakerRec.cxx \
b0b7f42c 43 AliMUONQAChecker.cxx \
44 AliMUONClusterFinderPeakCOG.cxx \
103e6575 45 AliMUONClusterFinderPeakFit.cxx \
7deb8eb0 46 AliMUONRefitter.cxx \
9bf6860b 47 AliMUONESDInterface.cxx \
48 AliMUONLegacyClusterServer.cxx \
515cc5b5 49 AliMUONTriggerTrackToTrackerClusters.cxx \
50 AliMUONVTrackerDataMaker.cxx \
b6f591ae 51 AliMUONTrackerDataMaker.cxx
52
344cf8e0 53HDRS:= $(SRCS:.cxx=.h)
54
55DHDR:= MUONrecLinkDef.h
56
e118b27e 57EINCLUDE := RAW MUON/mapping
5bb8775a 58
59ifeq (win32gcc,$(ALICE_TARGET))
60PACKSOFLAGS:= $(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$(shell root-config --libdir) -lMinuit -lVMC -lEG -lGeom
66endif