--- yoda/event/physics/anticounter/AnticounterEvent.h 2005/01/17 08:58:52 2.5 +++ yoda/event/physics/anticounter/AnticounterEvent.h 2006/02/07 17:11:08 6.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 5.1 2006/02/04 12:37:44 kusanagi Exp $ * $Author: kusanagi $ * * Header file for the raw anticoincidence events @@ -8,7 +8,7 @@ #ifndef ANTICOUNTER_EVENT_H #define ANTICOUNTER_EVENT_H -#include "event/SubPacket.h" +#include "../../SubPacket.h" namespace pamela { /** * Namespace for all code related to the anticoincidence unit. @@ -34,7 +34,9 @@ UINT16 temp[2][2]; UINT16 DAC[2][8]; UINT16 CRC[2]; + UINT16 CRCcheck[2]; UINT8 unpackError; + AnticounterEvent(void); ~AnticounterEvent(void);