--- yoda/event/physics/S4/S4Event.h 2004/10/17 12:28:29 1.1 +++ yoda/event/physics/S4/S4Event.h 2004/12/09 08:48:25 1.3 @@ -1,6 +1,6 @@ /** @file * $Source: /home/cvsmanager/yoda/event/physics/S4/S4Event.h,v $ - * $Id: S4Event.h,v 2.0 2004/09/21 20:50:24 kusanagi Exp $ + * $Id: S4Event.h,v 1.2 2004/12/03 22:04:33 kusanagi Exp $ * $Author: kusanagi $ * * Header file for the raw anticoincidence events @@ -8,10 +8,6 @@ #ifndef S4_EVENT_H #define S4_EVENT_H -#include - -#include - #include "event/SubPacket.h" namespace pamela { @@ -27,7 +23,11 @@ public: - UINT16 S4Register; + UINT8 S4_REG_STATUS; + UINT16 S4_DATA; + UINT8 S4_CMD_NUM; + UINT16 S4_RESP_LENGHT; + UINT8 S4_OVERALL_CHKCODE; S4Event(void); ~S4Event(void);