ROOT
6.06/09
Reference Guide
ROOT Home Page
Main Page
Related Pages
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
montecarlo
vmc
src
TVirtualMCStack.cxx
Go to the documentation of this file.
1
// @(#)root/vmc:$Id$
2
// Author: Ivana Hrivnacova, 27/03/2002
3
4
/*************************************************************************
5
* Copyright (C) 2006, Rene Brun and Fons Rademakers. *
6
* Copyright (C) 2002, ALICE Experiment at CERN. *
7
* All rights reserved. *
8
* *
9
* For the licensing terms see $ROOTSYS/LICENSE. *
10
* For the list of contributors see $ROOTSYS/README/CREDITS. *
11
*************************************************************************/
12
13
#include "
TVirtualMCStack.h
"
14
15
//______________________________________________________________________________
16
//
17
// Interface to a user defined particles stack.
18
//______________________________________________________________________________
19
20
ClassImp
(
TVirtualMCStack
)
21
22
////////////////////////////////////////////////////////////////////////////////
23
24
TVirtualMCStack
::
TVirtualMCStack
()
25
:
TObject
()
26
{}
27
28
////////////////////////////////////////////////////////////////////////////////
29
30
TVirtualMCStack::~TVirtualMCStack
()
31
{}
ClassImp
ClassImp(TVirtualMCStack) TVirtualMCStack
Definition:
TVirtualMCStack.cxx:20
TVirtualMCStack.h
TVirtualMCStack
Definition:
TVirtualMCStack.h:26
TVirtualMCStack::~TVirtualMCStack
virtual ~TVirtualMCStack()
Definition:
TVirtualMCStack.cxx:30
TObject
Mother of all ROOT objects.
Definition:
TObject.h:58