#ifndef ACINIT_EVENT_H #define ACINIT_EVENT_H #include "SubPacket.h" namespace pamela { /** * Information events about the AcInit. */ class AcInitEvent: public pamela::SubPacket { private: public: AcInitEvent(void); ClassDef(AcInitEvent, 1) }; } #endif /* ACINIT_EVENT_H */