]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/libPWG2unicor.pkg
Change in the way event selection corrections are made
[u/mrichter/AliRoot.git] / PWG2 / libPWG2unicor.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS= UNICOR/AliAnalysisTaskUnicor.cxx \
4       UNICOR/AliUnicorAnalCorrel.cxx \
5       UNICOR/AliUnicorAnal.cxx \
6       UNICOR/AliUnicorAnalGlobal.cxx \
7       UNICOR/AliUnicorAnalHighpt.cxx     \
8       UNICOR/AliUnicorAnalPtfluc.cxx     \
9       UNICOR/AliUnicorAnalSingle.cxx     \
10       UNICOR/AliUnicorEventAliceESD.cxx \
11       UNICOR/AliUnicorEvent.cxx \
12       UNICOR/AliUnicorHN.cxx \
13       UNICOR/AliUnicorPair.cxx 
14
15 HDRS= $(SRCS:.cxx=.h) 
16
17 DHDR:= PWG2unicorLinkDef.h
18
19 EXPORT:=
20
21 EINCLUDE:= PWG2/UNICOR ANALYSIS 
22
23 ifeq (win32gcc,$(ALICE_TARGET))
24 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
25                          -lESD -lAOD 
26 endif