]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFRawStream.h
An improved version of TOF DA (Chiara)
[u/mrichter/AliRoot.git] / TOF / AliTOFRawStream.h
index 77fd918053f15eccb22d2e836f3954791d672927..0082b1aefdfc227c900b787fae538e381d4a5f9b 100644 (file)
@@ -417,6 +417,18 @@ class AliTOFRawStream: public TObject {
 
   Bool_t LoadRawDataBuffers(Int_t indexDDL, Int_t verbose = 0);
   
+  enum ETOFRawStreamError {
+    kPadXError = 0,
+    kPadAlongStripError = 1,
+    kPlateError = 2,
+    kStripError = 3,
+    kSectorError = 4,
+    kDDLMinError = 5,
+    kDDLMaxError = 6,
+    kDDLdataReading = 7,
+    kDDLDecoder = 8
+  };
+
  private:
   
   Int_t GetField(UInt_t word, Int_t fieldMask, Int_t fieldPosition) const;