#include <F04Materials.hh>
Definition at line 39 of file F04Materials.hh.
◆ ~F04Materials()
F04Materials::~F04Materials |
( |
| ) |
|
|
virtual |
◆ F04Materials()
F04Materials::F04Materials |
( |
| ) |
|
|
private |
◆ CreateMaterials()
void F04Materials::CreateMaterials |
( |
| ) |
|
|
private |
Definition at line 83 of file F04Materials.cc.
86 std::vector<G4int> natoms;
87 std::vector<G4double> fractionMass;
88 std::vector<G4String> elements;
107 elements.push_back(
"C"); natoms.push_back(9);
108 elements.push_back(
"H"); natoms.push_back(10);
110 density = 1.032*
g/
cm3;;
113 ConstructNewMaterial(
"Scintillator", elements, natoms, density);
G4Material * FindOrBuildMaterial(const G4String &name, G4bool isotopes=true, G4bool warning=false)
static G4MaterialTable * GetMaterialTable()
G4GLOB_DLL std::ostream G4cout
◆ GetInstance()
◆ GetMaterial()
Definition at line 71 of file F04Materials.cc.
76 if (!mat) {
G4cout << material <<
"Not Found, Please Retry"<<
G4endl;}
G4Material * FindOrBuildMaterial(const G4String &name, G4bool isotopes=true, G4bool warning=false)
static G4Material * GetMaterial(const G4String &name, G4bool warning=true)
G4GLOB_DLL std::ostream G4cout
◆ fAir
◆ fBeO
◆ fInstance
◆ fNistMan
◆ fSci
◆ fVacuum
The documentation for this class was generated from the following files: