]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONPayloadTracker.h
Add some class-docs.
[u/mrichter/AliRoot.git] / MUON / AliMUONPayloadTracker.h
index bebfef7958916d91bc1d5379787b16bb6d0ddbdb..89da83a993b538b13f298e960e4b8dd72b24026f 100644 (file)
@@ -56,6 +56,8 @@ class AliMUONPayloadTracker: public TObject {
     TArrayI GetParityErrBus() const {return fParityErrBus;} // for MOOD
     /// Get number of glitch errors
     Int_t   GetGlitchErrors() const {return fGlitchErrors;}
+    /// Get number of padding word errors
+    Int_t   GetPaddingErrors() const {return fPaddingErrors;}
 
   private :
     /// Not implemented
@@ -82,8 +84,9 @@ class AliMUONPayloadTracker: public TObject {
 
     TArrayI fParityErrBus;                    //!< list of buspatch with at least one parity errors;
     Int_t   fGlitchErrors;                    //!< number of glitch errors;
+    Int_t   fPaddingErrors;                   //!< number of padding word errors;
 
-    ClassDef(AliMUONPayloadTracker, 2)    // base class for reading MUON raw digits
+    ClassDef(AliMUONPayloadTracker, 3)    // base class for reading MUON raw digits
 };
 
 #endif