55 fSetAbsorptionCMD->
SetGuidance(
"Turn on or off absorption process");
59 verboseCmd->
SetGuidance(
"set verbose for physics processes");
66 cerenkovCmd->
SetGuidance(
"set max nb of photons per step");
68 cerenkovCmd->
SetRange(
"MaxNumber>=0");
104 fStepMaxCMD->
SetGuidance(
"Set max. step length in the detector");
107 fStepMaxCMD->
SetRange(
"mxStep>0.0");
113 fClearPhysicsCMD->
SetGuidance(
"Clear the physics list");
117 fRemovePhysicsCMD->
SetGuidance(
"Remove a physics process from Physics List");
126 fDecayDirectory->
SetGuidance(
"Decay chain control commands.");
129 fPienuCMD->
SetGuidance(
"Sets the pi+ to decay into e+, nu");
132 fPimunuCMD->
SetGuidance(
"Sets the pi+ to decay into mu+, nu");
141 delete fSetAbsorptionCMD;
148 delete fClearPhysicsCMD;
149 delete fRemovePhysicsCMD;
162 if( command == fSetAbsorptionCMD ) {
166 else if( command == verboseCmd ) {
170 else if( command == cerenkovCmd ) {
175 else if (command == fPienuCMD) {
186 else if (command == fPimunuCMD) {
195 else if (command == fGammaCutCMD) {
197 ->GetNewDoubleValue(newValue));
199 else if (command == fElectCutCMD) {
201 ->GetNewDoubleValue(newValue));
203 else if (command == fPosCutCMD) {
205 ->GetNewDoubleValue(newValue));
207 else if (command == fAllCutCMD) {
213 else if (command == fStepMaxCMD) {
215 ->GetNewDoubleValue(newValue));
217 else if (command == fClearPhysicsCMD) {
220 else if (command == fRemovePhysicsCMD) {