50 detectorDir -> SetGuidance(
" phantom control.");
53 phantomMaterialCmd -> SetGuidance(
"Select Material of the phantom.");
54 phantomMaterialCmd -> SetParameterName(
"choice",
false);
58 sourceCmd -> SetGuidance(
"Assign the selected geometry to G4RunManager.");
59 sourceCmd -> SetParameterName(
"choice",
true);
60 sourceCmd -> SetDefaultValue(
" ");
61 sourceCmd -> SetCandidates(
"TG186 Flexi Iodine Leipzig");
68 delete phantomMaterialCmd;
75 if( command == phantomMaterialCmd )
76 { detector -> SetPhantomMaterial(newValue);}
79 if( command == sourceCmd )
81 if(newValue==
"Iodine" || newValue==
"TG186"|| newValue==
"Leipzig" || newValue==
"Flexi")
83 detector -> SelectBrachytherapicSeed(newValue);
84 detector -> SwitchBrachytherapicSeed();
BrachyDetectorMessenger(BrachyDetectorConstruction *)
~BrachyDetectorMessenger()
void SetNewValue(G4UIcommand *, G4String)