89 mtype->
SetParameterCandidates(
"G4EmStandard G4EmStandard_opt1 G4EmStandard_opt2 G4EmStandard_opt3 G4EmStandard_opt4 G4EmStandardGS G4EmStandardSS G4EmLivermore G4EmPenelope G4RadioactiveDecay");
184 bsCmd->
SetGuidance(
"Set bremsstrahlung or delta-e- splitting/Russian roulette per region.");
187 bsCmd->
SetGuidance(
" bFactor : number of split gamma or probability of Russian roulette");
188 bsCmd->
SetGuidance(
" bEnergy : max energy of a secondary for this biasing method");
248 G4bool physicsModified =
false;
252 std::istringstream is(newValue);
253 is >>
s1 >> s2 >> s3;
255 }
else if (command ==
mscoCmd) {
257 std::istringstream is(newValue);
263 std::istringstream is(newValue);
264 is >> v1 >> v2 >> unt;
271 physicsModified =
true;
274 std::istringstream is(newValue);
277 if(s1 ==
"true") { yes =
true; }
279 }
else if (command ==
bfCmd) {
282 std::istringstream is(newValue);
283 is >>
s0 >> v1 >>
s1;
285 if(s1 ==
"true") { yes =
true; }
287 physicsModified =
true;
288 }
else if (command ==
fiCmd) {
291 std::istringstream is(newValue);
292 is >>
s1 >> s2 >> v1 >> unt >> s3;
294 if(s3 ==
"true") { yes =
true; }
297 physicsModified =
true;
298 }
else if (command ==
bsCmd) {
301 std::istringstream is(newValue);
302 is >>
s1 >> s2 >>
fb >> en >> unt;
305 physicsModified =
true;
306 }
else if (command ==
qeCmd) {
311 physicsModified =
true;
315 physicsModified =
true;
319 physicsModified =
true;
322 if(physicsModified) {