51 G4Exception(
"G4tgrSolidBoolean::G4tgrSolidBoolean()",
"InvalidInput",
69 theSolids.push_back( sol1 );
70 theSolids.push_back( sol2 );
79 for(
size_t ii = 0; ii < wl2.length(); ii++ )
81 wl2[ii] = toupper( wl2[ii] );
105 return theRelativeRotMatName;
112 return theRelativePlace;
119 os <<
"G4tgrSolidBoolean= " << sol.
theName <<
" of type " << sol.
theType
121 if( sol.theSolidParams.size() != 0 )
123 std::vector<G4double> solpar = *(sol.theSolidParams[0]);
124 for(
size_t ii = 0; ii < solpar.size(); ii++)
126 os << solpar[ii] <<
" " ;