ROOT logo
// @(#)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()
{}
 TVirtualMCStack.cxx:1
 TVirtualMCStack.cxx:2
 TVirtualMCStack.cxx:3
 TVirtualMCStack.cxx:4
 TVirtualMCStack.cxx:5
 TVirtualMCStack.cxx:6
 TVirtualMCStack.cxx:7
 TVirtualMCStack.cxx:8
 TVirtualMCStack.cxx:9
 TVirtualMCStack.cxx:10
 TVirtualMCStack.cxx:11
 TVirtualMCStack.cxx:12
 TVirtualMCStack.cxx:13
 TVirtualMCStack.cxx:14
 TVirtualMCStack.cxx:15
 TVirtualMCStack.cxx:16
 TVirtualMCStack.cxx:17
 TVirtualMCStack.cxx:18
 TVirtualMCStack.cxx:19
 TVirtualMCStack.cxx:20
 TVirtualMCStack.cxx:21
 TVirtualMCStack.cxx:22
 TVirtualMCStack.cxx:23
 TVirtualMCStack.cxx:24
 TVirtualMCStack.cxx:25
 TVirtualMCStack.cxx:26
 TVirtualMCStack.cxx:27
 TVirtualMCStack.cxx:28
 TVirtualMCStack.cxx:29