55 fDirectory->
SetGuidance(
"Control the physics lists");
92 fStepMaxCMD->
SetGuidance(
"Set max. step length in the detector");
111 fDecayDirectory->
SetGuidance(
"Decay chain control commands.");
114 fPienuCMD->
SetGuidance(
"Sets the pi+ to decay into e+, nu");
117 fPimunuCMD->
SetGuidance(
"Sets the pi+ to decay into mu+, nu");
144 if (command == fPienuCMD) {
155 if (command == fPimunuCMD) {
164 if (command == fGammaCutCMD) {
166 ->GetNewDoubleValue(newValue));
168 else if (command == fElectCutCMD) {
170 ->GetNewDoubleValue(newValue));
172 else if (command == fPosCutCMD) {
174 ->GetNewDoubleValue(newValue));
176 else if (command == fAllCutCMD) {
182 else if (command == fStepMaxCMD) {
184 ->GetNewDoubleValue(newValue));