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