e118b27e |
1 | # $Id$ |
2 | |
890903b1 |
3 | SRCS:= AliMUONRecData.cxx \ |
4 | AliMUONRecLoader.cxx \ |
5 | AliMUONClusterReconstructor.cxx \ |
5289cf2f |
6 | AliMUONDigitMapA1.cxx \ |
344cf8e0 |
7 | AliMUONClusterFinderVS.cxx \ |
8 | AliMUONClusterFinderAZ.cxx \ |
9 | AliMUONPixel.cxx \ |
10 | AliMUONClusterInput.cxx \ |
344cf8e0 |
11 | AliMUONReconstructor.cxx \ |
2457f726 |
12 | AliMUONVTrackReconstructor.cxx \ |
29f1b13a |
13 | AliMUONTrackReconstructor.cxx \ |
2457f726 |
14 | AliMUONTrackReconstructorK.cxx \ |
196471e9 |
15 | AliMUONTracker.cxx \ |
344cf8e0 |
16 | AliMUONTrack.cxx \ |
17 | AliMUONTrackK.cxx \ |
18 | AliMUONTrackParam.cxx \ |
37827b29 |
19 | AliMUONTrackExtrap.cxx \ |
344cf8e0 |
20 | AliMUONTriggerTrack.cxx \ |
21 | AliMUONRecoTrack.cxx \ |
22 | AliMUONHitForRec.cxx \ |
cc87ebcd |
23 | AliMUONClusterDrawAZ.cxx \ |
24 | AliMUONDetElement.cxx \ |
156df13c |
25 | AliMUONEventRecoCombi.cxx \ |
88b2dec6 |
26 | AliMUONDigitCalibrator.cxx \ |
af4f0ea7 |
27 | AliMillepede.cxx \ |
97d0abba |
28 | AliMUONAlignment.cxx \ |
0f57d0bd |
29 | AliMUONVClusterFinder.cxx \ |
30 | AliMUONPreClusterFinder.cxx \ |
31 | AliMUONClusterFinderMLEM.cxx \ |
32 | AliMUONClusterSplitterMLEM.cxx \ |
33 | AliMUONClusterFinderSimpleFit.cxx \ |
34 | AliMUONClusterFinderCOG.cxx \ |
35 | AliMUONPad.cxx \ |
0a710bc8 |
36 | AliMUONCluster.cxx \ |
37 | AliMUONPadStatusMaker.cxx \ |
38 | AliMUONPadStatusMapMaker.cxx \ |
890903b1 |
39 | AliMUONTrackHitPattern.cxx \ |
40 | |
344cf8e0 |
41 | HDRS:= $(SRCS:.cxx=.h) |
42 | |
43 | DHDR:= MUONrecLinkDef.h |
44 | |
e118b27e |
45 | EINCLUDE := RAW MUON/mapping |