From: slindal Date: Thu, 4 Nov 2010 21:00:35 +0000 (+0000) Subject: returning correct event id from homer manager X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=1f1a74c0a149a8a2ccae0d20b2e39f8870478073 returning correct event id from homer manager --- diff --git a/HLT/BASE/AliHLTHOMERManager.h b/HLT/BASE/AliHLTHOMERManager.h index 72c6fe9fa6f..31aa7bd4044 100644 --- a/HLT/BASE/AliHLTHOMERManager.h +++ b/HLT/BASE/AliHLTHOMERManager.h @@ -87,7 +87,7 @@ public: virtual Int_t NextCycle() { return NextEvent(); } /** Get event ID */ - ULong_t GetEventID() { return fEventID[fCurrentBufferIdx]; } + ULong_t GetEventID() { return fEventID[fBufferTopIdx]; } Int_t GetNAvailableEvents() { return fNEventsAvailable;}