Geant4  10.00.p02
G4NistManager Class Reference

#include <G4NistManager.hh>

+ Collaboration diagram for G4NistManager:

Public Member Functions

 ~G4NistManager ()
 
G4ElementGetElement (size_t index)
 
G4ElementFindOrBuildElement (G4int Z, G4bool isotopes=true)
 
G4ElementFindOrBuildElement (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
 
G4MaterialGetMaterial (size_t index)
 
G4MaterialFindOrBuildMaterial (const G4String &name, G4bool isotopes=true, G4bool warning=false)
 
G4MaterialBuildMaterialWithNewDensity (const G4String &name, const G4String &basename, G4double density=0.0, G4double temp=CLHEP::STP_Temperature, G4double pres=CLHEP::STP_Pressure)
 
G4MaterialConstructNewMaterial (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)
 
G4MaterialConstructNewMaterial (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)
 
G4MaterialConstructNewGasMaterial (const G4String &name, const G4String &nameNist, G4double temp, G4double pres, G4bool isotopes=true)
 
G4MaterialConstructNewIdealGasMaterial (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)
 

Static Public Member Functions

static G4NistManagerInstance ()
 

Private Member Functions

 G4NistManager ()
 

Private Attributes

G4Powg4pow
 
G4double POWERA27 [101]
 
G4double LOGAZ [101]
 
std::vector< G4Element * > elements
 
std::vector< G4Material * > materials
 
size_t nElements
 
size_t nMaterials
 
G4int verbose
 
G4NistElementBuilderelmBuilder
 
G4NistMaterialBuildermatBuilder
 
G4NistMessengermessenger
 

Static Private Attributes

static G4NistManagerinstance = 0
 

Detailed Description

Definition at line 82 of file G4NistManager.hh.

Constructor & Destructor Documentation

G4NistManager::~G4NistManager ( )

Definition at line 79 of file G4NistManager.cc.

References elmBuilder, G4Element::GetElementTable(), G4Isotope::GetIsotopeTable(), G4Material::GetMaterialTable(), matBuilder, and messenger.

+ Here is the call graph for this function:

G4NistManager::G4NistManager ( )
private

Definition at line 198 of file G4NistManager.cc.

References A, elmBuilder, FatalException, G4Exception(), g4pow, G4NistElementBuilder::GetAtomicMassAmu(), G4Pow::GetInstance(), G4Threading::IsWorkerThread(), LOGAZ, matBuilder, messenger, nElements, nMaterials, POWERA27, and verbose.

+ Here is the call graph for this function:

Member Function Documentation

G4Material * G4NistManager::BuildMaterialWithNewDensity ( const G4String name,
const G4String basename,
G4double  density = 0.0,
G4double  temp = CLHEP::STP_Temperature,
G4double  pres = CLHEP::STP_Pressure 
)

Definition at line 110 of file G4NistManager.cc.

References density, FatalException, FindOrBuildMaterial(), G4cout, G4endl, G4Exception(), G4Material::GetDensity(), G4Material::GetPressure(), G4Material::GetState(), and G4Material::GetTemperature().

+ Here is the call graph for this function:

G4Material * G4NistManager::ConstructNewGasMaterial ( const G4String name,
const G4String nameNist,
G4double  temp,
G4double  pres,
G4bool  isotopes = true 
)
inline

Definition at line 487 of file G4NistManager.hh.

References G4NistMaterialBuilder::ConstructNewGasMaterial(), and matBuilder.

Referenced by export_G4NistManager().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4Material * G4NistManager::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 
)
inline

Definition at line 499 of file G4NistManager.hh.

References G4NistMaterialBuilder::ConstructNewIdealGasMaterial(), and matBuilder.

+ Here is the call graph for this function:

G4Material * G4NistManager::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 
)
inline

Definition at line 455 of file G4NistManager.hh.

References G4NistMaterialBuilder::ConstructNewMaterial(), and matBuilder.

