]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/libMUONbase.pkg
Bug on pad size (Sacha, 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         AliMUONSt1Segmentation.cxx \
15         AliMUONSegmentationDetectionElement.cxx \
16         AliMUONSegmentIndex.cxx \
17         AliMUONSegmentManuIndex.cxx \
18         AliMUONSegmentPosition.cxx\
19         AliMUONGeometryDEIndexing.cxx \
20         AliMUONCommonGeometryBuilder.cxx \
21         AliMUONSt1GeometryBuilder.cxx \
22         AliMUONSt1GeometryBuilderV2.cxx \
23         AliMUONSt2GeometryBuilder.cxx \
24         AliMUONSt2GeometryBuilderV2.cxx \
25         AliMUONSlatGeometryBuilder.cxx \
26         AliMUONTriggerGeometryBuilder.cxx \
27         AliMUONMathieson.cxx \
28         AliMUONConstants.cxx \
29         AliMUONTriggerConstants.cxx \
30         AliMUONDataInterface.cxx \
31         AliMUONLoader.cxx \
32         AliMUONChamber.cxx \
33         AliMUONChamberTrigger.cxx \
34         AliMUONTriggerCircuit.cxx \
35         AliMUONData.cxx \
36         AliMUONPoints.cxx \
37         AliMUONHit.cxx \
38         AliMUONHitMapA1.cxx \
39         AliMUONDigit.cxx \
40         AliMUONTransientDigit.cxx \
41         AliMUONRawCluster.cxx \
42         AliMUONGlobalTrigger.cxx  \
43         AliMUONLocalTrigger.cxx \
44         AliMUONTriggerLut.cxx \
45         AliMUONDisplay.cxx \
46         AliMUONRecoDisplay.cxx \
47         AliMUONRecoCheck.cxx \
48         AliMUONSt12QuadrantSegmentation.cxx \
49         AliMUONSt345SlatSegmentation.cxx \
50         AliMUONTriggerSegmentation.cxx
51
52 HDRS:= $(SRCS:.cxx=.h)
53
54 DHDR:= MUONbaseLinkDef.h
55
56 EINCLUDE:= RAW MUON/mapping
57