]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTHOMERManager.h
Adding the new detector MFT (Antonio Uras)
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTHOMERManager.h
index 31aa7bd404447921a83116742d043f0f800f155a..f9e868b746183a6fe4ef9b9f554df0041ca86a4f 100644 (file)
@@ -87,7 +87,7 @@ public:
   virtual Int_t NextCycle() { return NextEvent(); }
 
   /** Get event ID */
-  ULong_t GetEventID() { return fEventID[fBufferTopIdx]; }
+  ULong_t GetEventID() { return fEventId; }
 
   Int_t GetNAvailableEvents() { return fNEventsAvailable;}
   
@@ -148,7 +148,7 @@ private:
   //============ Block Handling ====================
 
   /** Get pointer to block list in event buffer */
-  TList* GetBlockListEventBuffer( Int_t idx );
+  TList* GetBlockListEventBuffer( );
     
   /** Get Number of blocks in current event */
   ULong_t GetNBlks() { return fNBlks; }
@@ -209,6 +209,7 @@ private:
   TList* fSourceList;                /** List to HOMER sources */
   ULong_t fNBlks;                    /** Number of blockes in current event */
   ULong64_t fEventID[BUFFERSIZE];    /** EventID of current event */
+  ULong64_t fEventId;
   ULong_t fCurrentBlk;               /** Current block in current event */
   TList* fAsyncBlockList;            /** List containing asychronous blocks */
   TList* fBlockList;            /** List containing asychronous blocks */