00001 // @(#)root/eg:$Id: TVirtualMCDecayer.cxx 20882 2007-11-19 11:31:26Z rdm $ 00002 // Author: andreas.morsch@cern.ch 13/04/2002 00003 00004 /************************************************************************* 00005 * Copyright (C) 1995-2002, Rene Brun and Fons Rademakers. * 00006 * All rights reserved. * 00007 * * 00008 * For the licensing terms see $ROOTSYS/LICENSE. * 00009 * For the list of contributors see $ROOTSYS/README/CREDITS. * 00010 *************************************************************************/ 00011 00012 // This is an abstract base class ! 00013 // No 00014 // implementation 00015 // needed. 00016 // andreas.morsch@cern.ch 00017 00018 #include "TVirtualMCDecayer.h" 00019 00020 //______________________________________________________________________________ 00021 // 00022 // Abstract base class for particle decays. 00023 // Clients are the transport code and the primary particle generators 00024 // This is an abstract base class ! 00025 //______________________________________________________________________________ 00026 00027 ClassImp(TVirtualMCDecayer)