27 #ifndef G4NistMaterialBuilder_h
28 #define G4NistMaterialBuilder_h 1
93 const std::vector<G4String>& elm,
94 const std::vector<G4int>& nbAtoms,
104 const std::vector<G4String>& elm,
105 const std::vector<G4double>&
weight,
123 const std::vector<G4String>& elm,
124 const std::vector<G4int>& nbAtoms,
222 #ifdef G4MULTITHREADED
223 static G4Mutex nistMaterialMutex;
228 inline const std::vector<G4String>&
250 size_t nmat = theMaterialTable->size();
252 for(
size_t i=0; i<nmat; ++i) {
253 if(name == ((*theMaterialTable)[i])->GetName()) {
254 ptr = (*theMaterialTable)[i];