Logo ROOT   6.07/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 /** \class TVirtualMCStack
16  \ingroup vmc
17 
18 Interface to a user defined particles stack.
19 */
20 
22 
23 ////////////////////////////////////////////////////////////////////////////////
24 /// Default constructor
25 
27  : TObject()
28 {}
29 
30 ////////////////////////////////////////////////////////////////////////////////
31 /// Destructor
32 
34 {}
Interface to a user defined particles stack.
#define ClassImp(name)
Definition: Rtypes.h:279
virtual ~TVirtualMCStack()
Destructor.
Mother of all ROOT objects.
Definition: TObject.h:44