/** @file * $Source: /home/cvspamela/yoda/event/PscuEvent.h,v $ * $Id: PscuEvent.h,v 1.6 2004/03/16 10:18:28 nagni Exp $ * $Author: nagni $ * * Header file for the PscuEvent class. */ #ifndef PSCU_EVENT_H #define PSCU_EVENT_H #include "SubPacket.h" namespace pamela { /** * Information events about the pscu. */ class PscuEvent: public pamela::SubPacket { private: public: PscuEvent(void); ClassDef(PscuEvent, 1) }; } #endif /* PSCU_EVENT_H */