Referenced by XrayFluoNistMaterials::CreateMaterials().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4Material * G4NistManager::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 
)
inline

Definition at line 472 of file G4NistManager.hh.

References G4NistMaterialBuilder::ConstructNewMaterial(), and matBuilder.

+ Here is the call graph for this function:

G4Element * G4NistManager::FindOrBuildElement ( G4int  Z,
G4bool  isotopes = true 
)
inline
G4Element * G4NistManager::FindOrBuildElement ( const G4String symb,
G4bool  isotopes = true 
)
inline

Definition at line 322 of file G4NistManager.hh.

References elmBuilder, and G4NistElementBuilder::FindOrBuildElement().

+ Here is the call graph for this function:

G4Material * G4NistManager::FindOrBuildMaterial ( const G4String name,
G4bool  isotopes = true,
G4bool  warning = false 
)
inline

Definition at line 446 of file G4NistManager.hh.

References G4NistMaterialBuilder::FindOrBuildMaterial(), and matBuilder.

Referenced by CML2Acc1::BeWindow(), RE01CalorimeterROGeometry::Build(), CML2ReadOutGeometry::Build(), BuildMaterialWithNewDensity(), HadrontherapyModulator::BuildModulator(), CML2ReadOutGeometry::CML2ReadOutGeometry(), Par01ParallelWorldForPion::Construct(), Par01DetectorConstruction::Construct(), ExTGDetectorConstructionWithCpp::Construct(), B1DetectorConstruction::Construct(), RE01DetectorConstruction::Construct(), GB02DetectorConstruction::Construct(), GB01DetectorConstruction::Construct(), B3DetectorConstruction::Construct(), ExGflashDetectorConstruction::Construct(), ExG4DetectorConstruction01::Construct(), ExG4DetectorConstruction02::Construct(), CML2PhantomConstruction::Construct(), ExErrorDetectorConstruction::Construct(), CML2AcceleratorConstruction::Construct(), CML2Ph_FullWater::Construct(), CML2Ph_BoxInBox::Construct(), RE02DetectorConstruction::Construct(), GammaKnifeDetectorConstruction::ConstructBeamLine(), Collimator100BeamLine::ConstructCollimator100BeamLine(), Collimator40BeamLine::ConstructCollimator40BeamLine(), Collimator50BeamLine::ConstructCollimator50BeamLine(), Collimator60BeamLine::ConstructCollimator60BeamLine(), Collimator70BeamLine::ConstructCollimator70BeamLine(), Collimator80BeamLine::ConstructCollimator80BeamLine(), B5DetectorConstruction::ConstructMaterials(), PassiveCarbonBeamLine::ConstructPassiveCarbonBeamLine(), PassiveProtonBeamLine::ConstructPassiveProtonBeamLine(), ExGflashDetectorConstruction::ConstructSDandField(), CML2WorldConstruction::create(), F04Materials::CreateMaterials(), WLSMaterials::CreateMaterials(), CML2PhaseSpaces::createPlane(), XDetectorConstruction::DefineMaterials(), RE03DetectorConstruction::DefineMaterials(), RE04DetectorConstruction::DefineMaterials(), ElectronBenchmarkDetector::DefineMaterials(), B2aDetectorConstruction::DefineMaterials(), B2bDetectorConstruction::DefineMaterials(), B4cDetectorConstruction::DefineMaterials(), B4dDetectorConstruction::DefineMaterials(), B4DetectorConstruction::DefineMaterials(), F06DetectorConstruction::DefineMaterials(), F05DetectorConstruction::DefineMaterials(), Par01EMShowerModel::Explode(), export_G4NistManager(), G4tgbMaterialMgr::FindOrBuildG4Material(), CML2Acc1::flatteningFilter(), G4DNABrownianTransportation::G4DNABrownianTransportation(), G4MicroElecElasticModel::G4MicroElecElasticModel(), G4MicroElecInelasticModel::G4MicroElecInelasticModel(), G4MuElecElasticModel::G4MuElecElasticModel(), G4MuElecInelasticModel::G4MuElecInelasticModel(), F04Materials::GetMaterial(), WLSMaterials::GetMaterial(), XrayFluoNistMaterials::GetMaterial(), G4GDMLReadMaterials::GetMaterial(), HadrontherapyInteractionParameters::GetNistMaterial(), IORTInteractionParameters::GetNistMaterial(), CML2Acc1::ionizationChamber(), CML2Acc1::mirror(), CML2Acc1::MLC(), CML2Acc1::primaryCollimator(), DetectorConstruction::SetAbsMaterial(), DetectorConstruction::SetAbsorberMaterial(), DetectorConstruction::SetAbsorMaterial(), ExG4DetectorConstruction02::SetBoxMaterial(), B2aDetectorConstruction::SetChamberMaterial(), B2bDetectorConstruction::SetChamberMaterial(), DetectorConstruction::SetContainerMaterial(), PassiveCarbonBeamLine::SetDefaultDimensions(), Collimator80BeamLine::SetDefaultDimensions(), Collimator50BeamLine::SetDefaultDimensions(), Collimator100BeamLine::SetDefaultDimensions(), Collimator70BeamLine::SetDefaultDimensions(), Collimator40BeamLine::SetDefaultDimensions(), Collimator60BeamLine::SetDefaultDimensions(), PassiveProtonBeamLine::SetDefaultDimensions(), F04DetectorConstruction::SetDegraderMaterial(), DetectorConstruction::SetEcalMaterial(), DetectorConstruction::SetGapMaterial(), DetectorConstruction::SetGasMaterial(), DetectorConstruction::SetMaterial(), ExG4DetectorConstruction01::SetMaterial(), DetectorConstruction::SetTallyMaterial(), DetectorConstruction::SetTarget1Material(), DetectorConstruction::SetTarget2Material(), B2aDetectorConstruction::SetTargetMaterial(), B2bDetectorConstruction::SetTargetMaterial(), DetectorConstruction::SetTargetMaterial(), F04DetectorConstruction::SetTargetMaterial(), DetectorConstruction::SetWorldMaterial(), ExG4DetectorConstruction02::SetWorldMaterial(), F04DetectorConstruction::SetWorldMaterial(), and CML2Acc1::target().

