--- yoda/event/physics/S4/S4Event.h 2004/12/03 22:04:33 1.2 +++ yoda/event/physics/S4/S4Event.h 2005/03/06 04:33:01 4.0 @@ -1,6 +1,6 @@ /** @file * $Source: /home/cvsmanager/yoda/event/physics/S4/S4Event.h,v $ - * $Id: S4Event.h,v 1.1 2004/10/17 12:28:29 kusanagi Exp $ + * $Id: S4Event.h,v 3.0 2005/03/04 15:54:11 kusanagi Exp $ * $Author: kusanagi $ * * Header file for the raw anticoincidence events @@ -23,12 +23,17 @@ public: - UINT16 S4Register; + UINT8 S4_REG_STATUS; + UINT16 S4_DATA; + UINT8 S4_CMD_NUM; + UINT16 S4_RESP_LENGHT; + UINT8 S4_OVERALL_CHKCODE; + UINT8 unpackError; S4Event(void); ~S4Event(void); - ClassDef(S4Event, 1) + ClassDef(S4Event, 2) }; } }