#include <G4VIsotopeTable.hh>
Definition at line 45 of file G4VIsotopeTable.hh.
 
      
        
          | G4VIsotopeTable::G4VIsotopeTable  | 
          ( | 
           | ) | 
           | 
        
      
 
 
  
  
      
        
          | G4VIsotopeTable::G4VIsotopeTable  | 
          ( | 
          const G4String &  | 
          name | ) | 
           | 
         
       
   | 
  
explicit   | 
  
 
 
Definition at line 55 of file G4VIsotopeTable.cc.
   56   : fName(right.fName), verboseLevel(right.verboseLevel)
 
 
 
 
  
  
      
        
          | G4VIsotopeTable::~G4VIsotopeTable  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
Definition at line 81 of file G4VIsotopeTable.cc.
   85   const G4int MAX_LVL=9;
 
   86   for ( Z =Zmin; Z<=Zmax; Z++){
 
   87     for ( A= Z; A<=3*
Z; A++){
 
   88       for ( lvl=0; lvl<=MAX_LVL; lvl++){
 
virtual G4IsotopeProperty * GetIsotope(G4int Z, G4int A, G4double E, G4Ions::G4FloatLevelBase flb=G4Ions::G4FloatLevelBase::no_Float)=0
 
double A(double temperature)
 
 
 
 
  
  
      
        
          | G4int G4VIsotopeTable::GetVerboseLevel  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | void G4VIsotopeTable::SetVerboseLevel  | 
          ( | 
          G4int  | 
          level | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
The documentation for this class was generated from the following files: