#include <G4tgrSolidBoolean.hh>
Definition at line 51 of file G4tgrSolidBoolean.hh.
G4tgrSolidBoolean::G4tgrSolidBoolean |
( |
const std::vector< G4String > & |
wl | ) |
|
Definition at line 44 of file G4tgrSolidBoolean.cc.
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] );
G4tgrSolid * FindSolid(const G4String &name, G4bool exists=false)
CLHEP::Hep3Vector G4ThreeVector
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)
static G4String GetString(const G4String &str)
G4tgrSolidBoolean::~G4tgrSolidBoolean |
( |
| ) |
|
const G4String & G4tgrSolidBoolean::GetRelativeRotMatName |
( |
| ) |
const |
|
virtual |
Definition at line 82 of file G4tgrSolidBoolean.hh.
84 if((ii != 0) && (ii != 1))
86 std::ostringstream message;
87 message <<
"Only two G4tgrSolids (0,1) possible ! Asking for... "
89 G4Exception(
"G4tgrSolidBoolean::GetSolid()",
"InvalidInput",
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
Definition at line 117 of file G4tgrSolidBoolean.cc.
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] <<
" " ;
The documentation for this class was generated from the following files: