| 1 |
/** @file |
/** @file |
| 2 |
* $Source: /home/cvsmanager/yoda/event/EventHeader.h,v $ |
* $Source: /home/cvsmanager/yoda/event/EventHeader.h,v $ |
| 3 |
* $Id: EventHeader.h,v 2.0 2004/09/21 20:49:57 kusanagi Exp $ |
* $Id: EventHeader.h,v 4.4 2005/05/28 10:44:09 kusanagi Exp $ |
| 4 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
| 5 |
* |
* |
| 6 |
* Header file for the EventHeader class. |
* Header file for the EventHeader class. |
| 38 |
pamela::EventCounter *GetCounter() { return &Counter; } |
pamela::EventCounter *GetCounter() { return &Counter; } |
| 39 |
/** Get the PSCU header (information from the Pamela CPU board). */ |
/** Get the PSCU header (information from the Pamela CPU board). */ |
| 40 |
pamela::PscuHeader *GetPscuHeader() throw (Exception) { return &Pscu; } |
pamela::PscuHeader *GetPscuHeader() throw (Exception) { return &Pscu; } |
| 41 |
ClassDef(EventHeader, 1) |
ClassDef(EventHeader, 2) |
| 42 |
}; |
}; |
| 43 |
} |
} |
| 44 |
|
|