+ Here is the call graph for this function:

G4double G4NistManager::GetA27 ( G4int  Z)
inline

Definition at line 542 of file G4NistManager.hh.

References POWERA27.

Referenced by G4hBremsstrahlungModel::ComputeDMicroscopicCrossSection(), G4MuBremsstrahlungModel::G4MuBremsstrahlungModel(), G4WentzelOKandVIxSection::G4WentzelOKandVIxSection(), and G4WentzelVIRelXSection::G4WentzelVIRelXSection().

+ Here is the caller graph for this function:

G4double G4NistManager::GetAtomicMass ( G4int  Z,
G4int  N 
) const
inline

Definition at line 367 of file G4NistManager.hh.

References elmBuilder, and G4NistElementBuilder::GetAtomicMass().

Referenced by G4Isotope::G4Isotope().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4NistManager::GetAtomicMassAmu ( const G4String symb) const
inline

Definition at line 344 of file G4NistManager.hh.

References elmBuilder, and G4NistElementBuilder::GetAtomicMassAmu().

Referenced by G4UPiNuclearCrossSection::BuildPhysicsTable(), G4CrossSectionPairGG::BuildPhysicsTable(), G4BGGNucleonInelasticXS::BuildPhysicsTable(), G4BGGPionElasticXS::BuildPhysicsTable(), G4BGGNucleonElasticXS::BuildPhysicsTable(), G4BGGPionInelasticXS::BuildPhysicsTable(), G4ecpssrBaseKxsModel::CalculateCrossSection(), G4ecpssrBaseLixsModel::CalculateL1CrossSection(), G4ecpssrBaseLixsModel::CalculateL2CrossSection(), G4ecpssrBaseLixsModel::CalculateL3CrossSection(), G4IonCoulombScatteringModel::ComputeCrossSectionPerAtom(), G4EmSaturation::FindBirksCoefficient(), G4UPiNuclearCrossSection::G4UPiNuclearCrossSection(), G4TripathiCrossSection::GetElementCrossSection(), G4PhotoNuclearCrossSection::GetElementCrossSection(), G4ElectroNuclearCrossSection::GetElementCrossSection(), G4CrossSectionPairGG::GetElementCrossSection(), G4CrossSectionInelastic::GetElementCrossSection(), G4CrossSectionElastic::GetElementCrossSection(), G4EMDissociationCrossSection::GetElementCrossSection(), G4TripathiLightCrossSection::GetElementCrossSection(), G4ProtonInelasticCrossSection::GetProtonCrossSection(), G4ElasticHadrNucleusHE::HadrNucDifferCrSec(), G4eCoulombScatteringModel::MinPrimaryEnergy(), G4ElasticHadrNucleusHE::SampleInvariantT(), G4ScreeningMottCrossSection::SetupKinematic(), G4WentzelOKandVIxSection::SetupTarget(), and G4WentzelVIRelXSection::SetupTarget().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4NistManager::GetAtomicMassAmu ( G4int  Z) const
inline

