swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf
Raw File
Tip revision: b7855e8f6890f719ae4199f415307b2fb8262329 authored by Unknown Author on 20 November 2004, 06:50:43 UTC
This commit was manufactured by cvs2svn to create tag 'v4-01-04'.
Tip revision: b7855e8
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