]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG4/libPWG4totEt.pkg
Added mock up of baryon enhancement, added code 20100 as lead collisions from 2010...
[u/mrichter/AliRoot.git] / PWG4 / libPWG4totEt.pkg
CommitLineData
2fbf38ac 1#-*- Mode: Makefile -*-
2
4998becf 3SRCS = totEt/AliAnalysisEtCuts.cxx \
4totEt/AliAnalysisEt.cxx \
2fbf38ac 5totEt/AliAnalysisEtMonteCarlo.cxx \
6totEt/AliAnalysisEtMonteCarloEmcal.cxx \
7totEt/AliAnalysisEtMonteCarloPhos.cxx \
8totEt/AliAnalysisEtReconstructed.cxx \
9totEt/AliAnalysisEtReconstructedEmcal.cxx \
10totEt/AliAnalysisEtReconstructedPhos.cxx \
11totEt/AliAnalysisTaskTotEt.cxx \
641e1e0c 12totEt/AliAnalysisHadEt.cxx \
13totEt/AliAnalysisHadEtMonteCarlo.cxx \
14totEt/AliAnalysisHadEtReconstructed.cxx \
15totEt/AliAnalysisTaskHadEt.cxx \
020abff0 16totEt/AliAnalysisHadEtCorrections.cxx \
2fbf38ac 17
18HDRS:= $(SRCS:.cxx=.h)
19
20DHDR:= PWG4totEtLinkDef.h
21
22EXPORT:=$(SRCS:.cxx=.h)
23
24EINCLUDE = PWG4/totEt
25
26ifeq (win32gcc,$(ALICE_TARGET))
27PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
28 -lESD -lAOD -lANALYSIS -lANALYSISalice -lPHOSUtils \
29 -L$(ROOTLIBDIR) -lEG
30endif