]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/util/AliHLTFilePublisher.cxx
handling of steering events
[u/mrichter/AliRoot.git] / HLT / BASE / util / AliHLTFilePublisher.cxx
index 0862266ccc2dad3d4de54087eb7f6115c9bed705..caaeb91fde781aba4a4d1b7efb1697d7b3d02489 100644 (file)
@@ -328,6 +328,10 @@ int AliHLTFilePublisher::GetEvent( const AliHLTComponentEventData& /*evtData*/,
                                   AliHLTComponentBlockDataList& outputBlocks )
 {
   // see header file for class documentation
+
+  // process data events only
+  if (!IsDataEvent()) return 0;
+
   int iResult=0;
   TObjLink *lnk=fpCurrent;
   if (lnk==NULL) lnk=fEvents.FirstLink();