/** @file * $Source: /afs/ba.infn.it/user/pamela/src/CVS/quicklook/OrbitalRate/inc/PscuEvent.h,v $ * $Id: PscuEvent.h,v 1.1 2006/12/05 19:49:14 pam-rm2 Exp $ * $Author: pam-rm2 $ * * 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 */