#include <GeoSwimStack.h>
Inheritance diagram for GeoSwimStack:

Public Member Functions | |
| GeoSwimStack () | |
| virtual | ~GeoSwimStack () |
| virtual void | Reset () |
|
|
Definition at line 27 of file GeoSwimStack.cxx. References MSG. 00028 {
00029 // Default constructor
00030
00031 MSG("GeoSwim",Msg::kVerbose) << "GeoSwimStack def ctor @ " << this << endl;
00032
00033 }
|
|
|
Definition at line 36 of file GeoSwimStack.cxx. References MSG. 00036 {
00037 // delete all the owned sub-objects
00038
00039 MSG("GeoSwim",Msg::kVerbose) << "GeoSwimStack dtor @ " << this << endl;
00040 }
|
|
|
Reimplemented from MCAppStack< MCAppParticle >. Definition at line 44 of file GeoSwimStack.cxx. References MCAppStack< T >::Reset(). 00045 {
00046 // Default constructor
00047
00048 MCAppStack<MCAppParticle>::Reset();
00049
00050 }
|
1.3.9.1