From 986cd5aa3b282d77178b4b0359d73b11da6e33e4 Mon Sep 17 00:00:00 2001 From: sgorbuno Date: Thu, 31 Oct 2013 12:32:34 +0000 Subject: [PATCH] getter for number of ids added --- HLT/TPCLib/comp/AliHLTTPCDataCompressionIDMap.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HLT/TPCLib/comp/AliHLTTPCDataCompressionIDMap.h b/HLT/TPCLib/comp/AliHLTTPCDataCompressionIDMap.h index ffcb6e9c069..a9dc2dffbdd 100644 --- a/HLT/TPCLib/comp/AliHLTTPCDataCompressionIDMap.h +++ b/HLT/TPCLib/comp/AliHLTTPCDataCompressionIDMap.h @@ -29,6 +29,10 @@ class AliHLTTPCDataCompressionIDMap: public AliHLTLogging{ void FillHLTID( AliHLTUInt32_t hltID ); void EndFilling(); + Int_t GetNumberOfIDs(){ + return fPatchFirstID[fkNPatchesTotal]; + } + Bool_t GetOfflineID( AliHLTUInt32_t hltID, Int_t §or, Int_t &row, UInt_t &ind ); Bool_t GetOfflineID( AliHLTUInt32_t hltID, AliHLTUInt32_t &offlineID); -- 2.43.0