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.2 2004/12/03 22:04:33 kusanagi Exp $ |
* $Id: S4Event.h,v 1.5 2005/01/17 08:58:44 kusanagi Exp $ |
4 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
5 |
* |
* |
6 |
* Header file for the raw anticoincidence events |
* Header file for the raw anticoincidence events |
28 |
UINT8 S4_CMD_NUM; |
UINT8 S4_CMD_NUM; |
29 |
UINT16 S4_RESP_LENGHT; |
UINT16 S4_RESP_LENGHT; |
30 |
UINT8 S4_OVERALL_CHKCODE; |
UINT8 S4_OVERALL_CHKCODE; |
31 |
|
UINT8 unpackError; |
32 |
|
|
33 |
S4Event(void); |
S4Event(void); |
34 |
~S4Event(void); |
~S4Event(void); |
35 |
|
|
36 |
ClassDef(S4Event, 1) |
ClassDef(S4Event, 2) |
37 |
}; |
}; |
38 |
} |
} |
39 |
} |
} |