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 \ |
29f1b13a |
10 | AliMUONTrackReconstructor.cxx \ |
344cf8e0 |
11 | AliMUONTrack.cxx \ |
12 | AliMUONTrackK.cxx \ |
13 | AliMUONTrackParam.cxx \ |
14 | AliMUONTriggerTrack.cxx \ |
15 | AliMUONRecoTrack.cxx \ |
16 | AliMUONHitForRec.cxx \ |
344cf8e0 |
17 | AliMUONSegment.cxx \ |
cc87ebcd |
18 | AliMUONClusterDrawAZ.cxx \ |
19 | AliMUONDetElement.cxx \ |
156df13c |
20 | AliMUONEventRecoCombi.cxx \ |
88b2dec6 |
21 | AliMUONDigitCalibrator.cxx \ |
af4f0ea7 |
22 | AliMillepede.cxx \ |
97d0abba |
23 | AliMUONAlignment.cxx \ |
24 | AliMUONDisplay.cxx \ |
25 | AliMUONRecoCheck.cxx |
344cf8e0 |
26 | |
27 | |
28 | HDRS:= $(SRCS:.cxx=.h) |
29 | |
30 | DHDR:= MUONrecLinkDef.h |
31 | |
32 | |
e118b27e |
33 | EINCLUDE := RAW MUON/mapping |