40 #include "EventActionMessenger.hh"
42 #include "EventAction.hh"
53 fpPDBDir->
SetGuidance(
"commands specific to this example");
56 "/PDB4DNA/event/setEnergyThres",
58 fpThresEdepCmd->
SetGuidance(
"Set energy threshold for SSB");
60 fpThresEdepCmd->
SetRange(
"EnergyThres>0");
65 fpThresDistCmd->
SetGuidance(
"Set distance threshold for DSB");
67 fpThresDistCmd->
SetRange(
"DistanceThres>0");
75 delete fpThresEdepCmd;
76 delete fpThresDistCmd;
84 if(command==fpThresEdepCmd)
90 if(command==fpThresDistCmd)
void SetDistanceThresForDSB(G4int val)
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
static G4int GetNewIntValue(const char *paramString)
static G4double GetNewDoubleValue(const char *paramString)
void SetRange(const char *rs)
void SetGuidance(const char *aGuidance)
void SetEnergyThresForSSB(G4double val)
virtual ~EventActionMessenger()
void AvailableForStates(G4ApplicationState s1)
EventActionMessenger(EventAction *)
virtual void SetNewValue(G4UIcommand *, G4String)
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)