]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/libMUONbase.pkg
Added class to read reconstruction parameters from OCDB (Yuri)
[u/mrichter/AliRoot.git] / MUON / libMUONbase.pkg
1 # $Id$
2
3 SRCS:=  AliMUONConstants.cxx \
4         AliMUONMathieson.cxx \
5         AliMUONData.cxx \
6         AliMUONDataIterator.cxx \
7         AliMUONDataDigitIterator.cxx \
8         AliMUONDigit.cxx \
9         AliMUONHitMapA1.cxx \
10         AliMUONRawCluster.cxx \
11         AliMUONSt12QuadrantSegmentation.cxx \
12         AliMUONSt345SlatSegmentation.cxx \
13         AliMUONTriggerSegmentation.cxx \
14         AliMUONSegFactory.cxx \
15         AliMUONCalibrationData.cxx \
16         AliMUONDigitMaker.cxx \
17         AliMUONRawWriter.cxx \
18         AliMUONLogger.cxx \
19         AliMUONCDB.cxx \
20         AliMUONHVNamer.cxx \
21  
22 HDRS:= $(SRCS:.cxx=.h)
23
24 DHDR:= MUONbaseLinkDef.h
25
26 EINCLUDE:= RAW MUON/mapping
27