Definition at line 351 of file G4NistManager.hh.

References elmBuilder, and G4NistElementBuilder::GetAtomicMassAmu().

+ Here is the call graph for this function:

G4Element * G4NistManager::GetElement ( size_t  index)
inline

Definition at line 303 of file G4NistManager.hh.

References G4Element::GetElementTable().

Referenced by export_G4NistManager().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4NistManager::GetIsotopeAbundance ( G4int  Z,
G4int  N 
) const
inline

Definition at line 383 of file G4NistManager.hh.

References elmBuilder, and G4NistElementBuilder::GetIsotopeAbundance().

Referenced by G4Element::AddNaturalIsotopes(), G4Evaporation::BreakItUp(), G4ExcitationHandler::BreakItUp(), and G4VCrossSectionDataSet::ComputeCrossSection().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4NistManager::GetIsotopeMass ( G4int  Z,
G4int  N 
) const
inline

Definition at line 359 of file G4NistManager.hh.

References elmBuilder, and G4NistElementBuilder::GetIsotopeMass().

Referenced by export_G4NistManager().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4NistManager::GetLOGA ( G4double  A)
inline

Definition at line 558 of file G4NistManager.hh.

References g4pow, and G4Pow::logA().

+ Here is the call graph for this function:

G4double G4NistManager::GetLOGA ( G4int  Z)
inline

Definition at line 565 of file G4NistManager.hh.

References LOGAZ.

G4double G4NistManager::GetLOGZ ( G4int  Z)
inline

Definition at line 551 of file G4NistManager.hh.

References g4pow, and G4Pow::logZ().

Referenced by G4MuPairProductionModel::MaxSecondaryEnergyForElement(), G4MuPairProductionModel::SampleSecondaries(), G4PairProductionRelModel::SetCurrentElement(), G4eBremsstrahlungRelModel::SetCurrentElement(), G4eBremParametrizedModel::SetCurrentElement(), and G4IonCoulombCrossSection::SetScreenRSquare().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4Material * G4NistManager::GetMaterial ( size_t  index)
inline

Definition at line 428 of file G4NistManager.hh.

References G4Material::GetMaterialTable().

Referenced by export_G4NistManager().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4NistManager::GetMeanIonisationEnergy ( G4int  Z) const
inline

Definition at line 414 of file G4NistManager.hh.

References G4NistMaterialBuilder::GetMeanIonisationEnergy(), and matBuilder.

Referenced by G4IonisParamElm::G4IonisParamElm().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

const std::vector< G4String > & G4NistManager::GetNistElementNames ( ) const
inline

Definition at line 407 of file G4NistManager.hh.

