57 myParaDir->SetGuidance(
"Parametrisation control.");
61 FlagCmd->SetGuidance(
"Defines if GFlash is activated");
62 FlagCmd->SetParameterName(
"flag",
false,
false);
65 ContCmd->SetGuidance(
"Defines if Containment is checked");
66 ContCmd->SetParameterName(
"flag",
false,
false);
69 StepInX0Cmd->SetGuidance(
"Defines step lenghts");
70 StepInX0Cmd->SetParameterName(
"flag",
false,
false);
73 EminCmd->SetGuidance(
"Set minimum kinetic energy to trigger parametrisation");
74 EminCmd->SetParameterName(
"Emin",
false,
false);
75 EminCmd->SetDefaultUnit(
"GeV");
76 EminCmd->SetUnitCategory(
"Energy");
80 EmaxCmd->SetGuidance(
"Set maximum kinetic energy to trigger parametrisation");
81 EmaxCmd->SetParameterName(
"Emax",
false,
false);
82 EmaxCmd->SetDefaultUnit(
"GeV");
83 EmaxCmd->SetUnitCategory(
"Energy");
87 EkillCmd->SetGuidance(
"Set maximum kinetic energy for electrons to be killed");
88 EkillCmd->SetParameterName(
"Ekill",
false,
false);
89 EkillCmd->SetDefaultUnit(
"GeV");
90 EkillCmd->SetUnitCategory(
"Energy");
106 if (command == FlagCmd) {
107 myModel->SetFlagParamType(FlagCmd->GetNewIntValue(newValues));
110 if (command == ContCmd) {
111 myModel->SetFlagParticleContainment(ContCmd->GetNewIntValue(newValues));
114 if (command == StepInX0Cmd) {
115 myModel->SetStepInX0(StepInX0Cmd->GetNewDoubleValue(newValues));
119 else if (command == EminCmd) {
121 EminCmd->GetNewDoubleValue(newValues));
125 else if (command == EmaxCmd) {
127 EmaxCmd->GetNewDoubleValue(newValues));
131 else if (command == EkillCmd) {
133 EkillCmd->GetNewDoubleValue(newValues));