41 eventDirectory->
SetGuidance(
"EventManager control commands.");
48 verboseCmd->
SetGuidance(
"Set Verbose level of event management category.");
50 verboseCmd->
SetGuidance(
" 1 : Stacking information");
56 storeEvtCmd->
SetGuidance(
"Store the current event to G4Run object instead of deleting it at the end of event.");
57 storeEvtCmd->
SetGuidance(
"Stored event is available through G4Run until the begining of next run.");
58 storeEvtCmd->
SetGuidance(
"Given the potential large memory size of G4Event and its datamember objects stored in G4Event,");
59 storeEvtCmd->
SetGuidance(
"the user must be careful and responsible for not to store too many G4Event objects.");
68 delete eventDirectory;
73 if( command == verboseCmd )
75 if( command == abortCmd )
77 if( command == storeEvtCmd )
84 if( command == verboseCmd )
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
static G4int GetNewIntValue(const char *paramString)
static G4String ConvertToString(G4bool boolVal)
void SetVerboseLevel(G4int value)
G4EvManMessenger(G4EventManager *fEvMan)
G4String GetCurrentValue(G4UIcommand *command)
void SetRange(const char *rs)
void SetGuidance(const char *aGuidance)
void AvailableForStates(G4ApplicationState s1)
void SetNewValue(G4UIcommand *command, G4String newValues)
void KeepTheCurrentEvent()