Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

GeoSwimStack Class Reference

#include <GeoSwimStack.h>

Inheritance diagram for GeoSwimStack:

MCAppStack< MCAppParticle > MCAppStackBase List of all members.

Public Member Functions

 GeoSwimStack ()
virtual ~GeoSwimStack ()
virtual void Reset ()

Constructor & Destructor Documentation

GeoSwimStack::GeoSwimStack  ) 
 

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 }

GeoSwimStack::~GeoSwimStack  )  [virtual]
 

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 }


Member Function Documentation

void GeoSwimStack::Reset  )  [virtual]
 

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 }


The documentation for this class was generated from the following files:
Generated on Mon Feb 15 11:09:15 2010 for loon by  doxygen 1.3.9.1