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] <<
" " ;
G4tgrSolid * FindSolid(const G4String &name, G4bool exists=false)
CLHEP::Hep3Vector G4ThreeVector
G4tgrSolidBoolean(const std::vector< G4String > &wl)
G4ThreeVector GetRelativePlace() const
G4tgrSolid * GetSolid() const
G4GLOB_DLL std::ostream G4cout
static G4int GetVerboseLevel()
static G4tgrVolumeMgr * GetInstance()
G4tgrVolume * FindVolume(const G4String &volname, G4bool exists=false)
void RegisterMe(G4tgrSolid *vol)
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
static G4double GetDouble(const G4String &str, G4double unitval=1.)
static void DumpVS(const std::vector< G4String > &wl, const char *msg)
const G4String & GetRelativeRotMatName() const
static G4String GetString(const G4String &str)
std::ostream & operator<<(std::ostream &, const BasicVector3D< float > &)