// @(#)root/eg:$Id$ // 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. * *************************************************************************/ /** \class TVirtualMCDecayer \ingroup eg Abstract base class for particle decays. Clients are the transport code and the primary particle generators andreas.morsch@cern.ch */ #include "TVirtualMCDecayer.h" ClassImp(TVirtualMCDecayer);