]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/libFMDbase.pkg
Bugs corrected in TF1 and some other functions cleared
[u/mrichter/AliRoot.git] / FMD / libFMDbase.pkg
CommitLineData
44cc5e44 1#-*- Mode: Makefile -*-
4347b38f 2#
44cc5e44 3# $Id$
4
54e415a8 5SRCS = AliFMDDigit.cxx \
54e415a8 6 AliFMDBoolMap.cxx \
7 AliFMDUShortMap.cxx \
8 AliFMDCalibPedestal.cxx \
9 AliFMDCalibGain.cxx \
8f6ee336 10 AliFMDCalibSampleRate.cxx \
c2fc1258 11 AliFMDCalibStripRange.cxx \
57c3c593 12 AliFMDAltroMapping.cxx \
54e415a8 13 AliFMDParameters.cxx \
14 AliFMDGeometry.cxx \
15 AliFMDRing.cxx \
16 AliFMDDetector.cxx \
17 AliFMD1.cxx \
18 AliFMD2.cxx \
8f6ee336 19 AliFMD3.cxx
20
c2fc1258 21# AliFMDAltroIO.cxx
22
54e415a8 23HDRS = $(SRCS:.cxx=.h)
24DHDR := FMDbaseLinkDef.h
44cc5e44 25
89038aed 26EINCLUDE := RAW
4347b38f 27#
28# EOF
89038aed 29#