e118b27e |
1 | # $Id$ |
2 | |
7e4a628d |
3 | SRCS:= AliMUON.cxx AliMUONv1.cxx \ |
772a8ded |
4 | AliMUONMathieson.cxx \ |
7e4a628d |
5 | AliMUONConstants.cxx \ |
7e4a628d |
6 | AliMUONDataInterface.cxx \ |
7 | AliMUONLoader.cxx \ |
344cf8e0 |
8 | AliMUONChamber.cxx \ |
0c527060 |
9 | AliMUONTriggerCrateStore.cxx \ |
344cf8e0 |
10 | AliMUONChamberTrigger.cxx \ |
e1a10d41 |
11 | AliMUONTriggerCircuit.cxx \ |
7e4a628d |
12 | AliMUONData.cxx \ |
5b317fa0 |
13 | AliMUONDataIterator.cxx \ |
14 | AliMUONVDataIterator.cxx \ |
03313099 |
15 | AliMUONObjectPair.cxx \ |
5b317fa0 |
16 | AliMUONDataDigitIterator.cxx \ |
344cf8e0 |
17 | AliMUONPoints.cxx \ |
7e4a628d |
18 | AliMUONHit.cxx \ |
7e4a628d |
19 | AliMUONDigit.cxx \ |
7e4a628d |
20 | AliMUONRawCluster.cxx \ |
21 | AliMUONGlobalTrigger.cxx \ |
86f264a9 |
22 | AliMUONRegionalTrigger.cxx \ |
7e4a628d |
23 | AliMUONLocalTrigger.cxx \ |
24 | AliMUONTriggerLut.cxx \ |
772a8ded |
25 | AliMUONSt12QuadrantSegmentation.cxx \ |
58d53b65 |
26 | AliMUONSt345SlatSegmentation.cxx \ |
94d085f8 |
27 | AliMUONTriggerSegmentation.cxx \ |
cf3a22e0 |
28 | AliMUONSegFactory.cxx \ |
cf3a22e0 |
29 | AliMUONV2DStore.cxx \ |
5b317fa0 |
30 | AliMUONV1DStore.cxx \ |
cf3a22e0 |
31 | AliMUON2DMap.cxx \ |
f1bff020 |
32 | AliMUON2DMapIterator.cxx \ |
5b317fa0 |
33 | AliMUON1DArray.cxx \ |
83c386fb |
34 | AliMUON1DMap.cxx \ |
35 | AliMUON1DMapIterator.cxx \ |
da57eac8 |
36 | AliMUONVCalibParam.cxx \ |
37 | AliMUONCalibParam1I.cxx \ |
38 | AliMUONCalibParam2F.cxx \ |
4cd57624 |
39 | AliMUONCalibParamNF.cxx \ |
60ad9514 |
40 | AliMUONCalibrationData.cxx \ |
241560c2 |
41 | AliMUONTriggerEfficiencyCells.cxx\ |
42 | AliMUONRawStreamTrigger.cxx \ |
43 | AliMUONRawStreamTracker.cxx \ |
244e02b6 |
44 | AliMUONDigitMaker.cxx \ |
7ed99e44 |
45 | AliMUONTriggerChamberEff.cxx \ |
4cd57624 |
46 | AliMUONLogger.cxx \ |
47 | AliMUON2DStoreValidator.cxx \ |
48 | AliMUONCheckItem.cxx \ |
49 | AliMUONCheckItemIterator.cxx |
83c386fb |
50 | |
344cf8e0 |
51 | HDRS:= $(SRCS:.cxx=.h) |
52 | |
53 | DHDR:= MUONbaseLinkDef.h |
54 | |
1c14c42e |
55 | EINCLUDE:= RAW MUON/mapping |
344cf8e0 |
56 | |