1 |
/** @file |
/** @file |
2 |
* $Source: /home/cvsmanager/yoda/event/EventCounter.h,v $ |
* $Source: /home/cvsmanager/yoda/event/EventCounter.h,v $ |
3 |
* $Id: EventCounter.h,v 2.5 2005/01/29 00:26:41 kusanagi Exp $ |
* $Id: EventCounter.h,v 2.6 2005/03/03 10:23:30 kusanagi Exp $ |
4 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
5 |
* |
* |
6 |
* Header file for the EventCounter class. |
* Header file for the EventCounter class. |
85 |
int GetRunNumber(void) const { return RunNumber; } |
int GetRunNumber(void) const { return RunNumber; } |
86 |
void Increment(pamela::PacketType const *) throw (NotExistingCounterException); |
void Increment(pamela::PacketType const *) throw (NotExistingCounterException); |
87 |
void PrintCounters() const ; |
void PrintCounters() const ; |
88 |
ClassDef(EventCounter, 2) |
ClassDef(EventCounter, 3) |
89 |
}; |
}; |
90 |
} |
} |
91 |
|
|