#ifndef RUNTRAILER_EVENT_H #define RUNTRAILER_EVENT_H #include "SubPacket.h" namespace pamela { /** * Information events about the RunTrailer. */ class RunTrailerEvent: public pamela::SubPacket { private: public: RunTrailerEvent(void); /* to be defined */ ClassDef(RunTrailerEvent, 1) }; } #endif /* RUNTRAILER_EVENT_H */