89cc3034 |
1 | # |
2 | # mapping |
3 | # |
4 | |
5 | # Category basic |
6 | # |
7 | SRCS += \ |
8 | mapping/AliMpArea.cxx \ |
9 | mapping/AliMpConstants.cxx \ |
10 | mapping/AliMpIntPair.cxx \ |
11 | mapping/AliMpPad.cxx \ |
12 | mapping/AliMpPadIteratorPtr.cxx \ |
13 | mapping/AliMpPadPair.cxx \ |
14 | mapping/AliMpTransformer.cxx \ |
15 | mapping/AliMpTransformPadIterator.cxx \ |
16 | mapping/AliMpVIndexed.cxx \ |
17 | mapping/AliMpVPadIterator.cxx \ |
18 | mapping/AliMpVSegmentation.cxx \ |
19 | |
20 | # Category motif |
21 | # |
22 | SRCS += \ |
23 | mapping/AliMpConnection.cxx \ |
24 | mapping/AliMpMotif.cxx \ |
25 | mapping/AliMpMotifMap.cxx \ |
26 | mapping/AliMpMotifPosition.cxx \ |
27 | mapping/AliMpMotifPositionPadIterator.cxx \ |
28 | mapping/AliMpMotifSpecial.cxx \ |
29 | mapping/AliMpMotifType.cxx \ |
30 | mapping/AliMpMotifTypePadIterator.cxx \ |
31 | mapping/AliMpVMotif.cxx \ |
32 | |
33 | # Category sector |
34 | # |
35 | SRCS += \ |
36 | mapping/AliMpFiles.cxx \ |
37 | mapping/AliMpNeighboursPadIterator.cxx \ |
38 | mapping/AliMpPadRow.cxx \ |
39 | mapping/AliMpPadRowLSegment.cxx \ |
40 | mapping/AliMpPadRowRSegment.cxx \ |
41 | mapping/AliMpReader.cxx \ |
42 | mapping/AliMpRow.cxx \ |
43 | mapping/AliMpRowSegment.cxx \ |
44 | mapping/AliMpRowSegmentLSpecial.cxx \ |
45 | mapping/AliMpRowSegmentRSpecial.cxx \ |
46 | mapping/AliMpSectorAreaHPadIterator.cxx \ |
47 | mapping/AliMpSectorAreaVPadIterator.cxx \ |
48 | mapping/AliMpSector.cxx \ |
49 | mapping/AliMpSectorPadIterator.cxx \ |
50 | mapping/AliMpSectorSegmentation.cxx \ |
51 | mapping/AliMpSubZone.cxx \ |
52 | mapping/AliMpVPadRowSegment.cxx \ |
53 | mapping/AliMpVRowSegment.cxx \ |
54 | mapping/AliMpVRowSegmentSpecial.cxx \ |
55 | mapping/AliMpZone.cxx \ |
56 | |
57 | # Category plane |
58 | # |
59 | SRCS += \ |
60 | mapping/AliMpPlaneAreaPadIterator.cxx \ |
61 | mapping/AliMpPlane.cxx \ |
62 | mapping/AliMpPlaneSegmentation.cxx \ |
63 | mapping/AliMpSectorPosition.cxx \ |
64 | |
65 | # Category graphics |
66 | # |
67 | SRCS += \ |
68 | mapping/AliMpGraphContext.cxx \ |
69 | mapping/AliMpMotifPainter.cxx \ |
70 | mapping/AliMpRowPainter.cxx \ |
71 | mapping/AliMpRowSegmentPainter.cxx \ |
72 | mapping/AliMpSectorPainter.cxx \ |
73 | mapping/AliMpSubZonePainter.cxx \ |
74 | mapping/AliMpVPainter.cxx \ |
75 | mapping/AliMpZonePainter.cxx \ |
76 | |
77 | HDRS = $(SRCS:.cxx=.h) |
78 | |
79 | DHDR:= MUONLinkDefMapping.h |
80 | |
81 | EINCLUDE:= RAW MUON/mapping |
82 | |
83 | SUBDIR := mapping |