X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=HLT%2FBASE%2FAliHLTOUTHandlerChain.cxx;h=559bff62db37152d59ba42db950d99281983ef10;hb=91bad62dd34a341d6bd7c932cc38679158e72fe6;hp=eee551fba3d39650859b6414b5c59896c93b94a9;hpb=19b5c3214afe1aee833305f58c01598cbbbab14b;p=u%2Fmrichter%2FAliRoot.git diff --git a/HLT/BASE/AliHLTOUTHandlerChain.cxx b/HLT/BASE/AliHLTOUTHandlerChain.cxx index eee551fba3d..559bff62db3 100644 --- a/HLT/BASE/AliHLTOUTHandlerChain.cxx +++ b/HLT/BASE/AliHLTOUTHandlerChain.cxx @@ -70,6 +70,14 @@ AliHLTOUTHandlerChain::~AliHLTOUTHandlerChain() { // see header file for class documentation if (fpSystem) { + // TODO: the EOR is currenttly not send because the reconstruction + // chian is not stopped. Trying it here gives an error, there is + // some state mismatch in AliHLTSystem. Probably due to the fact, + // that the AliHLTSystem::Reconstruct method is not used +// if (!fpSystem->CheckStatus(AliHLTSystem::kError)) { +// // send specific 'event' to execute the stop sequence +// fpSystem->Reconstruct(0, NULL, NULL); +// } delete fpSystem; } }