#include <G4INCLPropagationAction.hh>
Public Member Functions | |
PropagationAction () | |
~PropagationAction () | |
void | beforePropagationAction (IPropagationModel *pm) |
void | afterPropagationAction (IPropagationModel *pm, IAvatar *avatar) |
Definition at line 45 of file G4INCLPropagationAction.hh.
G4INCL::PropagationAction::PropagationAction | ( | ) |
G4INCL::PropagationAction::~PropagationAction | ( | ) |
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 }