TEvent.cc

TEventクラスの解説 TEvent.hh
// ============================================================================
//  $Id$
//  $Name$
// ============================================================================
#include "TEvent.hh"

TEvent::TEvent()
{;}

TEvent::~TEvent()
{;}

TEvent::TEvent( const TEvent& right )
{;}
$Id$
$Name$