/** @file * $Source: /afs/ba.infn.it/user/pamela/src/CVS/yoda/event/PscuEvent.h,v $ * $Id: PscuEvent.h,v 6.0 2006/02/07 17:11:07 kusanagi Exp $ * $Author: kusanagi $ * * 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 */