#include <G4tgrIsotope.hh>
Definition at line 47 of file G4tgrIsotope.hh.
 
      
        
          | G4tgrIsotope::G4tgrIsotope  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 44 of file G4tgrIsotope.cc.
   45   : theName(
""), theZ(0), theN(0), theA(0.)
 
 
 
 
      
        
          | G4tgrIsotope::~G4tgrIsotope  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | G4tgrIsotope::G4tgrIsotope  | 
          ( | 
          const std::vector< G4String > &  | 
          wl | ) | 
           | 
        
      
 
Definition at line 57 of file G4tgrIsotope.cc.
static void CheckWLsize(const std::vector< G4String > &wl, unsigned int nWCheck, WLSIZEtype st, const G4String &methodName)
 
G4GLOB_DLL std::ostream G4cout
 
static G4int GetVerboseLevel()
 
static G4int GetInt(const G4String &str)
 
static G4double GetDouble(const G4String &str, G4double unitval=1.)
 
static G4String GetString(const G4String &str)
 
static constexpr double mole
 
 
 
 
  
  
      
        
          | G4int G4tgrIsotope::GetN  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | G4int G4tgrIsotope::GetZ  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | std::ostream& operator<<  | 
          ( | 
          std::ostream &  | 
          os,  | 
         
        
           | 
           | 
          const G4tgrIsotope &  | 
          obj  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
friend   | 
  
 
Definition at line 76 of file G4tgrIsotope.cc.
   78   os << 
"G4tgrIsotope= " << obj.theName
 
   79      << 
" Z = " << obj.theZ
 
   81      << 
" A= " << obj.theA << 
G4endl;
 
 
 
 
The documentation for this class was generated from the following files: