44 :fEventAction(eventAction)
47 fSetVerboseCmd->
SetGuidance(
"Set verbose level ." );
52 fDrawCmd->
SetGuidance(
"Draw the tracks in the event");
53 fDrawCmd->
SetGuidance(
" Choice : none,charged, all");
70 delete fSetVerboseCmd;
80 if(command == fSetVerboseCmd)
83 if(command == fDrawCmd)fEventAction->
SetDrawFlag(newValue);
85 if(command == fPrintCmd)
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
Definition of the F04EventActionMessenger class.
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
static G4int GetNewIntValue(const char *paramString)
void SetPrintModulo(G4int val)
void SetEventVerbose(G4int)
void SetDrawFlag(G4String val)
virtual void SetNewValue(G4UIcommand *, G4String)
void SetRange(const char *rs)
void SetGuidance(const char *aGuidance)
void AvailableForStates(G4ApplicationState s1)
Definition of the F04EventAction class.
void SetDefaultValue(const char *defVal)
virtual ~F04EventActionMessenger()
void SetCandidates(const char *candidateList)
void SetDefaultValue(G4int defVal)
F04EventActionMessenger(F04EventAction *)