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