--- yoda/event/EventCounter.h 2005/05/28 08:30:01 4.1 +++ yoda/event/EventCounter.h 2005/05/28 08:37:00 4.2 @@ -1,6 +1,6 @@ /** @file * $Source: /home/cvsmanager/yoda/event/EventCounter.h,v $ - * $Id: EventCounter.h,v 4.0 2005/03/06 04:33:01 kusanagi Exp $ + * $Id: EventCounter.h,v 4.1 2005/05/28 08:30:01 kusanagi Exp $ * $Author: kusanagi $ * * Header file for the EventCounter class. @@ -83,7 +83,7 @@ int GetRunNumber(void) const { return RunNumber; } void Increment(pamela::PacketType const *) throw (NotExistingCounterException); void PrintCounters() const ; - ClassDef(EventCounter, 3) + ClassDef(EventCounter, 4) }; }