]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/TOFbase/AliTOFDecoderV2.h
ALIROOT-5769: Better handling of the error (R. Preghenella)
[u/mrichter/AliRoot.git] / TOF / TOFbase / AliTOFDecoderV2.h
index 55e3bd0727838a1c80da5b84e20b6789e655d00d..94d92c86d70bfca296bae83a34532f7532aa827b 100644 (file)
                             ((a & 0xff000000) >> 24) )
 
 
+#define TRM_ERROR_STATUS      (DRM_BIT|TRM_BIT)
+#define CHAIN_A_TDCERROR_STATUS  (DRM_BIT|TRM_BIT|CHAIN_A_BIT)
+#define CHAIN_B_TDCERROR_STATUS  (DRM_BIT|TRM_BIT|CHAIN_B_BIT)
+
 #include "TObject.h"
 #include "AliRawReader.h"
 #include "AliTOFTDCHit.h"