#include <CCalMaterialFactory.hh>
Definition at line 47 of file CCalMaterialFactory.hh.
◆ MatDescription
◆ ~CCalMaterialFactory()
CCalMaterialFactory::~CCalMaterialFactory |
( |
| ) |
|
Definition at line 96 of file CCalMaterialFactory.cc.
97 CCalMaterialTable::iterator ite;
102 CCalAMaterialTable::iterator itea;
CCalAMaterialTable theCCalAMaterials
CCalMaterialTable theCCalMaterials
◆ CCalMaterialFactory()
CCalMaterialFactory::CCalMaterialFactory |
( |
| ) |
|
|
private |
Definition at line 437 of file CCalMaterialFactory.cc.
static G4String mixturefile
void readElements(const G4String &)
static G4String elementfile
void readMaterials(const G4String &)
◆ addCCalMaterial()
Definition at line 277 of file CCalMaterialFactory.cc.
291 for (
G4int i=0; i<nconst; i++){
297 G4cerr <<
"ERROR: Trying to build" <<
name <<
" out of unknown " 298 << mats[i] <<
"." <<
G4endl 299 <<
"Skiping this material!" <<
G4endl;
309 G4cerr <<
"ERROR: Trying to build" <<
name <<
" out of unknown " 310 << mats[i] <<
"." <<
G4endl 311 <<
"Skiping this material!" <<
G4endl;
CCalAMaterialTable theCCalAMaterials
G4GLOB_DLL std::ostream G4cout
CCalMaterialTable theCCalMaterials
CCalMaterial * findCCalMaterial(const G4String &) const
CCalAMaterial * findCCalAMaterial(const G4String &) const
G4GLOB_DLL std::ostream G4cerr
◆ addElement()
Definition at line 162 of file CCalMaterialFactory.cc.
CCalAMaterialTable theCCalAMaterials
G4GLOB_DLL std::ostream G4cout
double A(double temperature)
◆ addMaterial()
Definition at line 179 of file CCalMaterialFactory.cc.
CCalMaterial * addCCalMaterial(const G4String &nam, G4double density, G4int nconst, G4String mats[], G4double prop[], MatDescription md=byWeight)
G4Material * findMaterial(const G4String &) const
◆ findCCalAMaterial()
◆ findCCalMaterial()
Definition at line 251 of file CCalMaterialFactory.cc.
256 G4cout <<
"CCalMaterial " << mat <<
" found!" <<
G4endl;
G4GLOB_DLL std::ostream G4cout
CCalMaterialTable theCCalMaterials
CCalAMaterial * findCCalAMaterial(const G4String &) const
◆ findElement()
Definition at line 149 of file CCalMaterialFactory.cc.
151 for (
unsigned int i=0; i<theElements.size(); i++)
152 if (theElements[i]->GetName()==
mat){
156 return theElements[i];
G4GLOB_DLL std::ostream G4cout
std::vector< G4Element * > G4ElementTable
static G4ElementTable * GetElementTable()
◆ findG4Material()
Definition at line 240 of file CCalMaterialFactory.cc.
242 for (
unsigned int i=0; i<theG4Materials.size(); i++) {
243 if (theG4Materials[i]->GetName()==
mat){
244 return theG4Materials[i];
static G4MaterialTable * GetMaterialTable()
std::vector< G4Material * > G4MaterialTable
◆ findMaterial()
Definition at line 111 of file CCalMaterialFactory.cc.
116 G4cout <<
"Material " << mat <<
" already defined. Returning previous " 130 ed <<
" Could not build material " << mat <<
"." <<
G4endl;
131 G4Exception(
"CCalMaterialFactory::findMaterial()",
"ccal001",
137 G4cout <<
"Material " << mat <<
" has been built successfully." <<
G4endl;
141 G4cerr <<
"ERROR: Material " << mat <<
" not found in CCal database!!!" std::ostringstream G4ExceptionDescription
G4GLOB_DLL std::ostream G4cout
G4String Element(int i) const
G4Element * findElement(const G4String &) const
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
CCalMaterial * findCCalMaterial(const G4String &) const
void AddElement(G4Element *element, G4int nAtoms)
G4Material * findG4Material(const G4String &) const
double Weight(int i) const
G4GLOB_DLL std::ostream G4cerr
◆ getInstance() [1/3]
Definition at line 53 of file CCalMaterialFactory.cc.
60 G4cerr <<
"ERROR: Trying to get materials from " << matfile <<
" and " 61 << mixfile <<
" while previously were retrieved from " static G4String mixturefile
static G4String elementfile
static CCalMaterialFactory * getInstance()
G4GLOB_DLL std::ostream G4cerr
◆ getInstance() [2/3]
◆ getInstance() [3/3]
Definition at line 79 of file CCalMaterialFactory.cc.
81 G4cerr <<
"ERROR: You haven't defined files to be used for materials in " 82 <<
"CCalMaterialFactory::getInstance(const G4String&,const G4String&)" static G4String mixturefile
static CCalMaterialFactory * instance
static G4String elementfile
G4GLOB_DLL std::ostream G4cerr
◆ readElements() [1/2]
void CCalMaterialFactory::readElements |
( |
const G4String & |
matfile | ) |
|
Definition at line 190 of file CCalMaterialFactory.cc.
193 if (getenv(
"CCAL_GLOBALPATH"))
194 path = getenv(
"CCAL_GLOBALPATH");
196 G4cout <<
" ==> Opening file " << matfile <<
" to read elements..." <<
G4endl;
200 G4cerr <<
"ERROR: Could not open file " << matfile <<
G4endl;
void readElements(const G4String &)
bool openGeomFile(std::ifstream &is, const G4String &pathname, const G4String &filename)
std::ifstream & findDO(std::ifstream &, const G4String &)
G4GLOB_DLL std::ostream G4cout
G4GLOB_DLL std::ostream G4cerr
◆ readElements() [2/2]
void CCalMaterialFactory::readElements |
( |
std::ifstream & |
is | ) |
|
|
protected |
Definition at line 346 of file CCalMaterialFactory.cc.
351 G4cout <<
" Element \tsymbol\tA\tZ\tdensity\tX_0 abs_l"<<
G4endl;
357 while (name !=
"*ENDDO") {
360 is >> symbol >> A >> Z >> density >>
jump;
362 G4cout <<
" " << name <<
" \t" << symbol <<
"\t" 363 << A <<
"\t" << Z <<
"\t" << density <<
G4endl;
369 <<
" elements read from file" << G4endl <<
G4endl;
G4Element * addElement(const G4String &, const G4String &, G4double, G4double, G4double)
std::istream & jump(std::istream &)
std::ifstream & readName(std::ifstream &, G4String &)
G4GLOB_DLL std::ostream G4cout
double A(double temperature)
static G4ElementTable * GetElementTable()
◆ readMaterials() [1/2]
void CCalMaterialFactory::readMaterials |
( |
const G4String & |
matfile | ) |
|
Definition at line 213 of file CCalMaterialFactory.cc.
216 if (getenv(
"CCAL_GLOBALPATH"))
217 path = getenv(
"CCAL_GLOBALPATH");
219 G4cout <<
" ==> Opening file " << matfile <<
" to read materials..." <<
G4endl;
223 G4cerr <<
"ERROR: Could not open file " << matfile <<
G4endl;
bool openGeomFile(std::ifstream &is, const G4String &pathname, const G4String &filename)
std::ifstream & findDO(std::ifstream &, const G4String &)
G4GLOB_DLL std::ostream G4cout
void readMaterials(const G4String &)
G4GLOB_DLL std::ostream G4cerr
◆ readMaterials() [2/2]
void CCalMaterialFactory::readMaterials |
( |
std::ifstream & |
is | ) |
|
|
protected |
Definition at line 373 of file CCalMaterialFactory.cc.
386 density,
kStateGas, temperature, pressure);
391 while (name !=
"*ENDDO") {
396 is >> nElem >> dens >>
jump;
400 <<
" made of " << nElem
401 <<
" elements. Density=" << dens
405 G4int absnelem = std::abs(nElem);
411 for(
int i=0; i<absnelem; i++) {
415 weights[i]=std::abs(prop);
418 if (nElem>0 && prop<0)
static G4String mixturefile
int universe_mean_density
std::istream & jump(std::istream &)
std::ifstream & readName(std::ifstream &, G4String &)
G4GLOB_DLL std::ostream G4cout
CCalMaterial * addCCalMaterial(const G4String &nam, G4double density, G4int nconst, G4String mats[], G4double prop[], MatDescription md=byWeight)
static const double kelvin
CCalMaterialTable theCCalMaterials
◆ elementfile
G4String CCalMaterialFactory::elementfile = "" |
|
staticprivate |
◆ instance
◆ mixturefile
G4String CCalMaterialFactory::mixturefile = "" |
|
staticprivate |
◆ theCCalAMaterials
◆ theCCalMaterials
The documentation for this class was generated from the following files: