ROOT  6.06/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 // This is an abstract base class !
13 // No
14 // implementation
15 // needed.
16 // andreas.morsch@cern.ch
17 
18 #include "TVirtualMCDecayer.h"
19 
20 //______________________________________________________________________________
21 //
22 // Abstract base class for particle decays.
23 // Clients are the transport code and the primary particle generators
24 // This is an abstract base class !
25 //______________________________________________________________________________
26 
#define ClassImp(name)
Definition: Rtypes.h:279