]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/libMUONbase.pkg
Removing circular dependences, work in progress (Ch. Finck)
[u/mrichter/AliRoot.git] / MUON / libMUONbase.pkg
CommitLineData
e118b27e 1# $Id$
2
7e4a628d 3SRCS:= 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 \
344cf8e0 14 AliMUONSegmentationDetectionElement.cxx \
15 AliMUONSegmentIndex.cxx \
16 AliMUONSegmentManuIndex.cxx \
17 AliMUONSegmentPosition.cxx\
7e4a628d 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 AliMUONSlatGeometryBuilder.cxx \
28 AliMUONTriggerGeometryBuilder.cxx \
29 AliMUONConstants.cxx \
30 AliMUONTriggerConstants.cxx \
31 AliMUONDataInterface.cxx \
32 AliMUONLoader.cxx \
344cf8e0 33 AliMUONChamber.cxx \
34 AliMUONChamberTrigger.cxx \
35 AliMUONTriggerCircuit.cxx \
7e4a628d 36 AliMUONData.cxx \
344cf8e0 37 AliMUONPoints.cxx \
7e4a628d 38 AliMUONHit.cxx \
39 AliMUONHitMapA1.cxx \
40 AliMUONDigit.cxx \
41 AliMUONTransientDigit.cxx \
42 AliMUONRawCluster.cxx \
43 AliMUONGlobalTrigger.cxx \
44 AliMUONLocalTrigger.cxx \
45 AliMUONTriggerLut.cxx \
46 AliMUONDisplay.cxx \
344cf8e0 47 AliMUONRecoDisplay.cxx \
48 AliMUONRecoCheck.cxx
49
50HDRS:= $(SRCS:.cxx=.h)
51
52DHDR:= MUONbaseLinkDef.h
53
1c14c42e 54EINCLUDE:= RAW MUON/mapping
344cf8e0 55