References elmBuilder, and G4NistElementBuilder::GetElementNames().

Referenced by G4Element::AddNaturalIsotopes(), and G4Material::G4Material().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4int G4NistManager::GetNistFirstIsotopeN ( G4int  Z) const
inline

Definition at line 391 of file G4NistManager.hh.

References elmBuilder, and G4NistElementBuilder::GetNistFirstIsotopeN().

Referenced by G4Element::AddNaturalIsotopes(), and G4VCrossSectionDataSet::ComputeCrossSection().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

const std::vector< G4String > & G4NistManager::GetNistMaterialNames ( ) const
inline

Definition at line 521 of file G4NistManager.hh.

References G4NistMaterialBuilder::GetMaterialNames(), and matBuilder.

+ Here is the call graph for this function:

size_t G4NistManager::GetNumberOfElements ( ) const
inline

Definition at line 330 of file G4NistManager.hh.

References nElements.

Referenced by export_G4NistManager().

+ Here is the caller graph for this function:

size_t G4NistManager::GetNumberOfMaterials ( )
inline

Definition at line 296 of file G4NistManager.hh.

References nMaterials.

Referenced by export_G4NistManager().

+ Here is the caller graph for this function:

G4int G4NistManager::GetNumberOfNistIsotopes ( G4int  Z) const
inline

Definition at line 399 of file G4NistManager.hh.

References elmBuilder, and G4NistElementBuilder::GetNumberOfNistIsotopes().

Referenced by G4Element::AddNaturalIsotopes(), and G4VCrossSectionDataSet::ComputeCrossSection().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4NistManager::GetTotalElectronBindingEnergy ( G4int  Z) const
inline

Definition at line 375 of file G4NistManager.hh.

References elmBuilder, and G4NistElementBuilder::GetTotalElectronBindingEnergy().

+ Here is the call graph for this function:

G4int G4NistManager::GetVerbose ( )
inline

Definition at line 438 of file G4NistManager.hh.

References verbose.

Referenced by export_G4NistManager().

+ Here is the caller graph for this function:

G4int G4NistManager::GetZ ( const G4String symb) const
inline

Definition at line 337 of file G4NistManager.hh.

References elmBuilder, and G4NistElementBuilder::GetZ().

Referenced by export_G4NistManager().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4NistManager::GetZ13 ( G4int  Z)
inline

Definition at line 535 of file G4NistManager.hh.

References g4pow, and G4Pow::Z13().

+ Here is the call graph for this function:

G4NistManager * G4NistManager::Instance ( void  )
static

Definition at line 68 of file G4NistManager.cc.

References instance.

