]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FMD/libFMDsim.pkg
Workaround to compute conformal track parameters at vertex.
[u/mrichter/AliRoot.git] / FMD / libFMDsim.pkg
1 #-*- Mode: Makefile -*-
2 #
3 # $Id$
4
5 SRCS            =  AliFMD.cxx                   \
6                    AliFMDv0.cxx                 \
7                    AliFMDv1.cxx                 \
8                    AliFMDSubDetector.cxx        \
9                    AliFMD1.cxx                  \
10                    AliFMD2.cxx                  \
11                    AliFMD3.cxx                  \
12                    AliFMDRing.cxx               \
13                    AliFMDPolygon.cxx            \
14                    AliFMDHit.cxx                \
15                    AliFMDDigitizer.cxx          \
16                    AliFMDEdepMap.cxx            \
17                    AliFMDRawWriter.cxx
18 HDRS            =  $(SRCS:.cxx=.h) 
19 DHDR            := FMDsimLinkDef.h
20 EINCLUDE        := $(ALICE)/RAW
21
22 #
23 # EOF
24 #