Logo ROOT   6.30.04
Reference Guide
 All Namespaces Files Pages
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 
21 ClassImp(TVirtualMCStack);
22 
23 ////////////////////////////////////////////////////////////////////////////////
24 /// Default constructor
25 
26 TVirtualMCStack::TVirtualMCStack()
27  : TObject()
28 {}
29 
30 ////////////////////////////////////////////////////////////////////////////////
31 /// Destructor
32 
33 TVirtualMCStack::~TVirtualMCStack()
34 {}