]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/libMUONbase.pkg
In Reconstruct(TTree* digitsTree, TTree* clustersTree):
[u/mrichter/AliRoot.git] / MUON / libMUONbase.pkg
1 # $Id$
2
3 SRCS:=  AliMUONConstants.cxx \
4         AliMUONMathieson.cxx \
5         AliMUONDigit.cxx \
6         AliMUONRawCluster.cxx \
7         AliMUONCalibrationData.cxx \
8         AliMUONDigitMaker.cxx \
9         AliMUONRawWriter.cxx \
10         AliMUONLogger.cxx \
11         AliMUONCDB.cxx \
12         AliMUONHVNamer.cxx \
13         AliMUONVDigitStore.cxx \
14         AliMUONDigitStoreV1.cxx \
15         AliMUONDigitStoreV1Iterator.cxx \
16         AliMUONTOTCAStoreIterator.cxx \
17         AliMUONStopwatchGroup.cxx \
18         AliMUONVDigit.cxx \
19         AliMUONVTriggerStore.cxx \
20         AliMUONTriggerStoreV1.cxx \
21         
22 HDRS:= $(SRCS:.cxx=.h) AliMUONStopwatchGroupElement.h
23
24 DHDR:= MUONbaseLinkDef.h
25
26 EINCLUDE:= RAW MUON/mapping
27