--- yoda/event/physics/anticounter/AnticounterEvent.h 2005/01/17 08:58:52 2.5 +++ yoda/event/physics/anticounter/AnticounterEvent.h 2005/03/04 15:54:11 3.0 @@ -1,6 +1,6 @@ /** @file * $Source: /home/cvsmanager/yoda/event/physics/anticounter/AnticounterEvent.h,v $ - * $Id: AnticounterEvent.h,v 2.4 2005/01/13 14:46:10 kusanagi Exp $ + * $Id: AnticounterEvent.h,v 2.6 2005/02/08 08:16:20 kusanagi Exp $ * $Author: kusanagi $ * * Header file for the raw anticoincidence events @@ -34,7 +34,9 @@ UINT16 temp[2][2]; UINT16 DAC[2][8]; UINT16 CRC[2]; + UINT16 CRCcheck[2]; UINT8 unpackError; + AnticounterEvent(void); ~AnticounterEvent(void);