53 G4double previousStepSize,
54 G4ForceCondition* condition )
56 *condition = NotForced;
66 const G4DynamicParticle *particle = track.GetDynamicParticle();
75 const G4VProcess *creator = track.GetCreatorProcess();
76 G4String creatorProcessName =
"(none?)";
77 if (creator) creatorProcessName = creator->GetProcessName();
93 *condition = NotForced;