ROOT
6.16/01
Reference Guide
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
/** \class TVirtualMCStack
16
\ingroup vmc
17
18
Interface to a user defined particles stack.
19
*/
20
21
ClassImp
(
TVirtualMCStack
);
22
23
////////////////////////////////////////////////////////////////////////////////
24
/// Default constructor
25
26
TVirtualMCStack::TVirtualMCStack
()
27
:
TObject
()
28
{}
29
30
////////////////////////////////////////////////////////////////////////////////
31
/// Destructor
32
33
TVirtualMCStack::~TVirtualMCStack
()
34
{}
ClassImp
#define ClassImp(name)
Definition:
Rtypes.h:363
TVirtualMCStack.h
TObject
Mother of all ROOT objects.
Definition:
TObject.h:37
TVirtualMCStack
Interface to a user defined particles stack.
Definition:
TVirtualMCStack.h:26
TVirtualMCStack::~TVirtualMCStack
virtual ~TVirtualMCStack()
Destructor.
Definition:
TVirtualMCStack.cxx:33
TVirtualMCStack::TVirtualMCStack
TVirtualMCStack()
Default constructor.
Definition:
TVirtualMCStack.cxx:26