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.4 2004/12/16 17:32:46 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. |
68 |
int TrgAlarm; |
int TrgAlarm; |
69 |
int TofAlarm; |
int TofAlarm; |
70 |
int S4Alarm; |
int S4Alarm; |
71 |
|
int TsbT; |
72 |
|
int TsbB; |
73 |
|
|
74 |
typedef std::map<const pamela::PacketType *, int *> CounterMap; |
typedef std::map<const pamela::PacketType *, int *> CounterMap; |
75 |
CounterMap CMap; //! |
CounterMap CMap; //! |
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 |
|
|