39 fDirectory->SetGuidance(
"TGeant4 control commands.");
41 fRootCmd =
new G4UIcmdWithoutParameter(
"/mcControl/root",
this);
42 fRootCmd->SetGuidance(
"Switch to Root interactive shell.");
43 fRootCmd->AvailableForStates(G4State_PreInit, G4State_Init, G4State_Idle,
44 G4State_GeomClosed, G4State_EventProc);
46 fRootMacroCmd =
new G4UIcmdWithAString(
"/mcControl/rootMacro",
this);
48 "Process Root macro with given name (from file name.C)");
50 fRootMacroCmd->AvailableForStates(G4State_PreInit, G4State_Init, G4State_Idle,
51 G4State_GeomClosed, G4State_EventProc);
58 G4State_Idle, G4State_GeomClosed, G4State_EventProc);
62 "(In)Activate passing the random number seed from Root to Geant4");
66 fG3DefaultsCmd =
new G4UIcmdWithoutParameter(
"/mcControl/g3Defaults",
this);
67 fG3DefaultsCmd->SetGuidance(
"Set G3 default parameters (cut values,");
68 fG3DefaultsCmd->SetGuidance(
"tracking media max step values, ...)");