9 gemcDir =
new G4UIdirectory(
"/gemc/");
10 gemcDir->SetGuidance(
"UI commands of gemc");
12 UpdateGeoCmd =
new G4UIcmdWithoutParameter(
"/gemc/updateGeo",
this);
13 UpdateGeoCmd->SetGuidance(
"Update detector geometry.");
14 UpdateGeoCmd->SetGuidance(
"This command MUST be applied before \"beamOn\" ");
15 UpdateGeoCmd->SetGuidance(
"if you changed geometrical value(s).");
16 UpdateGeoCmd->AvailableForStates(G4State_Idle);
28 if( command == UpdateGeoCmd )
void SetNewValue(G4UIcommand *, G4String)
MDetectorMessenger(MDetectorConstruction *)