| 
    Geant4
    10.01.p03
    
   | 
 
#include <G4NucleusLimits.hh>
Public Member Functions | |
| G4NucleusLimits () | |
| G4NucleusLimits (G4int aMin1, G4int aMax1, G4int zMin1, G4int zMax1) | |
| ~G4NucleusLimits () | |
| G4int | GetAMin () const | 
| G4int | GetAMax () const | 
| G4int | GetZMin () const | 
| G4int | GetZMax () const | 
Private Attributes | |
| G4int | aMin | 
| G4int | aMax | 
| G4int | zMin | 
| G4int | zMax | 
Friends | |
| std::ostream & | operator<< (std::ostream &s, const G4NucleusLimits &q) | 
Definition at line 58 of file G4NucleusLimits.hh.
| G4NucleusLimits::G4NucleusLimits | ( | ) | 
Definition at line 56 of file G4NucleusLimits.cc.
Definition at line 65 of file G4NucleusLimits.cc.
| G4NucleusLimits::~G4NucleusLimits | ( | ) | 
Definition at line 114 of file G4NucleusLimits.cc.
      
  | 
  inline | 
Definition at line 94 of file G4NucleusLimits.hh.
References aMax.
Referenced by G4UIcmdWithNucleusLimits::ConvertToString(), G4RadioactiveDecay::IsApplicable(), operator<<(), and G4UIcmdWithNucleusLimits::SetDefaultValue().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 91 of file G4NucleusLimits.hh.
References aMin.
Referenced by G4UIcmdWithNucleusLimits::ConvertToString(), G4RadioactiveDecay::IsApplicable(), operator<<(), and G4UIcmdWithNucleusLimits::SetDefaultValue().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 100 of file G4NucleusLimits.hh.
References zMax.
Referenced by G4UIcmdWithNucleusLimits::ConvertToString(), G4RadioactiveDecay::IsApplicable(), operator<<(), and G4UIcmdWithNucleusLimits::SetDefaultValue().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 97 of file G4NucleusLimits.hh.
References zMin.
Referenced by G4UIcmdWithNucleusLimits::ConvertToString(), G4RadioactiveDecay::IsApplicable(), operator<<(), and G4UIcmdWithNucleusLimits::SetDefaultValue().
 Here is the caller graph for this function:
      
  | 
  friend | 
Definition at line 118 of file G4NucleusLimits.cc.
      
  | 
  private | 
Definition at line 81 of file G4NucleusLimits.hh.
Referenced by GetAMax().
      
  | 
  private | 
Definition at line 80 of file G4NucleusLimits.hh.
Referenced by GetAMin().
      
  | 
  private | 
Definition at line 83 of file G4NucleusLimits.hh.
Referenced by GetZMax().
      
  | 
  private | 
Definition at line 82 of file G4NucleusLimits.hh.
Referenced by GetZMin().