Go to the source code of this file.
◆ G4gsbool()
Definition at line 35 of file G4gsbool.cc.
36{
37
40
41 if (vte == 0) {
42 G4String text =
"G4gsbool: '" + volName +
"' has no VolTableEntry";
44 return;
45 }
46 else if (manyVTE == 0) {
47
48 G4cerr <<
"G4gsbool: '" << manyVolName <<
"' has no VolTableEntry."
50 << " Specified overlap will be ignored."
52 return;
53 }
54 else {
56 }
57}
G3G4DLL_API G3VolTable G3Vol
G4DLLIMPORT std::ostream G4cerr
void AddOverlap(G3VolTableEntry *aOverlap)
G3VolTableEntry * GetVTE(const G4String &Vname)
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)