]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG3/libPWG3base.pkg
Fixes for not filled histograms and calculation of Dijet binning
[u/mrichter/AliRoot.git] / PWG3 / libPWG3base.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS:=  base/AliQuarkoniaAcceptance.cxx \
4         base/AliQuarkoniaEfficiency.cxx \
5         base/AliAnalysisTaskPtMothFromPtDaugh.cxx \
6         base/AliPtMothFromPtDaugh.cxx
7      
8 HDRS:= $(SRCS:.cxx=.h)
9
10 DHDR:= PWG3baseLinkDef.h
11
12 EINCLUDE:= PWG3/base
13
14 ifeq (win32gcc,$(ALICE_TARGET))
15 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase
16 endif