45 SetGuidance(
"Set the photon count threshold for saving the random number seed");
51 fVerboseCmd->
SetGuidance(
"Set the verbosity of event data.");
56 fPmtThresholdCmd->
SetGuidance(
"Set the pmtThreshold (in # of photons)");
59 fForceDrawPhotonsCmd->
SetGuidance(
"Force drawing of photons.");
61 ->
SetGuidance(
"(Higher priority than /LXe/forceDrawNoPhotons)");
64 fForceDrawNoPhotonsCmd->
SetGuidance(
"Force no drawing of photons.");
65 fForceDrawNoPhotonsCmd
66 ->
SetGuidance(
"(Lower priority than /LXe/forceDrawPhotons)");
72 delete fSaveThresholdCmd;
74 delete fPmtThresholdCmd;
75 delete fForceDrawPhotonsCmd;
76 delete fForceDrawNoPhotonsCmd;
82 if( command == fSaveThresholdCmd ){
85 else if( command == fVerboseCmd ){
88 else if( command == fPmtThresholdCmd ){
91 else if(command == fForceDrawPhotonsCmd){
93 ->GetNewBoolValue(newValue));
95 else if(command == fForceDrawNoPhotonsCmd){
97 ->GetNewBoolValue(newValue));
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
static G4int GetNewIntValue(const char *paramString)
LXeEventMessenger(LXeEventAction *)
void SetForceDrawNoPhotons(G4bool b)
virtual ~LXeEventMessenger()
G4GLOB_DLL std::ostream G4cout
void SetSaveThreshold(G4int)
Definition of the LXeEventAction class.
void SetGuidance(const char *aGuidance)
void AvailableForStates(G4ApplicationState s1)
virtual void SetNewValue(G4UIcommand *, G4String)
void SetEventVerbose(G4int v)
void SetPMTThreshold(G4int t)
Definition of the LXeEventMessenger class.
void SetDefaultValue(G4int defVal)
void SetForceDrawPhotons(G4bool b)