// @(#)root/eg:$Name:  $:$Id: TVirtualMCDecayer.cxx,v 1.2 2006/08/24 16:31:21 rdm Exp $
// Author: andreas.morsch@cern.ch 13/04/2002

/*************************************************************************
 * Copyright (C) 1995-2002, Rene Brun and Fons Rademakers.               *
 * All rights reserved.                                                  *
 *                                                                       *
 * For the licensing terms see $ROOTSYS/LICENSE.                         *
 * For the list of contributors see $ROOTSYS/README/CREDITS.             *
 *************************************************************************/

// This is an abstract base class !
// No
// implementation
// needed.
// andreas.morsch@cern.ch

#include "TVirtualMCDecayer.h"

//______________________________________________________________________________
//
// Abstract base class for particle decays.
// Clients are the transport code and the primary particle generators
// This is an abstract base class !
//______________________________________________________________________________

ClassImp(TVirtualMCDecayer)


This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.