16 const G4Track* track,
const G4BiasingProcessInterface* callingProcess) {
21 std::string current_process =
22 callingProcess->GetWrappedProcess()->GetProcessName();
23 if (current_process.compare(this->getProcessToBias()) == 0) {
24 G4double interaction_length =
25 callingProcess->GetWrappedProcess()->GetCurrentInteractionLength();
27 double k0_long_in_xsec_unbiased = 1. / interaction_length;
29 double k0_long_in_xsec_biased = k0_long_in_xsec_unbiased *
factor_;