/** @file * $Source: /home/cvsmanager/yoda/event/physics/anticounter/S4Event.cpp,v $ * $Id: S4Event.cpp,v 2.0 2004/09/21 20:50:24 kusanagi Exp $ * $Author: kusanagi $ * * Implementation of the S4 physics event class */ #include "S4Event.h" using namespace pamela; using namespace pamela::S4; S4Event::S4Event(void): SubPacket("Event", PacketType::Physics, SubDetector::S4) { } S4Event::~S4Event(void) { } ClassImp(S4Event)