Referenced by G4Element::AddNaturalIsotopes(), CML2Acc1::BeWindow(), G4ExcitationHandler::BreakItUp(), RE01CalorimeterROGeometry::Build(), CML2ReadOutGeometry::Build(), HadrontherapyModulator::BuildModulator(), G4UPiNuclearCrossSection::BuildPhysicsTable(), G4BGGNucleonInelasticXS::BuildPhysicsTable(), G4BGGPionElasticXS::BuildPhysicsTable(), G4BGGNucleonElasticXS::BuildPhysicsTable(), G4BGGPionInelasticXS::BuildPhysicsTable(), G4ecpssrBaseKxsModel::CalculateCrossSection(), G4ecpssrBaseLixsModel::CalculateL1CrossSection(), G4ecpssrBaseLixsModel::CalculateL2CrossSection(), G4ecpssrBaseLixsModel::CalculateL3CrossSection(), CML2ReadOutGeometry::CML2ReadOutGeometry(), G4VCrossSectionDataSet::ComputeCrossSection(), Construct(), Par01ParallelWorldForPion::Construct(), Par01DetectorConstruction::Construct(), ExTGDetectorConstructionWithCpp::Construct(), B1DetectorConstruction::Construct(), RE01DetectorConstruction::Construct(), GB01DetectorConstruction::Construct(), GB02DetectorConstruction::Construct(), B3DetectorConstruction::Construct(), ExGflashDetectorConstruction::Construct(), ExG4DetectorConstruction01::Construct(), ExG4DetectorConstruction02::Construct(), CML2PhantomConstruction::Construct(), ExErrorDetectorConstruction::Construct(), CML2AcceleratorConstruction::Construct(), CML2Ph_FullWater::Construct(), CML2Ph_BoxInBox::Construct(), RE02DetectorConstruction::Construct(), GammaKnifeDetectorConstruction::ConstructBeamLine(), Collimator100BeamLine::ConstructCollimator100BeamLine(), Collimator40BeamLine::ConstructCollimator40BeamLine(), Collimator50BeamLine::ConstructCollimator50BeamLine(), Collimator60BeamLine::ConstructCollimator60BeamLine(), Collimator70BeamLine::ConstructCollimator70BeamLine(), Collimator80BeamLine::ConstructCollimator80BeamLine(), B5DetectorConstruction::ConstructMaterials(), PassiveCarbonBeamLine::ConstructPassiveCarbonBeamLine(), PassiveProtonBeamLine::ConstructPassiveProtonBeamLine(), ExGflashDetectorConstruction::ConstructSDandField(), CML2WorldConstruction::create(), XrayFluoNistMaterials::CreateMaterials(), CML2PhaseSpaces::createPlane(), XDetectorConstruction::DefineMaterials(), RE03DetectorConstruction::DefineMaterials(), B3DetectorConstruction::DefineMaterials(), RE04DetectorConstruction::DefineMaterials(), ElectronBenchmarkDetector::DefineMaterials(), B2aDetectorConstruction::DefineMaterials(), B2bDetectorConstruction::DefineMaterials(), B4cDetectorConstruction::DefineMaterials(), B4dDetectorConstruction::DefineMaterials(), B4DetectorConstruction::DefineMaterials(), F06DetectorConstruction::DefineMaterials(), F05DetectorConstruction::DefineMaterials(), G4AdjointhIonisationModel::DefineProjectileProperty(), G4AdjointIonIonisationModel::DefineProjectileProperty(), Par01EMShowerModel::Explode(), export_G4NistManager(), F04Materials::F04Materials(), G4tgbMaterialMgr::FindOrBuildG4Element(), G4tgbMaterialMgr::FindOrBuildG4Material(), CML2Acc1::flatteningFilter(), G4BetheBlochModel::G4BetheBlochModel(), G4CrossSectionDataStore::G4CrossSectionDataStore(), G4CrossSectionElastic::G4CrossSectionElastic(), G4CrossSectionInelastic::G4CrossSectionInelastic(), G4CrossSectionPairGG::G4CrossSectionPairGG(), G4DNABrownianTransportation::G4DNABrownianTransportation(), G4eBremParametrizedModel::G4eBremParametrizedModel(), G4eBremsstrahlungRelModel::G4eBremsstrahlungRelModel(), G4eCoulombScatteringModel::G4eCoulombScatteringModel(), G4ElasticHadrNucleusHE::G4ElasticHadrNucleusHE(), G4ElectroNuclearCrossSection::G4ElectroNuclearCrossSection(), G4EmCorrections::G4EmCorrections(), G4EmManager::G4EmManager(), G4EmSaturation::G4EmSaturation(), G4eSingleCoulombScatteringModel::G4eSingleCoulombScatteringModel(), G4hCoulombScatteringModel::G4hCoulombScatteringModel(), G4IonCoulombCrossSection::G4IonCoulombCrossSection(), G4IonCoulombScatteringModel::G4IonCoulombScatteringModel(), G4IonisParamElm::G4IonisParamElm(), G4Isotope::G4Isotope(), G4Material::G4Material(), G4MicroElecElasticModel::G4MicroElecElasticModel(), G4MicroElecInelasticModel::G4MicroElecInelasticModel(), G4MuBremsstrahlungModel::G4MuBremsstrahlungModel(), G4MuElecElasticModel::G4MuElecElasticModel(), G4MuElecInelasticModel::G4MuElecInelasticModel(), G4MuPairProductionModel::G4MuPairProductionModel(), G4PairProductionRelModel::G4PairProductionRelModel(), G4PhotoNuclearCrossSection::G4PhotoNuclearCrossSection(), G4ProtonInelasticCrossSection::G4ProtonInelasticCrossSection(), G4ScreeningMottCrossSection::G4ScreeningMottCrossSection(), G4UnstableFragmentBreakUp::G4UnstableFragmentBreakUp(), G4UPiNuclearCrossSection::G4UPiNuclearCrossSection(), G4WentzelOKandVIxSection::G4WentzelOKandVIxSection(), G4WentzelVIRelModel::G4WentzelVIRelModel(), G4WentzelVIRelXSection::G4WentzelVIRelXSection(), G4GDMLReadMaterials::GetElement(), G4TripathiCrossSection::GetElementCrossSection(), G4NeutronInelasticCrossSection::GetElementCrossSection(), G4HadronInelasticDataSet::GetElementCrossSection(), G4HadronElasticDataSet::GetElementCrossSection(), G4IonsSihverCrossSection::GetElementCrossSection(), G4IonsKoxCrossSection::GetElementCrossSection(), G4IonsShenCrossSection::GetElementCrossSection(), G4GGNuclNuclCrossSection::GetElementCrossSection(), G4NeutronElasticXS::GetElementCrossSection(), G4NeutronInelasticXS::GetElementCrossSection(), G4EMDissociationCrossSection::GetElementCrossSection(), G4TripathiLightCrossSection::GetElementCrossSection(), G4ComponentGGNuclNuclXsc::GetElementCrossSection(), XrayFluoNistMaterials::GetMaterial(), G4GDMLReadMaterials::GetMaterial(), HadrontherapyInteractionParameters::GetNistMaterial(), IORTInteractionParameters::GetNistMaterial(), G4NeutronElasticXS::Initialise(), G4NeutronInelasticXS::Initialise(), CML2Acc1::ionizationChamber(), G4TripathiLightCrossSection::IsElementApplicable(), CML2Acc1::mirror(), CML2Acc1::MLC(), CML2Acc1::primaryCollimator(), DetectorConstruction::SetAbsMaterial(), DetectorConstruction::SetAbsorberMaterial(), DetectorConstruction::SetAbsorMaterial(), ExG4DetectorConstruction02::SetBoxMaterial(), B2bDetectorConstruction::SetChamberMaterial(), B2aDetectorConstruction::SetChamberMaterial(), DetectorConstruction::SetContainerMaterial(), PassiveCarbonBeamLine::SetDefaultDimensions(), Collimator100BeamLine::SetDefaultDimensions(), Collimator60BeamLine::SetDefaultDimensions(), Collimator70BeamLine::SetDefaultDimensions(), Collimator50BeamLine::SetDefaultDimensions(), Collimator40BeamLine::SetDefaultDimensions(), Collimator80BeamLine::SetDefaultDimensions(), PassiveProtonBeamLine::SetDefaultDimensions(), F04DetectorConstruction::SetDegraderMaterial(), IORTDetectorConstruction::SetDiscoMaterialIORT(), IORTDetectorConstruction::SetDiscoMaterialIORT1(), DetectorConstruction::SetEcalMaterial(), DetectorConstruction::SetGapMaterial(), DetectorConstruction::SetGasMaterial(), DetectorConstruction::SetMaterial(), ExG4DetectorConstruction01::SetMaterial(), G4IonisParamMat::SetMeanExcitationEnergy(), G4Evaporation::SetParameters(), HadrontherapyDetectorConstruction::SetPhantomMaterial(), IORTDetectorConstruction::SetPhantomMaterial(), PassiveProtonBeamLine::SetRSMaterial(), DetectorConstruction::SetTallyMaterial(), DetectorConstruction::SetTarget1Material(), DetectorConstruction::SetTarget2Material(), B2aDetectorConstruction::SetTargetMaterial(), B2bDetectorConstruction::SetTargetMaterial(), DetectorConstruction::SetTargetMaterial(), F04DetectorConstruction::SetTargetMaterial(), DetectorConstruction::SetWorldMaterial(), ExG4DetectorConstruction02::SetWorldMaterial(), F04DetectorConstruction::SetWorldMaterial(), CML2Acc1::target(), and WLSMaterials::WLSMaterials().

