#include <BrachyDetectorMessenger.hh>
Definition at line 47 of file BrachyDetectorMessenger.hh.
Definition at line 47 of file BrachyDetectorMessenger.cc.
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");
BrachyDetectorMessenger::~BrachyDetectorMessenger |
( |
| ) |
|
Reimplemented from G4UImessenger.
Definition at line 72 of file BrachyDetectorMessenger.cc.
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();
The documentation for this class was generated from the following files: