swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf
Raw File
Tip revision: 9a9e5b4cf3f43c391212ffc2c292ca1ffdba8767 authored by Unknown Author on 08 May 2006, 14:01:31 UTC
This commit was manufactured by cvs2svn to create tag 'v5-11-02'.
Tip revision: 9a9e5b4
TVirtualMCDecayer.cxx
// @(#)root/vmc:$Name:  $:$Id: TVirtualMCDecayer.cxx,v 1.1 2003/07/15 09:56:58 brun Exp $
// Author: andreas.morsch@cern.ch 13/04/2002

// This is an abstract base class !
// No
// implemenataion
// 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)
back to top