1 |
/** @file |
/** @file |
2 |
* $Source: /home/cvsmanager/yoda/event/physics/S4/S4Event.h,v $ |
* $Source: /home/cvsmanager/yoda/event/physics/S4/S4Event.h,v $ |
3 |
* $Id: S4Event.h,v 1.1 2004/10/17 12:28:29 kusanagi Exp $ |
* $Id: S4Event.h,v 1.2 2004/12/03 22:04:33 kusanagi Exp $ |
4 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
5 |
* |
* |
6 |
* Header file for the raw anticoincidence events |
* Header file for the raw anticoincidence events |
23 |
|
|
24 |
public: |
public: |
25 |
|
|
26 |
UINT16 S4Register; |
UINT8 S4_REG_STATUS; |
27 |
|
UINT16 S4_DATA; |
28 |
|
UINT8 S4_CMD_NUM; |
29 |
|
UINT16 S4_RESP_LENGHT; |
30 |
|
UINT8 S4_OVERALL_CHKCODE; |
31 |
|
|
32 |
S4Event(void); |
S4Event(void); |
33 |
~S4Event(void); |
~S4Event(void); |