ROOT  6.06/09
Reference Guide
TVirtualMCStack.cxx
Go to the documentation of this file.
1 // @(#)root/vmc:$Id$
2 // Author: Ivana Hrivnacova, 27/03/2002
3 
4 /*************************************************************************
5  * Copyright (C) 2006, Rene Brun and Fons Rademakers. *
6  * Copyright (C) 2002, ALICE Experiment at CERN. *
7  * All rights reserved. *
8  * *
9  * For the licensing terms see $ROOTSYS/LICENSE. *
10  * For the list of contributors see $ROOTSYS/README/CREDITS. *
11  *************************************************************************/
12 
13 #include "TVirtualMCStack.h"
14 
15 //______________________________________________________________________________
16 //
17 // Interface to a user defined particles stack.
18 //______________________________________________________________________________
19 
21 
22 ////////////////////////////////////////////////////////////////////////////////
23 
25  : TObject()
26 {}
27 
28 ////////////////////////////////////////////////////////////////////////////////
29 
31 {}
ClassImp(TVirtualMCStack) TVirtualMCStack
virtual ~TVirtualMCStack()
Mother of all ROOT objects.
Definition: TObject.h:58