#include "AcInitEvent.h" using namespace pamela; AcInitEvent::AcInitEvent(void): SubPacket("Event", PacketType::AcInit) { } ClassImp(AcInitEvent)