Parent Directory
|
Revision Log
Initial revision
| 1 | /** @file |
| 2 | * $Source: /home/cvspamela/yoda/event/ArrDumpEvent.h,v $ |
| 3 | * $ $ |
| 4 | * $Author: nagni $ |
| 5 | * |
| 6 | * Header file for the ArrDumpEvent class. |
| 7 | */ |
| 8 | #ifndef ARRDUMP_EVENT_H |
| 9 | #define ARRDUMP_EVENT_H |
| 10 | |
| 11 | #include "SubPacket.h" |
| 12 | |
| 13 | namespace pamela { |
| 14 | /** |
| 15 | * Information events about the ArrDump. |
| 16 | */ |
| 17 | class ArrDumpEvent: public pamela::SubPacket { |
| 18 | private: |
| 19 | |
| 20 | public: |
| 21 | ArrDumpEvent(void); |
| 22 | |
| 23 | ClassDef(ArrDumpEvent, 1) |
| 24 | }; |
| 25 | } |
| 26 | |
| 27 | #endif /* ARRDUMP_EVENT_H */ |
| 28 |
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |