]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
getter for number of ids added
authorsgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 31 Oct 2013 12:32:34 +0000 (12:32 +0000)
committersgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 31 Oct 2013 12:32:34 +0000 (12:32 +0000)
HLT/TPCLib/comp/AliHLTTPCDataCompressionIDMap.h

index ffcb6e9c069071e3f3538e34f73a2d35a03c5256..a9dc2dffbdd5085b775369714709dec80320f463 100644 (file)
@@ -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 &sector, Int_t &row, UInt_t &ind );
   Bool_t GetOfflineID( AliHLTUInt32_t hltID, AliHLTUInt32_t &offlineID);