]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFDigitMap.h
Coding convention violations: suppression
[u/mrichter/AliRoot.git] / TOF / AliTOFDigitMap.h
index 77c9b98630b27063ac5d3f8c1cd8b19f81f4d371..23e437e8c11c8a13ad5ce07f4ee862f4795b7345 100644 (file)
@@ -53,13 +53,13 @@ class AliTOFDigitMap : public TObject
     void   ResetDigit(Int_t *vol);
     Int_t  GetNumberOfDigits(Int_t *vol);
 
+    enum {
+      kMaxDigitsPerPad = 10
+    };
+
  private:
     // Check index
     Int_t CheckedIndex(Int_t *vol) const;
- private:
-    enum {
-      kMaxDigitsPerPad = 3
-    };
 
     Int_t fNSector;                       // Number of sectors
     Int_t fNplate;                        // Number of plates