#include <CCalGeometryConfiguration.hh>
CCalGeometryConfiguration::~CCalGeometryConfiguration |
( |
| ) |
|
|
inline |
CCalGeometryConfTable& CCalGeometryConfiguration::getConfTable |
( |
| ) |
|
|
inline |
int CCalGeometryConfiguration::getConstructFlag |
( |
const G4String & |
n | ) |
|
Definition at line 48 of file CCalGeometryConfiguration.cc.
50 CCalGeometryConfIterator it = theConfiguration.find(n);
52 if (it != theConfiguration.end())
53 flag = (*it).second.ConstructFlag;
55 G4cerr <<
"ERROR: In CCalGeometryConfiguration::getConstructFlag(const G4String& n)"
57 <<
" " << n <<
" not found in configuration file" <<
G4endl;
G4GLOB_DLL std::ostream G4cerr
Definition at line 63 of file CCalGeometryConfiguration.cc.
65 CCalGeometryConfIterator it = theConfiguration.find(n);
67 if (it != theConfiguration.end())
68 fn = (*it).second.FileName;
70 G4cerr <<
"ERROR: In CCalGeometryConfiguration::getConstructFlag(const G4String& n)"
72 <<
" " << n <<
" not found in configuration file" <<
G4endl;
G4GLOB_DLL std::ostream G4cerr
The documentation for this class was generated from the following files: