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 | AliMUONTrackHit.cxx \ |
18 | AliMUONSegment.cxx \ |
344cf8e0 |
19 | AliMUONDDLTrigger.cxx \ |
20 | AliMUONSubEventTrigger.cxx \ |
21 | AliMUONScalerEventTrigger.cxx \ |
22 | AliMUONDDLTracker.cxx \ |
23 | AliMUONSubEventTracker.cxx \ |
a19e2543 |
24 | AliMUONRawReader.cxx \ |
1af223d7 |
25 | AliMUONRawStream.cxx \ |
cc87ebcd |
26 | AliMUONClusterDrawAZ.cxx \ |
27 | AliMUONDetElement.cxx \ |
28 | AliMUONEventRecoCombi.cxx |
344cf8e0 |
29 | |
30 | |
31 | HDRS:= $(SRCS:.cxx=.h) |
32 | |
33 | DHDR:= MUONrecLinkDef.h |
34 | |
35 | |
e118b27e |
36 | EINCLUDE := RAW MUON/mapping |