]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
- adding new classes to build system
authorodjuvsla <odjuvsla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 7 Dec 2010 11:55:24 +0000 (11:55 +0000)
committerodjuvsla <odjuvsla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 7 Dec 2010 11:55:24 +0000 (11:55 +0000)
PWG4/libPWG4totEt.pkg

index 36d170ffd1a2145f34cd7ce1bab024af3ea544dd..29a63645ebf19528e76a9442ab662989203d1e1d 100644 (file)
@@ -1,6 +1,7 @@
 #-*- Mode: Makefile -*-
 
 SRCS = totEt/AliAnalysisEtCuts.cxx \
+totEt/AliAnalysisEtCommon.cxx \
 totEt/AliAnalysisEt.cxx \
 totEt/AliAnalysisEtMonteCarlo.cxx \
 totEt/AliAnalysisEtMonteCarloEmcal.cxx \
@@ -14,6 +15,10 @@ totEt/AliAnalysisHadEtMonteCarlo.cxx \
 totEt/AliAnalysisHadEtReconstructed.cxx \
 totEt/AliAnalysisTaskHadEt.cxx \
 totEt/AliAnalysisHadEtCorrections.cxx \
+totEt/AliAnalysisTaskTransverseEnergy.cxx \
+totEt/AliAnalysisEtSelectionContainer.cxx \
+totEt/AliAnalysisEtSelectionHandler.cxx
+
 
 HDRS:= $(SRCS:.cxx=.h)