]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/libMUONbase.pkg
Adding classes AliMUONVCluster, AliMUONRawClusterV2 (Philippe P., Laurent)
[u/mrichter/AliRoot.git] / MUON / libMUONbase.pkg
1 # $Id$
2
3 SRCS:=  AliMUONConstants.cxx \
4         AliMUONMathieson.cxx \
5         AliMUONDigit.cxx \
6         AliMUONRealDigit.cxx \
7         AliMUONVCluster.cxx \
8         AliMUONRawCluster.cxx \
9         AliMUONRawClusterV2.cxx \
10         AliMUONCalibrationData.cxx \
11         AliMUONDigitMaker.cxx \
12         AliMUONRawWriter.cxx \
13         AliMUONLogger.cxx \
14         AliMUONCDB.cxx \
15         AliMUONHVNamer.cxx \
16         AliMUONVDigitStore.cxx \
17         AliMUONDigitStoreV1.cxx \
18         AliMUONDigitStoreV1Iterator.cxx \
19         AliMUONDigitStoreVImpl.cxx \
20         AliMUONDigitStoreVImplIterator.cxx \
21         AliMUONDigitStoreV2R.cxx \
22         AliMUONDigitStoreV2S.cxx \
23         AliMUONTOTCAStoreIterator.cxx \
24         AliMUONVDigit.cxx \
25         AliMUONTriggerCircuit.cxx \
26         AliMUONVTriggerStore.cxx \
27         AliMUONTriggerStoreV1.cxx \
28         
29 HDRS:= $(SRCS:.cxx=.h)
30
31 DHDR:= MUONbaseLinkDef.h
32
33 EINCLUDE:= RAW MUON/mapping
34