--- chewbacca/event/EventCounter.h 2008/09/23 07:19:51 1.1.1.1 +++ chewbacca/event/EventCounter.h 2009/07/29 15:47:20 1.3 @@ -1,7 +1,7 @@ /** @file - * $Source: /repository/event/EventCounter.h,v $ - * $Id: EventCounter.h,v 1.1 2008-01-11 17:14:21 messineo Exp $ - * $Author: messineo $ + * $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/event/EventCounter.h,v $ + * $Id: EventCounter.h,v 1.2 2009/07/24 13:53:49 mocchiut Exp $ + * $Author: mocchiut $ * * Header file for the EventCounter class. */ @@ -20,8 +20,8 @@ */ class EventCounter : public TObject { private: + int RunNumber; /**< Run number */ - int Pscu; int PhysEndRun; int CalibCalPulse1; @@ -84,7 +84,7 @@ int GetRunNumber(void) const { return RunNumber; } void Increment(pamela::PacketType const *) throw (NotExistingCounterException); void PrintCounters() const ; - ClassDef(EventCounter, 7) + ClassDef(EventCounter, 8) }; }