55   cutGCmd->
SetGuidance(
"Set cut values by RANGE for Gamma.");
 
   62   cutECmd->
SetGuidance(
"Set cut values by RANGE for e- e+.");
 
   69   setMaxStepCmd->
SetGuidance(
"Set max. step length in the detector");
 
   75   ElectronCutCmd->
SetGuidance(
"Set electron cut in mm for vertex region");
 
   78   ElectronCutCmd->
SetRange(
"ElectronCut>0.");
 
   83   PositronCutCmd->
SetGuidance(
"Set positron cut in mm for vertex region");
 
   86   PositronCutCmd->
SetRange(
"PositronCut>0.");
 
   91   GammaCutCmd->
SetGuidance(
"Set gamma cut in mm for vertex region");
 
   94   GammaCutCmd->
SetRange(
"GammaCut>0.");
 
   98   RadiatorCutCmd->
SetGuidance(
"Set radiator cut in mm for vertex region");
 
  101   RadiatorCutCmd->
SetRange(
"RadiatorCuts > 0.");
 
  105   DetectorCutCmd->
SetGuidance(
"Set radiator cut in mm for vertex region");
 
  108   DetectorCutCmd->
SetRange(
"DetectorCuts > 0.");
 
  125   delete setMaxStepCmd;
 
  127   delete ElectronCutCmd;
 
  128   delete PositronCutCmd;
 
  137   if(command == cutGCmd)
 
  139   if(command == cutECmd)
 
  141   if(command == setMaxStepCmd)
 
  144   if( command == ElectronCutCmd )
 
  148   if( command == PositronCutCmd )
 
  152   if( command == GammaCutCmd )
 
  156   if( command == RadiatorCutCmd )
 
  160   if( command == DetectorCutCmd )
 
  164   if( command == XTRModelCmd )