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