--- yoda/event/physics/anticounter/AnticounterEvent.h 2005/01/17 08:58:52 2.5 +++ yoda/event/physics/anticounter/AnticounterEvent.h 2006/02/04 12:37:44 5.1 @@ -1,14 +1,14 @@ /** @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 $ - * $Author: kusanagi $ + * $Id: AnticounterEvent.h,v 5.0 2005/08/29 09:46:12 Maurizio Nagni Exp $ + * $Author: Maurizio Nagni $ * * Header file for the raw anticoincidence events */ #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);