59 SaveHitsCmd->
SetGuidance(
"output file for hits collection (txt)");
65 SavePmtCmd->
SetGuidance(
"output file for pmt hits (txt)");
71 SaveHistFileCmd->
SetGuidance(
"output file for histograms");
78 PlotEventCmd->
SetGuidance(
"Flag for Interactive plotting during run");
84 InteractPlotCmd->
SetGuidance(
"Flag for Interactive plotting at end of run");
98 delete SaveHistFileCmd;
100 delete InteractPlotCmd;
107 if(command == SaveHitsCmd)
110 if(command == SavePmtCmd)
113 if(command == SaveHistFileCmd)
116 if(command == PlotEventCmd) {
118 const char* t = newValue;
119 std::istringstream is(t);
124 if(command == InteractPlotCmd) {
126 const char* t = newValue;
127 std::istringstream is(t);