]> git.uio.no Git - u/mrichter/AliRoot.git/commit - ANALYSIS/AliAnalysisTask.h
The method LocalInit() may be implemented to call locally (on the client)
authoragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 2 May 2007 12:13:59 +0000 (12:13 +0000)
committeragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 2 May 2007 12:13:59 +0000 (12:13 +0000)
commit9b33830a51351fc5446876772bccc0fa2a83204a
tree4c48e768e3826fc663e7d92b9785e0971b3446cf
parentd8a5ee9442124a10f7af22936cc85f82f2b116a6
   The method LocalInit() may be implemented to call locally (on the client)
all initialization methods of the class. It is not mandatory and was created
in order to minimize the complexity and readability of the analysis macro.
DO NOT create in this method the histigrams or task output objects that will
go in the task output containers. Use CreateOutputObjects() method for that.
ANALYSIS/AliAnalysisManager.cxx
ANALYSIS/AliAnalysisTask.cxx
ANALYSIS/AliAnalysisTask.h