]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/libMUONbase.pkg
Removing classes for raw data -
[u/mrichter/AliRoot.git] / MUON / libMUONbase.pkg
1 # $Id$
2
3 SRCS:=  AliMUON.cxx AliMUONv1.cxx \
4         AliMUONCommonGeometryBuilder.cxx \
5         AliMUONSt1GeometryBuilder.cxx \
6         AliMUONSt1GeometryBuilderV2.cxx \
7         AliMUONSt1SpecialMotif.cxx \
8         AliMUONSt2GeometryBuilder.cxx \
9         AliMUONSt2GeometryBuilderV2.cxx \
10         AliMUONSlatGeometryBuilder.cxx \
11         AliMUONTriggerGeometryBuilder.cxx \
12         AliMUONMathieson.cxx \
13         AliMUONConstants.cxx \
14         AliMUONTriggerConstants.cxx \
15         AliMUONDataInterface.cxx \
16         AliMUONLoader.cxx \
17         AliMUONChamber.cxx \
18         AliMUONChamberTrigger.cxx \
19         AliMUONTriggerCircuit.cxx \
20         AliMUONData.cxx \
21         AliMUONDataIterator.cxx \
22         AliMUONVDataIterator.cxx \
23         AliMUONDataDigitIterator.cxx \
24         AliMUONPoints.cxx \
25         AliMUONHit.cxx \
26         AliMUONDigit.cxx \
27         AliMUONTransientDigit.cxx \
28         AliMUONRawCluster.cxx \
29         AliMUONGlobalTrigger.cxx  \
30         AliMUONLocalTrigger.cxx \
31         AliMUONTriggerLut.cxx \
32         AliMUONDisplay.cxx \
33         AliMUONRecoCheck.cxx \
34         AliMUONSt12QuadrantSegmentation.cxx \
35         AliMUONSt345SlatSegmentation.cxx \
36         AliMUONSt345SlatSegmentationV2.cxx \
37         AliMUONTriggerSegmentation.cxx \
38         AliMUONTriggerSegmentationV2.cxx \
39         AliMUONSegFactory.cxx \
40         AliMUONV2DStore.cxx \
41         AliMUONV1DStore.cxx \
42         AliMUON2DMap.cxx \
43         AliMUON1DArray.cxx \
44         AliMUONVCalibParam.cxx \
45         AliMUONCalibParam1I.cxx \
46         AliMUONCalibParam2F.cxx \
47         AliMUONCalibrationData.cxx \
48         AliMUONCheck.cxx 
49      
50 HDRS:= $(SRCS:.cxx=.h)
51
52 DHDR:= MUONbaseLinkDef.h
53
54 EINCLUDE:= RAW MUON/mapping
55