00001 // @(#)root/vmc:$Id: TVirtualMCStack.cxx 20882 2007-11-19 11:31:26Z rdm $ 00002 // Author: Ivana Hrivnacova, 27/03/2002 00003 00004 /************************************************************************* 00005 * Copyright (C) 2006, Rene Brun and Fons Rademakers. * 00006 * Copyright (C) 2002, ALICE Experiment at CERN. * 00007 * All rights reserved. * 00008 * * 00009 * For the licensing terms see $ROOTSYS/LICENSE. * 00010 * For the list of contributors see $ROOTSYS/README/CREDITS. * 00011 *************************************************************************/ 00012 00013 #include "TVirtualMCStack.h" 00014 00015 //______________________________________________________________________________ 00016 // 00017 // Interface to a user defined particles stack. 00018 //______________________________________________________________________________ 00019 00020 ClassImp(TVirtualMCStack) 00021 00022 //_____________________________________________________________________________ 00023 TVirtualMCStack::TVirtualMCStack() 00024 : TObject() 00025 {} 00026 00027 //_____________________________________________________________________________ 00028 TVirtualMCStack::~TVirtualMCStack() 00029 {}