--- yoda/event/physics/anticounter/AnticounterEvent.h 2005/01/13 14:46:10 2.4 +++ yoda/event/physics/anticounter/AnticounterEvent.h 2005/08/29 09:46:12 5.0 @@ -1,6 +1,6 @@ /** @file * $Source: /home/cvsmanager/yoda/event/physics/anticounter/AnticounterEvent.h,v $ - * $Id: AnticounterEvent.h,v 2.3 2004/12/20 14:15:10 kusanagi Exp $ + * $Id: AnticounterEvent.h,v 4.5 2005/08/29 08:27:37 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,12 +34,14 @@ UINT16 temp[2][2]; UINT16 DAC[2][8]; UINT16 CRC[2]; + UINT16 CRCcheck[2]; UINT8 unpackError; + AnticounterEvent(void); ~AnticounterEvent(void); - ClassDef(AnticounterEvent, 1) + ClassDef(AnticounterEvent, 2) }; } }