// @(#)root/vmc:$Name:  $:$Id: TVirtualMCStack.cxx,v 1.2 2003/09/23 14:03:15 brun Exp $
// Author: Ivana Hrivnacova, 27/03/2002

#include "TVirtualMCStack.h"

//______________________________________________________________________________
//
// Interface to a user defined particles stack.
//______________________________________________________________________________

ClassImp(TVirtualMCStack)

//_____________________________________________________________________________
TVirtualMCStack::TVirtualMCStack() 
  : TObject()
{}

//_____________________________________________________________________________
 TVirtualMCStack::~TVirtualMCStack() 
{}


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.