42 theFTFTuneIndexCmd =
new G4UIcmdWithAnInteger(
"/process/had/models/ftf/selectTuneByIndex",
this );
43 theFTFTuneIndexCmd->SetGuidance(
"Select one FTF set of parameters (tune) via its index: 0 (default), 1, 2, ..." );
44 theFTFTuneIndexCmd->SetParameterName(
"indexFTFTune",
true );
45 theFTFTuneIndexCmd->SetDefaultValue( 0 );
46 theFTFTuneIndexCmd->SetRange(
"indexFTFTune>=0" );
49 theFTFTuneNameCmd =
new G4UIcmdWithAString(
"/process/had/models/ftf/selectTuneByName",
this );
50 theFTFTuneNameCmd->SetGuidance(
"Select one FTF set of parametes (tune) via its name (string)." );
51 theFTFTuneNameCmd->SetGuidance(
" (default) is the default." );
52 theFTFTuneNameCmd->SetParameterName(
"nameFTFTune",
true );
53 theFTFTuneNameCmd->SetDefaultValue(
"default" );