--- yoda/event/physics/anticounter/AnticounterEvent.h 2004/12/16 17:32:48 2.2 +++ yoda/event/physics/anticounter/AnticounterEvent.h 2005/01/17 08:58:52 2.5 @@ -1,6 +1,6 @@ /** @file * $Source: /home/cvsmanager/yoda/event/physics/anticounter/AnticounterEvent.h,v $ - * $Id: AnticounterEvent.h,v 2.1 2004/12/03 22:04:35 kusanagi Exp $ + * $Id: AnticounterEvent.h,v 2.4 2005/01/13 14:46:10 kusanagi Exp $ * $Author: kusanagi $ * * Header file for the raw anticoincidence events @@ -22,24 +22,24 @@ public: - unsigned short header[2]; - unsigned short status; - unsigned short hitmap; - unsigned short regist[6]; - unsigned short shift[16]; - unsigned short counters[16]; - unsigned short coinc[8]; - unsigned short trigg; - unsigned short clock[2]; - unsigned short temp[2]; - unsigned short DAC[8]; - unsigned short CRC; - unsigned short ERROR; + UINT16 header[2][2]; + UINT16 status[2]; + UINT16 hitmap[2]; + UINT16 regist[2][6]; + UINT16 shift[2][16]; + UINT16 counters[2][16]; + UINT16 coinc[2][8]; + UINT16 trigg[2]; + UINT16 clock[2][2]; + UINT16 temp[2][2]; + UINT16 DAC[2][8]; + UINT16 CRC[2]; + UINT8 unpackError; AnticounterEvent(void); ~AnticounterEvent(void); - ClassDef(AnticounterEvent, 1) + ClassDef(AnticounterEvent, 2) }; } }