]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG4/libPWG4JetCorrel.pkg
Add new utils for cluster selections, checking user selected bad channels and cluster...
[u/mrichter/AliRoot.git] / PWG4 / libPWG4JetCorrel.pkg
CommitLineData
c97d2ae1 1#-*- Mode: Makefile -*-
2
3SRCS = JetCorrel/AliAnalysisTaskJetCorrel.cxx \
4 JetCorrel/AliJetCorrelMaker.cxx JetCorrel/AliJetCorrelSelector.cxx JetCorrel/AliJetCorrelReader.cxx JetCorrel/AliJetCorrelMixer.cxx JetCorrel/AliJetCorrelWriter.cxx \
5 JetCorrel/CorrelList.cxx JetCorrel/CorrelParticle.cxx JetCorrel/CorrelRecoParent.cxx JetCorrel/CorrelTrack.cxx JetCorrel/CorrelKFTrack.cxx
6
11ad5089 7HDRS:= $(SRCS:.cxx=.h)
c97d2ae1 8
9DHDR:= PWG4JetCorrelLinkDef.h
10
11EXPORT:=$(SRCS:.cxx=.h)
12
13EINCLUDE:= PWG4/JetCorrel ANALYSIS
14
15ifeq (win32gcc,$(ALICE_TARGET))
16PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
17 -lESD -lAOD -lANALYSIS -lANALYSISalice \
18 -L$(ROOTLIBDIR) -lEG
19endif
20
21