void G4NistManager::ListMaterials ( const G4String list)
inline

Definition at line 513 of file G4NistManager.hh.

References G4NistMaterialBuilder::ListMaterials(), and matBuilder.

Referenced by export_G4NistManager(), and G4NistMessenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4NistManager::PrintElement ( G4int  Z)
inline

Definition at line 421 of file G4NistManager.hh.

References elmBuilder, and G4NistElementBuilder::PrintElement().

Referenced by G4NistMessenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4NistManager::PrintElement ( const G4String symbol)

Definition at line 149 of file G4NistManager.cc.

References elmBuilder, G4NistElementBuilder::GetZ(), and G4NistElementBuilder::PrintElement().

+ Here is the call graph for this function:

void G4NistManager::PrintG4Element ( const G4String name)

Definition at line 157 of file G4NistManager.cc.

References G4cout, G4endl, G4Element::GetElementTable(), G4Element::GetName(), and name.

Referenced by export_G4NistManager(), and G4NistMessenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4NistManager::PrintG4Material ( const G4String name)

Definition at line 172 of file G4NistManager.cc.

References G4cout, G4endl, G4Material::GetMaterialTable(), G4Material::GetName(), and name.

Referenced by export_G4NistManager(), and G4NistMessenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4NistManager::SetVerbose ( G4int  val)

