| 1 | 
 /** @file | 
 /** @file | 
| 2 | 
  * $Source: /home/cvsmanager/yoda/event/physics/anticounter/AnticounterEvent.h,v $ | 
  * $Source: /home/cvsmanager/yoda/event/physics/anticounter/AnticounterEvent.h,v $ | 
| 3 | 
  * $Id: AnticounterEvent.h,v 2.0 2004/09/21 20:50:24 kusanagi Exp $ | 
  * $Id: AnticounterEvent.h,v 2.3 2004/12/20 14:15:10 kusanagi Exp $ | 
| 4 | 
  * $Author: kusanagi $ | 
  * $Author: kusanagi $ | 
| 5 | 
  *  | 
  *  | 
| 6 | 
  * Header file for the raw anticoincidence events | 
  * Header file for the raw anticoincidence events | 
| 22 | 
   | 
   | 
| 23 | 
     public: | 
     public: | 
| 24 | 
  | 
  | 
| 25 | 
     unsigned short header[2][2]; | 
       UINT16 header[2][2]; | 
| 26 | 
     unsigned short status[2]; | 
       UINT16 status[2]; | 
| 27 | 
     unsigned short hitmap[2];       | 
       UINT16 hitmap[2];       | 
| 28 | 
     unsigned short regist[2][6];    | 
       UINT16 regist[2][6];    | 
| 29 | 
     unsigned short shift[2][16];      | 
       UINT16 shift[2][16];      | 
| 30 | 
     unsigned short counters[2][16];   | 
       UINT16 counters[2][16];   | 
| 31 | 
     unsigned short coinc[2][8]; | 
       UINT16 coinc[2][8]; | 
| 32 | 
     unsigned short trigg[2];     | 
       UINT16 trigg[2];     | 
| 33 | 
     unsigned short clock[2][2];         | 
       UINT16 clock[2][2];         | 
| 34 | 
     unsigned short temp[2][2];     | 
       UINT16 temp[2][2];     | 
| 35 | 
     unsigned short DAC[2][16]; | 
       UINT16 DAC[2][8]; | 
| 36 | 
     unsigned short CRC[2]; | 
       UINT16 CRC[2]; | 
| 37 | 
     unsigned short ERROR; | 
       UINT8  unpackError; | 
| 38 | 
  | 
  | 
| 39 | 
     AnticounterEvent(void); | 
     AnticounterEvent(void); | 
| 40 | 
       ~AnticounterEvent(void); | 
       ~AnticounterEvent(void); |