swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf
Raw File
Tip revision: 25921c9a5e8b0fa81f0b185ed3a0a98641919034 authored by Unknown Author on 05 July 2007, 11:44:57 UTC
This commit was manufactured by cvs2svn to create tag 'v5-12-00g'.
Tip revision: 25921c9
TVirtualMCStack.cxx
// @(#)root/vmc:$Name:  $:$Id: TVirtualMCStack.cxx,v 1.1 2003/07/15 09:56:58 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() 
{}
back to top