]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
GetOutput(1)
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 15 Dec 2009 12:57:35 +0000 (12:57 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 15 Dec 2009 12:57:35 +0000 (12:57 +0000)
PWG1/TPC/AliPerformanceTask.cxx
PWG1/global/AliAnalysisTaskVertexESD.cxx

index d08c640de79507e7752b48bea4a9114fb5b2e755..b679ef8b45f2e0c59cf5c05ada6a445743deeb82 100644 (file)
@@ -194,7 +194,7 @@ void AliPerformanceTask::Terminate(Option_t *)
   // Called one at the end \r
   \r
   // check output data\r
-  fOutput = dynamic_cast<TList*> (GetOutputData(0));\r
+  fOutput = dynamic_cast<TList*> (GetOutputData(1));\r
   if (!fOutput) {\r
     Printf("ERROR: AliPerformanceTask::Terminate(): Output data not avaiable GetOutputData(0)==0x0 ..." );\r
     return;\r
index 2ea1919335b92179428386bc136d35135f7fb80f..614b3816415a68153ef20c83b613541f6ae84e84 100644 (file)
@@ -382,7 +382,7 @@ void AliAnalysisTaskVertexESD::Terminate(Option_t *)
 {
   // Draw result to the screen
   // Called once at the end of the query
-  fOutput = dynamic_cast<TList*> (GetOutputData(0));
+  fOutput = dynamic_cast<TList*> (GetOutputData(1));
   if (!fOutput) {     
     Printf("ERROR: fOutput not available");
     return;