G4INCL::PropagationAction Class Reference

#include <G4INCLPropagationAction.hh>


Public Member Functions

 PropagationAction ()
 ~PropagationAction ()
void beforePropagationAction (IPropagationModel *pm)
void afterPropagationAction (IPropagationModel *pm, IAvatar *avatar)


Detailed Description

Definition at line 45 of file G4INCLPropagationAction.hh.


Constructor & Destructor Documentation

G4INCL::PropagationAction::PropagationAction (  ) 

Definition at line 43 of file G4INCLPropagationAction.cc.

00044     :stepCounter(0)
00045   {
00046 
00047   }

G4INCL::PropagationAction::~PropagationAction (  ) 

Definition at line 49 of file G4INCLPropagationAction.cc.

00049                                         {
00050   }


Member Function Documentation

void G4INCL::PropagationAction::afterPropagationAction ( IPropagationModel pm,
IAvatar avatar 
)

Definition at line 56 of file G4INCLPropagationAction.cc.

00057                                                                         {
00058     ++stepCounter; // Increment the step counter
00059 
00060 #ifdef INCL_DEBUG_LOG
00061     //   DATABLOCK(pm->getNucleus()->getStore()->printParticleConfiguration());
00062 #endif
00063   }

void G4INCL::PropagationAction::beforePropagationAction ( IPropagationModel pm  ) 

Definition at line 52 of file G4INCLPropagationAction.cc.

00052                                                                             {
00053     // assert(pm->getNucleus()->getStore()->getBook()->getCascading() == pm->getNucleus()->getStore()->countCascading());
00054   }


The documentation for this class was generated from the following files:
Generated on Mon May 27 17:54:07 2013 for Geant4 by  doxygen 1.4.7