| Geant4-11
    | 
#include <G4UserLimits.hh>
 
  
| Public Member Functions | |
| G4UserLimits (const G4String &type, G4double ustepMax=DBL_MAX, G4double utrakMax=DBL_MAX, G4double utimeMax=DBL_MAX, G4double uekinMin=0., G4double urangMin=0.) | |
| G4UserLimits (G4double ustepMax=DBL_MAX, G4double utrakMax=DBL_MAX, G4double utimeMax=DBL_MAX, G4double uekinMin=0., G4double urangMin=0.) | |
| virtual G4double | GetMaxAllowedStep (const G4Track &) | 
| const G4String & | GetType () const | 
| virtual G4double | GetUserMaxTime (const G4Track &) | 
| virtual G4double | GetUserMaxTrackLength (const G4Track &) | 
| virtual G4double | GetUserMinEkine (const G4Track &) | 
| virtual G4double | GetUserMinRange (const G4Track &) | 
| virtual void | SetMaxAllowedStep (G4double ustepMax) | 
| void | SetType (const G4String &type) | 
| virtual void | SetUserMaxTime (G4double utimeMax) | 
| virtual void | SetUserMaxTrackLength (G4double utrakMax) | 
| virtual void | SetUserMinEkine (G4double uekinMin) | 
| virtual void | SetUserMinRange (G4double urangMin) | 
| virtual | ~G4UserLimits () | 
| Protected Attributes | |
| G4double | fMaxStep = 0. | 
| G4double | fMaxTime = 0. | 
| G4double | fMaxTrack = 0. | 
| G4double | fMinEkine = 0. | 
| G4double | fMinRange = 0. | 
| G4String | fType | 
Definition at line 52 of file G4UserLimits.hh.
| G4UserLimits::G4UserLimits | ( | G4double | ustepMax = DBL_MAX, | 
| G4double | utrakMax = DBL_MAX, | ||
| G4double | utimeMax = DBL_MAX, | ||
| G4double | uekinMin = 0., | ||
| G4double | urangMin = 0. | ||
| ) | 
| G4UserLimits::G4UserLimits | ( | const G4String & | type, | 
| G4double | ustepMax = DBL_MAX, | ||
| G4double | utrakMax = DBL_MAX, | ||
| G4double | utimeMax = DBL_MAX, | ||
| G4double | uekinMin = 0., | ||
| G4double | urangMin = 0. | ||
| ) | 
| 
 | virtual | 
Referenced by G4StepLimiter::PostStepGetPhysicalInteractionLength().
| const G4String & G4UserLimits::GetType | ( | ) | const | 
Referenced by export_G4UserLimits().
Referenced by export_G4UserLimits(), and G4UserSpecialCuts::PostStepGetPhysicalInteractionLength().
Referenced by export_G4UserLimits(), and G4MinEkineCuts::PostStepGetPhysicalInteractionLength().
Referenced by export_G4UserLimits(), and G4UserSpecialCuts::PostStepGetPhysicalInteractionLength().
| 
 | virtual | 
Referenced by export_G4UserLimits(), and G4gstmed().
| void G4UserLimits::SetType | ( | const G4String & | type | ) | 
Referenced by export_G4UserLimits().
| 
 | virtual | 
Referenced by export_G4UserLimits().
| 
 | virtual | 
Referenced by export_G4UserLimits().
| 
 | virtual | 
Referenced by export_G4UserLimits().
| 
 | virtual | 
Referenced by export_G4UserLimits().
| 
 | protected | 
Definition at line 87 of file G4UserLimits.hh.
| 
 | protected | 
Definition at line 89 of file G4UserLimits.hh.
| 
 | protected | 
Definition at line 88 of file G4UserLimits.hh.
| 
 | protected | 
Definition at line 90 of file G4UserLimits.hh.
| 
 | protected | 
Definition at line 91 of file G4UserLimits.hh.
| 
 | protected | 
Definition at line 93 of file G4UserLimits.hh.