59 static G4NistManager manager;
79 if (bmat !=
nullptr) {
80 G4cout <<
"G4NistManager::BuildMaterialWithNewDensity ERROR: " <<
G4endl;
81 G4cout <<
" New material <" << name <<
"> cannot be built because material"
82 <<
" with the same name already exists." <<
G4endl;
84 "Wrong material name");
88 if (bmat ==
nullptr) {
89 G4cout <<
"G4NistManager::BuildMaterialWithNewDensity ERROR: " <<
G4endl;
90 G4cout <<
" New material <" << name <<
"> cannot be built because " <<
G4endl;
91 G4cout <<
" base material <" << basename <<
"> does not exist." <<
G4endl;
93 "Wrong material name");
112 if (symbol ==
"all") {
113 elmBuilder->PrintElement(0);
116 elmBuilder->PrintElement(elmBuilder->GetZ(symbol));
125 if (name == elm->GetName() ||
"all" == name) {
136 if (name == mat->GetName() ||
"all" == name) {
147 elmBuilder->SetVerbose(val);
148 matBuilder->SetVerbose(val);
153G4NistManager::G4NistManager()
170 for (
G4int j = 1; j < 101; ++j) {
172 POWERA27[j] = std::pow(
A, 0.27);
173 LOGAZ[j] = std::log(
A);
184 if (fICRU90 ==
nullptr) {
186 if (fICRU90 ==
nullptr) {
198 if (mname ==
"all") {
199 for (
auto mat : materials) {
213 if (mat !=
nullptr) {
G4TemplateAutoLock< G4Mutex > G4AutoLock
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
#define G4MUTEX_INITIALIZER
G4GLOB_DLL std::ostream G4cout
static const G4ElementTable * GetElementTable()
static const G4IsotopeTable * GetIsotopeTable()
G4double GetPressure() const
G4double GetDensity() const
void ComputeDensityEffectOnFly(G4bool val)
G4double GetTemperature() const
static G4MaterialTable * GetMaterialTable()
G4double GetAtomicMassAmu(const G4String &symb) const
G4ICRU90StoppingData * GetICRU90StoppingData()
void PrintElement(G4int Z) const
void SetDensityEffectCalculatorFlag(const G4String &, G4bool)
G4Material * BuildMaterialWithNewDensity(const G4String &name, const G4String &basename, G4double density=0.0, G4double temp=NTP_Temperature, G4double pres=CLHEP::STP_Pressure)
void PrintG4Material(const G4String &) const
void PrintG4Element(const G4String &) const
G4Material * FindOrBuildMaterial(const G4String &name, G4bool isotopes=true, G4bool warning=false)
G4Material * FindMaterial(const G4String &name) const
static G4NistManager * Instance()
static G4Pow * GetInstance()