e118b27e |
1 | # $Id$ |
2 | |
230fe657 |
3 | SRCS:= AliMUONClusterReconstructor.cxx \ |
344cf8e0 |
4 | AliMUONPixel.cxx \ |
344cf8e0 |
5 | AliMUONReconstructor.cxx \ |
2457f726 |
6 | AliMUONVTrackReconstructor.cxx \ |
29f1b13a |
7 | AliMUONTrackReconstructor.cxx \ |
2457f726 |
8 | AliMUONTrackReconstructorK.cxx \ |
196471e9 |
9 | AliMUONTracker.cxx \ |
344cf8e0 |
10 | AliMUONTrack.cxx \ |
344cf8e0 |
11 | AliMUONTrackParam.cxx \ |
37827b29 |
12 | AliMUONTrackExtrap.cxx \ |
344cf8e0 |
13 | AliMUONTriggerTrack.cxx \ |
230fe657 |
14 | AliMUONVTriggerTrackStore.cxx \ |
15 | AliMUONTriggerTrackStoreV1.cxx \ |
344cf8e0 |
16 | AliMUONRecoTrack.cxx \ |
17 | AliMUONHitForRec.cxx \ |
88b2dec6 |
18 | AliMUONDigitCalibrator.cxx \ |
af4f0ea7 |
19 | AliMillepede.cxx \ |
97d0abba |
20 | AliMUONAlignment.cxx \ |
0f57d0bd |
21 | AliMUONVClusterFinder.cxx \ |
22 | AliMUONPreClusterFinder.cxx \ |
d1fc960f |
23 | AliMUONPreClusterFinderV2.cxx \ |
24 | AliMUONPreClusterFinderV3.cxx \ |
0f57d0bd |
25 | AliMUONClusterFinderMLEM.cxx \ |
26 | AliMUONClusterSplitterMLEM.cxx \ |
27 | AliMUONClusterFinderSimpleFit.cxx \ |
28 | AliMUONClusterFinderCOG.cxx \ |
29 | AliMUONPad.cxx \ |
0a710bc8 |
30 | AliMUONCluster.cxx \ |
31 | AliMUONPadStatusMaker.cxx \ |
32 | AliMUONPadStatusMapMaker.cxx \ |
890903b1 |
33 | AliMUONTrackHitPattern.cxx \ |
8c0b5e70 |
34 | AliMUONTriggerChamberEff.cxx \ |
230fe657 |
35 | AliMUONVClusterStore.cxx \ |
36 | AliMUONClusterStoreV1.cxx \ |
94b5eedd |
37 | AliMUONClusterStoreV2.cxx \ |
38 | AliMUONClusterStoreV2Iterator.cxx \ |
230fe657 |
39 | AliMUONVTrackStore.cxx \ |
40 | AliMUONTrackStoreV1.cxx |
41 | |
344cf8e0 |
42 | HDRS:= $(SRCS:.cxx=.h) |
43 | |
44 | DHDR:= MUONrecLinkDef.h |
45 | |
e118b27e |
46 | EINCLUDE := RAW MUON/mapping |