38 qssCmdDir->SetGuidance(
"G4QSStepper configuration.");
41 dQMinCmd->SetDefaultUnit(
"mm");
42 dQMinCmd->SetParameterName(
"dQMinCmd",
false);
43 dQMinCmd->SetUnitCategory(
"Length");
46 dQRelCmd->SetGuidance(
"Default is 1e-5");
47 dQRelCmd->SetParameterName(
"dQRelCmd",
false);
49 trialProposedStepModifierCmd =
new G4UIcmdWithADouble(
"/QSS/trialProposedStepModifier",
this);
50 trialProposedStepModifierCmd->SetGuidance(
"Default is 1");
51 trialProposedStepModifierCmd->SetParameterName(
"trialProposedStepModifier",
false);
54 stepperSelectorCmd->SetGuidance(
"Select stepper.");
55 stepperSelectorCmd->SetParameterName(
"choice",
false);
56 stepperSelectorCmd->SetCandidates(
"TemplatedDoPri OldRK45 G4QSS2");
78 if ( command == dQMinCmd ) {
79 dQMin = dQMinCmd->GetNewDoubleValue(newValue);
82 if ( command == dQRelCmd ) {
83 dQRel = dQRelCmd->GetNewDoubleValue(newValue);
86 if ( command == trialProposedStepModifierCmd ) {
90 if(command == stepperSelectorCmd){