42 fSaveThresholdCmd->
SetGuidance(
"Set the photon count threshold for saving the random number seed for an event.");
48 fVerboseCmd->
SetGuidance(
"Set the verbosity of event data.");
53 fPmtThresholdCmd->
SetGuidance(
"Set the pmtThreshold (in # of photons)");
56 fForceDrawPhotonsCmd->
SetGuidance(
"Force drawing of photons.");
58 ->
SetGuidance(
"(Higher priority than /LXe/forceDrawNoPhotons)");
61 fForceDrawNoPhotonsCmd->
SetGuidance(
"Force no drawing of photons.");
62 fForceDrawNoPhotonsCmd
63 ->
SetGuidance(
"(Lower priority than /LXe/forceDrawPhotons)");
69 delete fSaveThresholdCmd;
71 delete fPmtThresholdCmd;
72 delete fForceDrawPhotonsCmd;
73 delete fForceDrawNoPhotonsCmd;
79 if( command == fSaveThresholdCmd ){
82 else if( command == fVerboseCmd ){
85 else if( command == fPmtThresholdCmd ){
88 else if(command == fForceDrawPhotonsCmd){
90 ->GetNewBoolValue(newValue));
92 else if(command == fForceDrawNoPhotonsCmd){
94 ->GetNewBoolValue(newValue));