/** @file * $Source: /home/cvsmanager/yoda/event/PscuEvent.h,v $ * $Id: PscuEvent.h,v 5.0 2005/08/29 09:45:48 Maurizio Nagni Exp $ * $Author: Maurizio 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 */