]> git.uio.no Git - u/mrichter/AliRoot.git/commit - ANALYSIS/AliAnalysisManager.cxx
- Common input and output data containers are now created automatically when attachin...
authoragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 10 Feb 2009 13:53:19 +0000 (13:53 +0000)
committeragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 10 Feb 2009 13:53:19 +0000 (13:53 +0000)
commit60a049720530f29c7ab4ada9acf2f38be650a1d4
treec265d89debaf16f9287459b6771371db691f1101
parente73abf7769b1990a822a2c98d07defa9b6e43f27
- Common input and output data containers are now created automatically when attaching an input or output event handler to the analysis manager. One has to connect his task to these containers via:
   mgr->ConnectInput(myTask, 0, mgr->GetCommonInputContainer());
   mgr->ConnectOutput(myTask, iout, mgr->GetCommonOutputContainer());
 (M. Gheata)
- Protection added in AliAnalysisTaskSE for user tasks that are not connected to an output AOD container.
- Protection added in AliAnalysisManager::ConnectInput/Output() when the task pointer is NULL
ANALYSIS/AliAnalysisManager.cxx
ANALYSIS/AliAnalysisManager.h
ANALYSIS/AliAnalysisTaskSE.cxx