]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/libFMDsim.pkg
Revived the geometry that Alla did orginally. The code is in the classes
[u/mrichter/AliRoot.git] / FMD / libFMDsim.pkg
CommitLineData
44cc5e44 1#-*- Mode: Makefile -*-
4347b38f 2#
44cc5e44 3# $Id$
4
4347b38f 5SRCS = AliFMD.cxx \
37c4363a 6 AliFMDv0.cxx \
7 AliFMDv1.cxx \
1a1fdef7 8 AliFMDSimulator.cxx \
9 AliFMDGeoSimulator.cxx \
4ac75127 10 AliFMDGeoOldSimulator.cxx \
1a1fdef7 11 AliFMDG3Simulator.cxx \
4ac75127 12 AliFMDG3OldSimulator.cxx \
4347b38f 13 AliFMDHit.cxx \
e802be3e 14 AliFMDDigitizer.cxx \
e802be3e 15 AliFMDEdepMap.cxx \
16 AliFMDRawWriter.cxx
17HDRS = $(SRCS:.cxx=.h)
4347b38f 18DHDR := FMDsimLinkDef.h
19EINCLUDE := $(ALICE)/RAW
44cc5e44 20
4347b38f 21#
22# EOF
23#