344cf8e0 |
1 | FSRCS= extrap.F |
2 | |
3 | SRCS:= AliMUONClusterReconstructor.cxx \ |
4 | AliMUONClusterFinderVS.cxx \ |
5 | AliMUONClusterFinderAZ.cxx \ |
6 | AliMUONPixel.cxx \ |
7 | AliMUONClusterInput.cxx \ |
8 | AliMUONRawCluster.cxx \ |
9 | AliMUONReconstructor.cxx \ |
10 | AliMUONEventReconstructor.cxx \ |
11 | AliMUONTrack.cxx \ |
12 | AliMUONTrackK.cxx \ |
13 | AliMUONTrackParam.cxx \ |
14 | AliMUONTriggerTrack.cxx \ |
15 | AliMUONRecoTrack.cxx \ |
16 | AliMUONHitForRec.cxx \ |
17 | AliMUONRecoEvent.cxx \ |
18 | AliMUONTrackHit.cxx \ |
19 | AliMUONSegment.cxx \ |
20 | AliMUONReconstHit.cxx \ |
21 | AliMUONDigit.cxx \ |
22 | AliMUONTransientDigit.cxx \ |
23 | AliMUONTriggerDecision.cxx \ |
24 | AliMUONGlobalTrigger.cxx \ |
25 | AliMUONLocalTrigger.cxx \ |
26 | AliMUONTriggerLut.cxx \ |
27 | AliMUONDDLTrigger.cxx \ |
28 | AliMUONSubEventTrigger.cxx \ |
29 | AliMUONScalerEventTrigger.cxx \ |
30 | AliMUONDDLTracker.cxx \ |
31 | AliMUONSubEventTracker.cxx \ |
32 | AliMUONRawData.cxx \ |
33 | AliMUONRawStream.cxx |
34 | |
35 | |
36 | HDRS:= $(SRCS:.cxx=.h) |
37 | |
38 | DHDR:= MUONrecLinkDef.h |
39 | |
40 | |