e118b27e |
1 | # $Id$ |
2 | |
7e4a628d |
3 | SRCS:= AliMUON.cxx AliMUONv1.cxx \ |
4 | AliMUONSegmentationV0.cxx \ |
5 | AliMUONSegmentationV01.cxx \ |
6 | AliMUONSegmentationV02.cxx \ |
7 | AliMUONSegmentationTrigger.cxx \ |
8 | AliMUONSegmentationTriggerX.cxx \ |
9 | AliMUONSegmentationTriggerY.cxx \ |
10 | AliMUONSegmentationSlatModule.cxx \ |
11 | AliMUONSegmentationSlatModuleN.cxx \ |
12 | AliMUONSegmentationSlat.cxx \ |
13 | AliMUONSegmentationSlatN.cxx \ |
344cf8e0 |
14 | AliMUONSegmentationDetectionElement.cxx \ |
15 | AliMUONSegmentIndex.cxx \ |
16 | AliMUONSegmentManuIndex.cxx \ |
17 | AliMUONSegmentPosition.cxx\ |
7e4a628d |
18 | AliMUONResponse.cxx \ |
19 | AliMUONResponseV0.cxx \ |
20 | AliMUONResponseTrigger.cxx \ |
21 | AliMUONResponseTriggerV1.cxx\ |
22 | AliMUONGeometryDEIndexing.cxx \ |
23 | AliMUONCommonGeometryBuilder.cxx \ |
24 | AliMUONSt1GeometryBuilder.cxx \ |
25 | AliMUONSt1GeometryBuilderV2.cxx \ |
26 | AliMUONSt2GeometryBuilder.cxx \ |
27 | AliMUONSlatGeometryBuilder.cxx \ |
28 | AliMUONTriggerGeometryBuilder.cxx \ |
29 | AliMUONConstants.cxx \ |
30 | AliMUONTriggerConstants.cxx \ |
31 | AliMUONDataInterface.cxx \ |
32 | AliMUONLoader.cxx \ |
344cf8e0 |
33 | AliMUONChamber.cxx \ |
34 | AliMUONChamberTrigger.cxx \ |
35 | AliMUONTriggerCircuit.cxx \ |
7e4a628d |
36 | AliMUONData.cxx \ |
344cf8e0 |
37 | AliMUONPoints.cxx \ |
7e4a628d |
38 | AliMUONHit.cxx \ |
39 | AliMUONHitMapA1.cxx \ |
40 | AliMUONDigit.cxx \ |
41 | AliMUONTransientDigit.cxx \ |
42 | AliMUONRawCluster.cxx \ |
43 | AliMUONGlobalTrigger.cxx \ |
44 | AliMUONLocalTrigger.cxx \ |
45 | AliMUONTriggerLut.cxx \ |
46 | AliMUONDisplay.cxx \ |
344cf8e0 |
47 | AliMUONRecoDisplay.cxx \ |
e813b49b |
48 | AliMUONRecoCheck.cxx \ |
58d53b65 |
49 | AliMUONSt345SlatSegmentation.cxx \ |
50 | AliMUONTriggerSegmentation.cxx |
344cf8e0 |
51 | |
52 | HDRS:= $(SRCS:.cxx=.h) |
53 | |
54 | DHDR:= MUONbaseLinkDef.h |
55 | |
1c14c42e |
56 | EINCLUDE:= RAW MUON/mapping |
344cf8e0 |
57 | |