Definition at line 187 of file G4NistManager.cc.

References elmBuilder, matBuilder, G4NistElementBuilder::SetVerbose(), G4NistMaterialBuilder::SetVerbose(), and verbose.

Referenced by XrayFluoNistMaterials::CreateMaterials(), ElectronBenchmarkDetector::DefineMaterials(), export_G4NistManager(), F04Materials::F04Materials(), XrayFluoNistMaterials::GetMaterial(), G4NistMessenger::SetNewValue(), and WLSMaterials::WLSMaterials().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

std::vector<G4Element*> G4NistManager::elements
private

Definition at line 279 of file G4NistManager.hh.

G4Pow* G4NistManager::g4pow
private

Definition at line 275 of file G4NistManager.hh.

Referenced by G4NistManager(), GetLOGA(), GetLOGZ(), and GetZ13().

G4NistManager * G4NistManager::instance = 0
staticprivate

Definition at line 273 of file G4NistManager.hh.

Referenced by Instance().

G4double G4NistManager::LOGAZ[101]
private

Definition at line 277 of file G4NistManager.hh.

Referenced by G4NistManager(), and GetLOGA().

std::vector<G4Material*> G4NistManager::materials
private

Definition at line 280 of file G4NistManager.hh.

G4NistMessenger* G4NistManager::messenger
private

Definition at line 289 of file G4NistManager.hh.

Referenced by G4NistManager(), and ~G4NistManager().

size_t G4NistManager::nElements
private

Definition at line 282 of file G4NistManager.hh.

Referenced by G4NistManager(), and GetNumberOfElements().

size_t G4NistManager::nMaterials
private

Definition at line 283 of file G4NistManager.hh.

Referenced by G4NistManager(), and GetNumberOfMaterials().

G4double G4NistManager::POWERA27[101]
private

Definition at line 276 of file G4NistManager.hh.

Referenced by G4NistManager(), and GetA27().

G4int G4NistManager::verbose
private

Definition at line 285 of file G4NistManager.hh.

Referenced by G4NistManager(), GetVerbose(), and SetVerbose().


The documentation for this class was generated from the following files: