38 :hadrontherapyGeometryController(controller)
 
   42     changeTheGeometryDir -> SetGuidance(
"Geometry setup");
 
   45     changeTheGeometryCmd -> SetGuidance(
"Select the geometry you wish to use");
 
   46     changeTheGeometryCmd -> SetParameterName(
"Geometry",
false);
 
   58     delete changeTheGeometryDir;
 
   59     delete changeTheGeometryCmd;
 
   71  if( command == changeTheGeometryCmd )
 
   73         hadrontherapyGeometryController -> SetGeometry (newValue);
 
HadrontherapyGeometryMessenger(HadrontherapyGeometryController *)
 
~HadrontherapyGeometryMessenger()
 
void SetNewValue(G4UIcommand *, G4String)