--- yoda/event/EventCounter.h 2005/05/28 08:37:00 4.2 +++ yoda/event/EventCounter.h 2006/02/15 15:47:14 6.1 @@ -1,6 +1,6 @@ /** @file * $Source: /home/cvsmanager/yoda/event/EventCounter.h,v $ - * $Id: EventCounter.h,v 4.1 2005/05/28 08:30:01 kusanagi Exp $ + * $Id: EventCounter.h,v 6.0 2006/02/07 17:11:07 kusanagi Exp $ * $Author: kusanagi $ * * Header file for the EventCounter class. @@ -10,7 +10,8 @@ #include #include "Exception.h" -#include "PscuHeader.h" +#include "PacketType.h" +#include namespace pamela { /** @@ -43,8 +44,6 @@ int InitHeader; int InitTrailer; int EventTrk; - int TestTrk; - int TestTof; int Log; int VarDump; int ArrDump; @@ -83,7 +82,7 @@ int GetRunNumber(void) const { return RunNumber; } void Increment(pamela::PacketType const *) throw (NotExistingCounterException); void PrintCounters() const ; - ClassDef(EventCounter, 4) + ClassDef(EventCounter, 6) }; }