53 flag = (*it).second.ConstructFlag;
55 G4cerr <<
"ERROR: In CCalGeometryConfiguration::getConstructFlag(const G4String& n)"
57 <<
" " << n <<
" not found in configuration file" <<
G4endl;
68 fn = (*it).second.FileName;
70 G4cerr <<
"ERROR: In CCalGeometryConfiguration::getConstructFlag(const G4String& n)"
72 <<
" " << n <<
" not found in configuration file" <<
G4endl;
83 G4String pathName = getenv(
"CCAL_CONFPATH");
84 G4String fileenv = getenv(
"CCAL_GEOMETRYCONF");
85 if (!pathName || !fileenv) {
86 G4cerr <<
"ERROR: CCAL_GEOMETRYCONF and/or CCAL_CONFPATH not set" <<
G4endl
87 <<
" Set them to the geometry configuration file/path" <<
G4endl;
91 G4cout <<
" ==> Opening file " << fileenv <<
"..." <<
G4endl;
105 G4cout <<
"CCalGeometryConfiguration constructor: Read \"" << name
CCalGeometryConfTable theConfiguration
bool openGeomFile(std::ifstream &is, const G4String &pathname, const G4String &filename)
CCalGeometryConfiguration()
std::istream & jump(std::istream &)
G4String getFileName(const G4String &n)
std::ifstream & readName(std::ifstream &, G4String &)
G4GLOB_DLL std::ostream G4cout
std::ostream & tab(std::ostream &)
std::map< G4String, GCInfo, std::less< G4String > >::iterator CCalGeometryConfIterator
static CCalGeometryConfiguration * getInstance()
int getConstructFlag(const G4String &n)
static CCalGeometryConfiguration * instance
G4GLOB_DLL std::ostream G4cerr