]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliTPCRawStream.cxx
fix coding convention violations
[u/mrichter/AliRoot.git] / RAW / AliTPCRawStream.cxx
index 2f71b80f38a3e171784e76335d76c49d46762026..2598d6f6cdc52e2fe5d8a738be9908408fb1f925 100644 (file)
 /* $Id$ */
 
 ///////////////////////////////////////////////////////////////////////////////
-//
-// This is a base class for reading TPC raw data and providing
-// information about digits
-//
-// It loops over all TPC digits in the raw data given by the AliRawReader.
-// The Next method goes to the next digit. If there are no digits left
-// it returns kFALSE.
-// Several getters provide information about the current digit.
-//
+///
+/// This class provides access to TPC digits in raw data.
+///
+/// It loops over all TPC digits in the raw data given by the AliRawReader.
+/// The Next method goes to the next digit. If there are no digits left
+/// it returns kFALSE.
+/// Several getters provide information about the current digit.
+///
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "AliTPCRawStream.h"
-#include "AliTPCHuffman.h"
+#include "AliTPCHNode.h"
 #include "AliRawReader.h"
 
 ClassImp(AliTPCRawStream)