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 3.0 2005/03/04 15:54:11 kusanagi Exp $ |
* $Id: EventCounter.h,v 4.4 2005/05/28 10:44:09 kusanagi Exp $ |
4 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
5 |
* |
* |
6 |
* Header file for the EventCounter class. |
* Header file for the EventCounter class. |
26 |
int CalibCalPulse1; |
int CalibCalPulse1; |
27 |
int CalibCalPulse2; |
int CalibCalPulse2; |
28 |
int Physics; |
int Physics; |
|
int CalibTrkBoth; |
|
29 |
int CalibTrk1; |
int CalibTrk1; |
30 |
int CalibTrk2; |
int CalibTrk2; |
31 |
int CalibCal; |
int CalibCal; |
|
int CalibTrd; |
|
32 |
int CalibTof; |
int CalibTof; |
33 |
int CalibS4; |
int CalibS4; |
34 |
int CalibCalPed; |
int CalibCalPed; |
83 |
int GetRunNumber(void) const { return RunNumber; } |
int GetRunNumber(void) const { return RunNumber; } |
84 |
void Increment(pamela::PacketType const *) throw (NotExistingCounterException); |
void Increment(pamela::PacketType const *) throw (NotExistingCounterException); |
85 |
void PrintCounters() const ; |
void PrintCounters() const ; |
86 |
ClassDef(EventCounter, 3) |
ClassDef(EventCounter, 4) |
87 |
}; |
}; |
88 |
} |
} |
89 |
|
|