31 #include "ExG4EventAction01Messenger.hh"
32 #include "ExG4EventAction01.hh"
44 fEventAction(eventAction),
47 fSetVerboseLevelCmd(0),
51 fTopDirectory->
SetGuidance(
"UI commands of common example classes");
58 fSetVerboseLevelCmd->
SetGuidance(
"Set event verbose level ." );
64 ->
SetGuidance(
"Activate saving random number at endOfEvent.");
75 delete fSetVerboseLevelCmd;
76 delete fSetSaveRndmCmd;
84 if(command == fSetVerboseLevelCmd) {
88 else if ( command == fSetSaveRndmCmd ) {
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
static G4int GetNewIntValue(const char *paramString)
ExG4EventAction01Messenger(ExG4EventAction01 *eventAction)
~ExG4EventAction01Messenger()
virtual void SetNewValue(G4UIcommand *command, G4String newValue)
static G4bool GetNewBoolValue(const char *paramString)
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
void SetGuidance(const char *aGuidance)
void SetSaveRndm(G4bool value)
void AvailableForStates(G4ApplicationState s1)
void SetVerboseLevel(G4int level)