/** @file * $Source: /home/cvsmanager/yoda/event/TabDumpEvent.h,v $ * $ $ * $Author: kusanagi $ * * Header file for the TabDumpEvent class. */ #ifndef TABDUMP_EVENT_H #define TABDUMP_EVENT_H #include "SubPacket.h" namespace pamela { /** * Information events about the TabDump. */ class TabDumpEvent: public pamela::SubPacket { private: public: TabDumpEvent(void); ClassDef(TabDumpEvent, 1) }; } #endif /* TABDUMP_EVENT_H */