]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliITSRawStream.cxx
fix coding convention violations
[u/mrichter/AliRoot.git] / RAW / AliITSRawStream.cxx
index 5f0b47c978d928e64cc9f5fcd1f6c6af3f147c55..eb1b43756230dc77cca584ef334fc21450559712 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
+/* $Id$ */
+
 ///////////////////////////////////////////////////////////////////////////////
-//
-// This is a base class for reading ITS raw data files and providing
-// information about digits
-//
-// Derived class should implement the Next method.
-//
-// It loops over all ITS 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 is a base class for providing access to ITS digits in raw data.
+///
+/// Derived class should implement the Next method.
+///
+/// It loops over all ITS 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 "AliITSRawStream.h"