Logo ROOT   6.07/09
Reference Guide
TVirtualMCDecayer.cxx
Go to the documentation of this file.
1 // @(#)root/eg:$Id$
2 // Author: andreas.morsch@cern.ch 13/04/2002
3 
4 /*************************************************************************
5  * Copyright (C) 1995-2002, Rene Brun and Fons Rademakers. *
6  * All rights reserved. *
7  * *
8  * For the licensing terms see $ROOTSYS/LICENSE. *
9  * For the list of contributors see $ROOTSYS/README/CREDITS. *
10  *************************************************************************/
11 
12 /** \class TVirtualMCDecayer
13  \ingroup eg
14 
15 Abstract base class for particle decays.
16 
17 Clients are the transport code and the primary particle generators
18 
19 andreas.morsch@cern.ch
20 */
21 
22 #include "TVirtualMCDecayer.h"
23 
Abstract base class for particle decays.
#define ClassImp(name)
Definition: Rtypes.h:279