]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EMCAL/libEMCALrec.pkg
move minuit initialization to the unfolding method since it leaks and it is not used...
[u/mrichter/AliRoot.git] / EMCAL / libEMCALrec.pkg
CommitLineData
03b0e43d 1#-*-Mode: Makefile-*-
2
e2327a59 3# 19-Aug-05 - split from libEMCAL.pkg
e2327a59 4SRCS =\
5AliEMCALReconstructor.cxx \
6b527f8f 6AliEMCALClusterizer.cxx \
5dee926e 7AliEMCALClusterizerv1.cxx \
fe17d4cb 8AliEMCALTrack.cxx \
f83fb487 9AliEMCALTracker.cxx \
94594e5d 10AliEMCALPID.cxx \
c8603a2b 11AliEMCALQADataMakerRec.cxx \
7c995da4 12AliEMCALAodCluster.cxx
00f4a45b 13
e37e3c84 14
a3b83a22 15HDRS= $(SRCS:.cxx=.h)
efaab2ef 16
0c5b726e 17CINTHDRS:= $(HDRS) AliEMCALGeometry.h AliEMCALGeoUtils.h
de2fbe55 18
7dbbf3bb 19DHDR:=EMCALrecLinkDef.h
e2327a59 20# have to tune
6b527f8f 21EINCLUDE:=PYTHIA6 RAW EVGEN THijing VZERO
03b0e43d 22
23ifeq (win32gcc,$(ALICE_TARGET))
24PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
0c5b726e 25 -lEMCALUtils -lEMCALbase -lEMCALsim -lSTEER -lESD -lCDB -lSTEERBase \
8b13487a 26 -L$(ROOTLIBDIR) -lMinuit
03b0e43d 27endif
916f1e76 28