#include <LXeEventMessenger.hh>
Definition at line 42 of file LXeEventMessenger.hh.
Definition at line 40 of file LXeEventMessenger.cc.
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)");
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
void SetGuidance(const char *aGuidance)
void AvailableForStates(G4ApplicationState s1)
void SetDefaultValue(G4int defVal)
LXeEventMessenger::~LXeEventMessenger |
( |
| ) |
|
|
virtual |
Definition at line 71 of file LXeEventMessenger.cc.
72 delete fSaveThresholdCmd;
74 delete fPmtThresholdCmd;
75 delete fForceDrawPhotonsCmd;
76 delete fForceDrawNoPhotonsCmd;
Reimplemented from G4UImessenger.
Definition at line 81 of file LXeEventMessenger.cc.
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));
static G4int GetNewIntValue(const char *paramString)
void SetForceDrawNoPhotons(G4bool b)
G4GLOB_DLL std::ostream G4cout
void SetSaveThreshold(G4int)
void SetEventVerbose(G4int v)
void SetPMTThreshold(G4int t)
void SetForceDrawPhotons(G4bool b)
The documentation for this class was generated from the following files: