Go to the source code of this file.
◆ G4gsbool()
Definition at line 34 of file G4gsbool.cc.
35{
36
39
40 if (vte == 0) {
41 G4String text =
"G4gsbool: '" + volName +
"' has no VolTableEntry";
43 return;
44 }
45 else if (manyVTE == 0) {
46
47 G4cerr <<
"G4gsbool: '" << manyVolName <<
"' has no VolTableEntry."
49 << " Specified overlap will be ignored."
51 return;
52 }
53 else {
55 }
56}
G3G4DLL_API G3VolTable G3Vol
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
G4GLOB_DLL std::ostream G4cerr
void AddOverlap(G3VolTableEntry *aOverlap)
G3VolTableEntry * GetVTE(const G4String &Vname)
References G3VolTableEntry::AddOverlap(), FatalException, G3Vol, G4cerr, G4endl, G4Exception(), and G3VolTable::GetVTE().