| 
    Geant4
    10.01.p03
    
   | 
 
#include <G3MatTable.hh>
Public Member Functions | |
| G3MatTable () | |
| virtual | ~G3MatTable () | 
| G4Material * | get (G4int id) const | 
| void | put (G4int id, G4Material *material) | 
| void | Clear () | 
Private Attributes | |
| G3MaterialVector * | fMatVector | 
Definition at line 53 of file G3MatTable.hh.
| G3MatTable::G3MatTable | ( | ) | 
Definition at line 33 of file G3MatTable.cc.
References fMatVector.
      
  | 
  virtual | 
Definition at line 38 of file G3MatTable.cc.
References Clear(), and fMatVector.
 Here is the call graph for this function:| void G3MatTable::Clear | ( | ) | 
Definition at line 59 of file G3MatTable.cc.
References a, and fMatVector.
Referenced by ~G3MatTable().
 Here is the caller graph for this function:| G4Material * G3MatTable::get | ( | G4int | id | ) | const | 
Definition at line 44 of file G3MatTable.cc.
References fMatVector, G3MatTableEntry::GetID(), and G3MatTableEntry::GetMaterial().
Referenced by G4gstmed().
 Here is the call graph for this function:
 Here is the caller graph for this function:| void G3MatTable::put | ( | G4int | id, | 
| G4Material * | material | ||
| ) | 
Definition at line 53 of file G3MatTable.cc.
References fMatVector.
Referenced by G4gsmate(), and G4gsmixt().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 67 of file G3MatTable.hh.
Referenced by Clear(), G3MatTable(), get(), put(), and ~G3MatTable().