]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EMCAL/libEMCALrec.pkg
Move option to reclusterizer with calibrated amplitudes from NxN to mother Clusterize...
[u/mrichter/AliRoot.git] / EMCAL / libEMCALrec.pkg
1 #-*-Mode: Makefile-*-
2
3 # 19-Aug-05 - split from libEMCAL.pkg
4 SRCS =\
5 AliEMCALReconstructor.cxx \
6 AliEMCALClusterizer.cxx \
7 AliEMCALClusterizerv1.cxx \
8 AliEMCALClusterizerNxN.cxx \
9 AliEMCALUnfolding.cxx \
10 AliEMCALTrack.cxx \
11 AliEMCALTracker.cxx \
12 AliEMCALPID.cxx \
13 AliEMCALQADataMakerRec.cxx \
14 AliEMCALAodCluster.cxx
15
16
17 HDRS= $(SRCS:.cxx=.h) 
18
19 CINTHDRS:= $(HDRS) AliEMCALGeometry.h AliEMCALGeoUtils.h 
20
21 DHDR:=EMCALrecLinkDef.h
22 # have to tune
23 EINCLUDE:=PYTHIA6 RAW EVGEN THijing VZERO
24
25 EXPORT:=AliEMCALTrack.h
26
27 ifeq (win32gcc,$(ALICE_TARGET))
28 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
29                          -lEMCALUtils -lEMCALbase -lEMCALsim -lSTEER -lESD -lCDB -lSTEERBase \
30                          -L$(ROOTLIBDIR) -lMinuit
31 endif
32