//____________________________________________________________________ // // Abstract HEP event class // // // Author: Oliver Maria Kind <mailto:kind@mail.desy.de> // Update: $Id: HepEvent.cxx,v 1.1 2008/11/20 14:58:58 danri Exp $ // Copyright: 2008 (C) Oliver Maria Kind // #ifndef HEP_HepEvent #include <HepEvent.h> #endif #ifndef __CINT__ ClassImp(HepEvent); #endif //____________________________________________________________________ HepEvent::HepEvent() { // // Default constructor // } //____________________________________________________________________ HepEvent::~HepEvent() { // // Default destructor // }