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