]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/libMUONbase.pkg
Including St2 in the new geometry segmentation (Christian)
[u/mrichter/AliRoot.git] / MUON / libMUONbase.pkg
1 # $Id$
2
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 \
14         AliMUONSegmentationDetectionElement.cxx \
15         AliMUONSegmentIndex.cxx \
16         AliMUONSegmentManuIndex.cxx \
17         AliMUONSegmentPosition.cxx\
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         AliMUONSt2GeometryBuilderV2.cxx \
28         AliMUONSlatGeometryBuilder.cxx \
29         AliMUONTriggerGeometryBuilder.cxx \
30         AliMUONConstants.cxx \
31         AliMUONTriggerConstants.cxx \
32         AliMUONDataInterface.cxx \
33         AliMUONLoader.cxx \
34         AliMUONChamber.cxx \
35         AliMUONChamberTrigger.cxx \
36         AliMUONTriggerCircuit.cxx \
37         AliMUONData.cxx \
38         AliMUONPoints.cxx \
39         AliMUONHit.cxx \
40         AliMUONHitMapA1.cxx \
41         AliMUONDigit.cxx \
42         AliMUONTransientDigit.cxx \
43         AliMUONRawCluster.cxx \
44         AliMUONGlobalTrigger.cxx  \
45         AliMUONLocalTrigger.cxx \
46         AliMUONTriggerLut.cxx \
47         AliMUONDisplay.cxx \
48         AliMUONRecoDisplay.cxx \
49         AliMUONRecoCheck.cxx \
50         AliMUONSt345SlatSegmentation.cxx \
51         AliMUONTriggerSegmentation.cxx
52
53 HDRS:= $(SRCS:.cxx=.h)
54
55 DHDR:= MUONbaseLinkDef.h
56
57 EINCLUDE:= RAW MUON/mapping
58