]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
All tasks must post data once for all outputs (AG)
authoragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 2 Aug 2010 11:47:36 +0000 (11:47 +0000)
committeragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 2 Aug 2010 11:47:36 +0000 (11:47 +0000)
ANALYSIS/AliPhysicsSelectionTask.cxx

index 16cc3dbeb10084372c47f06806e9bd01bc912fc8..d82440c27695430e9c707c85b4ff596c29b82945 100644 (file)
@@ -79,6 +79,8 @@ void AliPhysicsSelectionTask::UserCreateOutputObjects()
     fPhysicsSelection = new AliPhysicsSelection;
   
   fOutput->Add(fPhysicsSelection);
+  // All tasks must post data once for all outputs (AG)
+  PostData(1, fOutput);
 }
 
 void AliPhysicsSelectionTask::UserExec(Option_t*)