#include <G4NistManager.hh>
|
| ~G4NistManager () |
|
G4Element * | GetElement (size_t index) |
|
G4Element * | FindOrBuildElement (G4int Z, G4bool isotopes=true) |
|
G4Element * | FindOrBuildElement (const G4String &symb, G4bool isotopes=true) |
|
size_t | GetNumberOfElements () const |
|
G4int | GetZ (const G4String &symb) const |
|
G4double | GetAtomicMassAmu (const G4String &symb) const |
|
G4double | GetAtomicMassAmu (G4int Z) const |
|
G4double | GetIsotopeMass (G4int Z, G4int N) const |
|
G4double | GetAtomicMass (G4int Z, G4int N) const |
|
G4double | GetTotalElectronBindingEnergy (G4int Z) const |
|
G4int | GetNistFirstIsotopeN (G4int Z) const |
|
G4int | GetNumberOfNistIsotopes (G4int Z) const |
|
G4double | GetIsotopeAbundance (G4int Z, G4int N) const |
|
void | PrintElement (G4int Z) |
|
void | PrintElement (const G4String &) |
|
void | PrintG4Element (const G4String &) |
|
const std::vector< G4String > & | GetNistElementNames () const |
|
G4double | GetMeanIonisationEnergy (G4int Z) const |
|
G4Material * | GetMaterial (size_t index) |
|
G4Material * | FindOrBuildMaterial (const G4String &name, G4bool isotopes=true, G4bool warning=false) |
|
G4Material * | BuildMaterialWithNewDensity (const G4String &name, const G4String &basename, G4double density=0.0, G4double temp=CLHEP::STP_Temperature, G4double pres=CLHEP::STP_Pressure) |
|
G4Material * | ConstructNewMaterial (const G4String &name, const std::vector< G4String > &elm, const std::vector< G4int > &nbAtoms, G4double dens, G4bool isotopes=true, G4State state=kStateSolid, G4double temp=CLHEP::STP_Temperature, G4double pressure=CLHEP::STP_Pressure) |
|
G4Material * | ConstructNewMaterial (const G4String &name, const std::vector< G4String > &elm, const std::vector< G4double > &weight, G4double dens, G4bool isotopes=true, G4State state=kStateSolid, G4double temp=CLHEP::STP_Temperature, G4double pressure=CLHEP::STP_Pressure) |
|
G4Material * | ConstructNewGasMaterial (const G4String &name, const G4String &nameNist, G4double temp, G4double pres, G4bool isotopes=true) |
|
G4Material * | ConstructNewIdealGasMaterial (const G4String &name, const std::vector< G4String > &elm, const std::vector< G4int > &nbAtoms, G4bool isotopes=true, G4double temp=CLHEP::STP_Temperature, G4double pressure=CLHEP::STP_Pressure) |
|
size_t | GetNumberOfMaterials () |
|
G4int | GetVerbose () |
|
void | SetVerbose (G4int) |
|
void | PrintG4Material (const G4String &) |
|
void | ListMaterials (const G4String &) |
|
const std::vector< G4String > & | GetNistMaterialNames () const |
|
G4double | GetZ13 (G4double Z) |
|
G4double | GetZ13 (G4int Z) |
|
G4double | GetA27 (G4int Z) |
|
G4double | GetLOGA (G4double A) |
|
G4double | GetLOGZ (G4int Z) |
|
G4double | GetLOGA (G4int Z) |
|
Definition at line 82 of file G4NistManager.hh.
G4NistManager::~G4NistManager |
( |
) | |
|
G4Element * G4NistManager::GetElement |
( |
size_t |
index) | |
|
|
inline |
G4Material * G4NistManager::GetMaterial |
( |
size_t |
index) | |
|
|
inline |
const std::vector< G4String > & G4NistManager::GetNistElementNames |
( |
) | |
const |
|
inline |
G4int G4NistManager::GetNistFirstIsotopeN |
( |
G4int |
Z) | |
const |
|
inline |
const std::vector< G4String > & G4NistManager::GetNistMaterialNames |
( |
) | |
const |
|
inline |
size_t G4NistManager::GetNumberOfElements |
( |
) | |
const |
|
inline |
size_t G4NistManager::GetNumberOfMaterials |
( |
) | |
|
|
inline |
G4int G4NistManager::GetNumberOfNistIsotopes |
( |
G4int |
Z) | |
const |
|
inline |
G4double G4NistManager::GetTotalElectronBindingEnergy |
( |
G4int |
Z) | |
const |
|
inline |
G4int G4NistManager::GetVerbose |
( |
) | |
|
|
inline |
The documentation for this class was generated from the following files: