]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTOUTTask.cxx
- AliHLTSystem: proper cleanup of HLTOUT sub-collection of local
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTOUTTask.cxx
index b7e33efa4335661a17e7093ea2ead4e2abaea371..b55349c230a274faece44129c5928f926d4ef5f9 100644 (file)
@@ -115,7 +115,10 @@ int AliHLTOUTTask::GenerateIndex()
       }
     }
   } else {
-    HLTWarning("no data buffer available");
+    // 2008-08-07 this is not a failure condition
+    // If the chain has not been processed because LocalReconstruction
+    // is not enabled, the task will be empty
+    //HLTWarning("no data buffer available");
   }
   return iResult;
 }
@@ -161,3 +164,10 @@ int AliHLTOUTTask::ResetInput()
   fBlockDescList.clear();
   return iResult;
 }
+
+const char* AliHLTOUTTask::GetSourceChains() const
+{
+  // see header file for class documentation
+  if (!fpConfiguration) return "";
+  return fpConfiguration->GetSourceSettings();
+}