]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EMCAL/libEMCALjet.pkg
Small overlap with muon stations 3,4 corrected.
[u/mrichter/AliRoot.git] / EMCAL / libEMCALjet.pkg
CommitLineData
03b0e43d 1#-*-Mode: Makefile-*-
2
ac81b326 3# 19-Aug-05 - split from libEMCAL.pkg
4FSRCS =\
5jetfinder/jet_finder_ua1.F \
6jetfinder/sgpdge.F
7
8SRCS =\
ac81b326 9jetfinder/AliEMCALJet.cxx \
10jetfinder/AliEMCALParton.cxx \
11jetfinder/AliEMCALJetFinder.cxx \
12jetfinder/AliEMCALJetFinderInput.cxx \
13jetfinder/AliEMCALJetFinderInputSimPrep.cxx \
14jetfinder/AliEMCALJetFinderInputPrep.cxx \
15jetfinder/AliEMCALJetFinderOutput.cxx \
16jetfinder/AliEMCALJetFinderAlgo.cxx \
17jetfinder/AliEMCALJetFinderAlgoOmni.cxx \
18jetfinder/AliEMCALJetFinderAlgoUA1Unit.cxx \
19jetfinder/AliEMCALJetFinderPlots.cxx \
20jetfinder/AliEMCALJetMicroDst.cxx \
21jetfinder/AliEMCALHadronCorrection.cxx \
22jetfinder/AliEMCALHadronCorrectionv0.cxx \
23jetfinder/AliEMCALHadronCorrectionv1.cxx \
24jetfinder/AliEMCALFast.cxx
25
26HDRS= $(SRCS:.cxx=.h)
27
28DHDR:=EMCALLinkDefjet.h
8faf5ae4 29
ac81b326 30# have to tune
31EINCLUDE:=PYTHIA6 RAW EVGEN THijing
03b0e43d 32
33ifeq (win32gcc,$(ALICE_TARGET))
34PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
35 -lEMCALbase -lEMCALsim -lSTEER -lSTEERBase -lmicrocern \
36 -L$(shell root-config --libdir) -lEG
37endif