]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/libMUONbase.pkg
Add a protection to avoid array boundary error in IntSpecGeant
[u/mrichter/AliRoot.git] / MUON / libMUONbase.pkg
1 # $Id$
2
3 SRCS:=  AliMUONConstants.cxx \
4         AliMUONMathieson.cxx \
5         AliMUONDigit.cxx \
6         AliMUONRealDigit.cxx \
7         AliMUONRawCluster.cxx \
8         AliMUONCalibrationData.cxx \
9         AliMUONDigitMaker.cxx \
10         AliMUONRawWriter.cxx \
11         AliMUONLogger.cxx \
12         AliMUONCDB.cxx \
13         AliMUONHVNamer.cxx \
14         AliMUONVDigitStore.cxx \
15         AliMUONDigitStoreV1.cxx \
16         AliMUONDigitStoreV1Iterator.cxx \
17         AliMUONDigitStoreVImpl.cxx \
18         AliMUONDigitStoreVImplIterator.cxx \
19         AliMUONDigitStoreV2R.cxx \
20         AliMUONDigitStoreV2S.cxx \
21         AliMUONTOTCAStoreIterator.cxx \
22         AliMUONVDigit.cxx \
23         AliMUONVTriggerStore.cxx \
24         AliMUONTriggerStoreV1.cxx \
25         
26 HDRS:= $(SRCS:.cxx=.h)
27
28 DHDR:= MUONbaseLinkDef.h
29
30 EINCLUDE:= RAW MUON/mapping
31