// @(#)root/vmc:$Id: TVirtualMCStack.cxx 20882 2007-11-19 11:31:26Z rdm $
// Author: Ivana Hrivnacova, 27/03/2002

/*************************************************************************
 * Copyright (C) 2006, Rene Brun and Fons Rademakers.                    *
 * Copyright (C) 2002, ALICE Experiment at CERN.                         *
 * All rights reserved.                                                  *
 *                                                                       *
 * For the licensing terms see $ROOTSYS/LICENSE.                         *
 * For the list of contributors see $ROOTSYS/README/CREDITS.             *
 *************************************************************************/

#include "TVirtualMCStack.h"

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

ClassImp(TVirtualMCStack)

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

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

Last change: Wed Jun 25 08:54:52 2008
Last generated: 2008-06-25 08:54

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.