]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCDigitReaderUnpacked.h
code cleanup, removing unused functionality; fully implemented in the AliHLTTPCDataCo...
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCDigitReaderUnpacked.h
index 1e79513c86c68ad3a5638afd955318f9c36d2213..ff50823260dccad68b395a2d19a592a165189362 100644 (file)
@@ -76,6 +76,7 @@ public:
   AliHLTUInt32_t GetAltroBlockHWaddr() const;
   int GetBunchSize();
   const UInt_t* GetSignals();
+  AliHLTTPCDigitData GetSortedDigit();
   Int_t GetSortedTime();    
   Int_t GetSortedSignal();
   Int_t GetSortedPad() const;
@@ -158,7 +159,7 @@ private:
 
   Int_t fPatch;
 
-  ClassDef(AliHLTTPCDigitReaderUnpacked, 1)
+  ClassDef(AliHLTTPCDigitReaderUnpacked, 0)
 };
 #endif