From 9b8aed537dc8bda1144157b1569c7bd9cbfe6ac1 Mon Sep 17 00:00:00 2001 From: cvetan Date: Mon, 6 Jul 2009 15:40:12 +0000 Subject: [PATCH] We should fill the rest of the CTP data into esd even if the interaction records are not there. --- STEER/AliCTPRawStream.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STEER/AliCTPRawStream.cxx b/STEER/AliCTPRawStream.cxx index 44987c28a7f..48b480b419f 100644 --- a/STEER/AliCTPRawStream.cxx +++ b/STEER/AliCTPRawStream.cxx @@ -172,7 +172,7 @@ Bool_t AliCTPRawStream::Next() if (fRawReader->GetDataSize() == 52) { AliDebug(1,"No interaction records found"); fRawReader->RequireHeader(kTRUE); - return kFALSE; + return kTRUE; } // Read IRs -- 2.39.3