99 #define G4MATERIAL_HH 1
354 #ifdef G4MULTITHREADED
static G4MaterialTable theMaterialTable
G4double TotNbOfElectPerVolume
const G4double * GetFractionVector() const
std::vector< ExP01TrackerHit * > a
static size_t GetNumberOfMaterials()
void InitializePointers()
static const G4double NTP_Temperature
static G4MaterialTable * GetMaterialTable()
G4double * fMassFractionVector
std::map< G4Material *, G4double > fMatComponents
void SetName(const G4String &name)
G4double GetRadlen() const
const G4ElementVector * GetElementVector() const
G4int operator!=(const G4Material &) const =delete
virtual G4bool IsExtended() const
const G4double * GetVecNbOfAtomsPerVolume() const
G4SandiaTable * fSandiaTable
const G4Material & operator=(const G4Material &)=delete
G4int operator==(const G4Material &) const =delete
const G4int * GetAtomsVector() const
static G4Material * GetMaterial(const G4String &name, G4bool warning=true)
static constexpr double STP_Pressure
const G4String & GetName() const
G4double GetTotNbOfElectPerVolume() const
void SetMaterialPropertiesTable(G4MaterialPropertiesTable *anMPT)
const G4Material * fBaseMaterial
void ComputeNuclearInterLength()
const G4String & GetChemicalFormula() const
G4String fChemicalFormula
G4IonisParamMat * fIonisation
std::vector< G4Material * > G4MaterialTable
G4double TotNbOfAtomsPerVolume
void SetChemicalFormula(const G4String &chF)
G4double GetPressure() const
std::vector< G4Element * > G4ElementVector
void AddElement(G4Element *element, G4int nAtoms)
void ComputeRadiationLength()
G4IonisParamMat * GetIonisation() const
G4int fNumberOfComponents
G4SandiaTable * GetSandiaTable() const
G4double * VecNbOfAtomsPerVolume
G4ElementVector * theElementVector
G4Material(const G4String &name, G4double z, G4double a, G4double density, G4State state=kStateUndefined, G4double temp=NTP_Temperature, G4double pressure=CLHEP::STP_Pressure)
const G4double * GetAtomicNumDensityVector() const
G4double GetTotNbOfAtomsPerVolume() const
void ComputeDerivedQuantities()
G4MaterialPropertiesTable * fMaterialPropertiesTable
void AddMaterial(G4Material *material, G4double fraction)
const std::map< G4Material *, G4double > & GetMatComponents() const
const G4Element * GetElement(G4int iel) const
G4double GetElectronDensity() const
const G4Material * GetBaseMaterial() const
G4double GetNuclearInterLength() const
void CopyPointersOfBaseMaterial()
G4double GetMassOfMolecule() const
size_t GetNumberOfElements() const
G4MaterialPropertiesTable * GetMaterialPropertiesTable() const
G4double GetTemperature() const
G4double GetDensity() const
friend std::ostream & operator<<(std::ostream &, const G4Material *)