--- chewbacca/event/EventCounter.h 2009/07/24 13:53:49 1.2 +++ chewbacca/event/EventCounter.h 2009/07/29 15:47:20 1.3 @@ -1,6 +1,6 @@ /** @file * $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/event/EventCounter.h,v $ - * $Id: EventCounter.h,v 1.1.1.1 2008/09/23 07:19:51 mocchiut Exp $ + * $Id: EventCounter.h,v 1.2 2009/07/24 13:53:49 mocchiut Exp $ * $Author: mocchiut $ * * Header file for the EventCounter class. @@ -21,6 +21,7 @@ class EventCounter : public TObject { private: + int RunNumber; /**< Run number */ int Pscu; int PhysEndRun; int CalibCalPulse1; @@ -68,7 +69,6 @@ int Ac2Alarm; int TsbT; int TsbB; - int RunNumber; /**< Run number */ typedef std::map CounterMap; CounterMap CMap; //! @@ -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) }; }