16 const G4Track* track,
const G4BiasingProcessInterface* callingProcess) {
21 std::string currentProcess =
22 callingProcess->GetWrappedProcess()->GetProcessName();
23 if (currentProcess.compare(this->getProcessToBias()) == 0) {
24 G4double interactionLength =
25 callingProcess->GetWrappedProcess()->GetCurrentInteractionLength();
26 double enXsecUnbiased = 1. / interactionLength;
28 double enXsecBiased = enXsecUnbiased *
factor_;