]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDdigit.h
Coding rule violations
[u/mrichter/AliRoot.git] / TRD / AliTRDdigit.h
index 8d48938cdd7e47f05bee737654b87119e7e51f5c..0b6fd9b39817eab6c5cf0b9c6936f98e9e64fc6e 100644 (file)
@@ -5,6 +5,12 @@
 
 /* $Id: AliTRDdigit.h,v */
 
+///////////////////////////////////////////////////////////////////////////////
+//                                                                           //
+//  The TRD digit                                                            //
+//                                                                           //
+///////////////////////////////////////////////////////////////////////////////
+
 #include "AliDigitNew.h"
 
 //_____________________________________________________________________________
@@ -31,13 +37,13 @@ class AliTRDdigit : public AliDigitNew {
 
  protected:
 
-  static const UInt_t fgkRawDigit; // Marks a raw digit
+  static const UInt_t   fgkRawDigit; // Marks a raw digit
 
-  UShort_t     fRow;               // Pad row number
-  UShort_t     fCol;               // Pad col number
-  UShort_t     fTime;              // Time bucket
+               UShort_t fRow;        // Pad row number
+               UShort_t fCol;        // Pad col number
+               UShort_t fTime;       // Time bucket
 
-  ClassDef(AliTRDdigit,2)          // Digit for the TRD
+  ClassDef(AliTRDdigit,2)            // Digit for the TRD
 
 };