49   :StepLengthAction(lengthAct),MagFieldAction(magAct),EnergyLossAction(elossAct)
 
   56   myDirLimits->
SetGuidance(
"GEANT4e commands to limit the step");
 
   60   StepLengthLimitCmd->
SetGuidance(
"Limit the length of an step");
 
   65   MagFieldLimitCmd->
SetGuidance(
"Limit the length of an step");
 
   69   EnergyLossCmd->
SetGuidance(
"Limit the length of an step");
 
   77   delete StepLengthLimitCmd;
 
   78   delete MagFieldLimitCmd;
 
   88   if( command == StepLengthLimitCmd ) { 
 
   95   } 
else if( command == MagFieldLimitCmd ) { 
 
  102   } 
else if( command == EnergyLossCmd ) { 
 
static G4double GetNewDoubleValue(const char *paramString)
 
void SetStepLimit(G4double val)
 
G4GLOB_DLL std::ostream G4cout
 
static G4double GetNewDoubleValue(const char *paramString)
 
void SetGuidance(const char *aGuidance)
 
void AvailableForStates(G4ApplicationState s1)
 
void SetDefaultUnit(const char *defUnit)
 
void SetNewValue(G4UIcommand *, G4String)
 
void SetStepLimit(G4double val)
 
G4ErrorMessenger(G4ErrorStepLengthLimitProcess *lengthAct, G4ErrorMagFieldLimitProcess *magAct, G4ErrorEnergyLoss *elossAct)