Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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
15Abstract base class for particle decays.
16
17Clients are the transport code and the primary particle generators
18
19andreas.morsch@cern.ch
20*/
21
22#include "TVirtualMCDecayer.h"
23
#define ClassImp(name)
Definition Rtypes.h:377
Abstract base class for particle decays.