/** @file * $Source: /home/cvsmanager/yoda/event/physics/anticounter/AnticounterEvent.cpp,v $ * $Id: AnticounterEvent.cpp,v 5.0 2005/08/29 09:46:12 Maurizio Nagni Exp $ * $Author: Maurizio Nagni $ * * Implementation of the raw anticoincidence physics event class */ #include "AnticounterEvent.h" using namespace pamela; using namespace pamela::anticounter; AnticounterEvent::AnticounterEvent(void): SubPacket("Anticounter", PacketType::Physics, SubDetector::Anticounter) { } AnticounterEvent::~AnticounterEvent(void) { } ClassImp(AnticounterEvent)