/** @file * $Source: /home/cvsmanager/yoda/event/InclinationEvent.h,v $ * $Id: InclinationEvent.h,v 1.1 2004/07/06 12:20:23 kusanagi Exp $ * $Author: kusanagi $ * * Header file for the InclinationEvent class. */ #ifndef INCLINATION_EVENT_H #define INCLINATION_EVENT_H #include "SubPacket.h" namespace pamela { /** * Information events about the inclination. */ class InclinationEvent: public pamela::SubPacket { private: public: InclinationEvent(void); ClassDef(InclinationEvent, 1) }; } #endif /* INCLINATION_EVENT_H */