efaab2ef |
1 | FSRCS= extrap.F |
2 | |
a5b68976 |
3 | SRCS = AliMUONChamber.cxx AliMUONChamberTrigger.cxx \ |
efaab2ef |
4 | AliMUONSegmentationV0.cxx\ |
5 | AliMUONResponse.cxx AliMUONResponseV0.cxx \ |
6 | AliMUONSegmentationV01.cxx \ |
74f8c8e3 |
7 | AliMUONSegmentationV02.cxx \ |
efaab2ef |
8 | AliMUONSegmentationTrigger.cxx AliMUONResponseTrigger.cxx\ |
9 | AliMUONResponseTriggerV1.cxx\ |
10 | AliMUONSegmentationTriggerX.cxx AliMUONSegmentationTriggerY.cxx \ |
cf464691 |
11 | AliMUONSegmentationDetectionElement.cxx AliMUONSegmentIndex.cxx \ |
12 | AliMUONSegmentManuIndex.cxx AliMUONSegmentPosition.cxx\ |
74f8c8e3 |
13 | AliMUON.cxx AliMUONv0.cxx AliMUONv1.cxx AliMUONv3.cxx \ |
d4bb94a1 |
14 | AliMUONGeometryBuilder.cxx \ |
d1cd2474 |
15 | AliMUONChamberGeometry.cxx AliMUONGeometryConstituent.cxx AliMUONGeometryEnvelope.cxx \ |
16 | AliMUONVGeometryBuilder.cxx AliMUONSt1GeometryBuilder.cxx AliMUONSt1GeometryBuilderV2.cxx \ |
17 | AliMUONSt2GeometryBuilder.cxx AliMUONSlatGeometryBuilder.cxx \ |
18 | AliMUONTriggerGeometryBuilder.cxx \ |
efaab2ef |
19 | AliMUONDisplay.cxx AliMUONPoints.cxx \ |
d1775029 |
20 | AliMUONClusterReconstructor.cxx AliMUONClusterFinderVS.cxx \ |
efaab2ef |
21 | AliMUONHitMapA1.cxx \ |
22 | AliMUONHit.cxx AliMUONPadHit.cxx AliMUONDigit.cxx \ |
23 | AliMUONTransientDigit.cxx AliMUONRawCluster.cxx \ |
24 | AliMUONReconstHit.cxx \ |
25 | AliMUONEventReconstructor.cxx \ |
cac2eb58 |
26 | AliMUONReconstructor.cxx \ |
27 | AliMUONTriggerDecision.cxx \ |
efaab2ef |
28 | AliMUONHitForRec.cxx AliMUONSegment.cxx \ |
b39de941 |
29 | AliMUONTrack.cxx AliMUONTriggerTrack.cxx \ |
30 | AliMUONTrackHit.cxx AliMUONTrackParam.cxx \ |
efaab2ef |
31 | AliMUONTriggerCircuit.cxx AliMUONTriggerLut.cxx \ |
32 | AliMUONGlobalTrigger.cxx AliMUONLocalTrigger.cxx \ |
33 | AliMUONTriggerConstants.cxx AliMUONConstants.cxx \ |
34 | AliMUONClusterInput.cxx \ |
35 | AliMUONSegmentationSlatModule.cxx AliMUONSegmentationSlatModuleN.cxx \ |
36 | AliMUONSegmentationSlat.cxx AliMUONSegmentationSlatN.cxx \ |
08c05ca4 |
37 | AliMUONRecoEvent.cxx AliMUONRecoTrack.cxx AliMUONRecoDisplay.cxx \ |
cf464691 |
38 | AliMUONMerger.cxx AliMUONFactory.cxx AliMUONDigitizer.cxx \ |
39 | AliMUONDigitizerv1.cxx AliMUONDigitizerv2.cxx AliMUONSDigitizerv1.cxx \ |
3fa6cfdd |
40 | AliMUONTrackK.cxx AliMUONClusterFinderAZ.cxx AliMUONPixel.cxx \ |
39e39255 |
41 | AliMUONLoader.cxx AliMUONData.cxx AliMUONDataInterface.cxx \ |
69be760c |
42 | AliMUONDDLTrigger.cxx AliMUONSubEventTrigger.cxx AliMUONDDLTracker.cxx \ |
cf464691 |
43 | AliMUONRawData.cxx AliMUONSubEventTracker.cxx AliMUONRawStream.cxx |
39e39255 |
44 | |
f347de98 |
45 | |
d1cd2474 |
46 | SRCS += AliMUONSt1Segmentation.cxx AliMUONSt1Response.cxx \ |
5f91c9e8 |
47 | AliMUONSt1ElectronicElement.cxx AliMUONSt1SpecialMotif.cxx \ |
48 | AliMUONSt1ResponseParameter.cxx AliMUONSt1ResponseRule.cxx \ |
49 | AliMUONSt1IniReader.cxx AliMUONSt1Decoder.cxx \ |
50 | |
f347de98 |
51 | HDRS = $(SRCS:.cxx=.h) |
52 | |
efaab2ef |
53 | DHDR:= MUONLinkDef.h |
a5b68976 |
54 | |
5f91c9e8 |
55 | include MUON/libMUON.pkg.mapping |
eec15521 |
56 | |
87a13264 |
57 | SUBDIR := mapping |
81fa5b79 |
58 | |
59 | EINCLUDE+= RAW |