]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/libFMDflow.pkg
Important changes to the reconstructor classes. Complete elimination of the run-loade...
[u/mrichter/AliRoot.git] / FMD / libFMDflow.pkg
CommitLineData
39eefe19 1#-*- Mode: Makefile -*-
2#
3# $Id$
4
5SRCS = flow/AliFMDFlowAxis.cxx \
6 flow/AliFMDFlowBessel.cxx \
7 flow/AliFMDFlowBin.cxx \
8 flow/AliFMDFlowBinned1D.cxx \
9 flow/AliFMDFlowBinned2D.cxx \
10 flow/AliFMDFlowEfficiency.cxx \
11 flow/AliFMDFlowEventPlane.cxx \
12 flow/AliFMDFlowHarmonic.cxx \
13 flow/AliFMDFlowResolution.cxx \
14 flow/AliFMDFlowTrue.cxx
15
16# AliFMDAltroIO.cxx
17
18HDRS = $(SRCS:.cxx=.h) \
19 flow/AliFMDFlowStat.h \
20 flow/AliFMDFlowUtil.h
21
22DHDR := flow/FMDflowLinkDef.h
23
24#
25# EOF
26#