#include <G4tgrSolid.hh>
Definition at line 42 of file G4tgrSolid.hh.
◆ G4tgrSolid() [1/2]
G4tgrSolid::G4tgrSolid |
( |
| ) |
|
◆ G4tgrSolid() [2/2]
G4tgrSolid::G4tgrSolid |
( |
const std::vector< G4String > & |
wl | ) |
|
Definition at line 52 of file G4tgrSolid.cc.
53{
54
56
57
59
60
61 FillSolidParams(wl);
62
64
65#ifdef G4VERBOSE
67 {
69 }
70#endif
71}
G4GLOB_DLL std::ostream G4cout
static G4int GetVerboseLevel()
static G4String GetString(const G4String &str)
void RegisterMe(G4tgrSolid *vol)
static G4tgrVolumeMgr * GetInstance()
◆ ~G4tgrSolid()
G4tgrSolid::~G4tgrSolid |
( |
| ) |
|
|
virtual |
◆ GetName()
const G4String & G4tgrSolid::GetName |
( |
| ) |
const |
|
inline |
◆ GetRelativePlace()
◆ GetRelativeRotMatName()
const G4String & G4tgrSolid::GetRelativeRotMatName |
( |
| ) |
const |
|
virtual |
◆ GetSolidParams()
const std::vector< std::vector< G4double > * > G4tgrSolid::GetSolidParams |
( |
| ) |
const |
◆ GetType()
const G4String & G4tgrSolid::GetType |
( |
| ) |
const |
|
inline |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const G4tgrSolid & |
sol |
|
) |
| |
|
friend |
Definition at line 190 of file G4tgrSolid.cc.
191{
193 << " PARAMS: ";
195 {
197 for(std::size_t ii = 0; ii < solpar.size(); ++ii)
198 {
199 os << solpar[ii] << " ";
200 }
201 }
203
204 return os;
205}
◆ theName
◆ theSolidParams
std::vector<std::vector<G4double>*> G4tgrSolid::theSolidParams |
|
protected |
◆ theType
The documentation for this class was generated from the following files: