#include <G4tgrPlaceParameterisation.hh>
◆ G4tgrPlaceParameterisation() [1/2]
G4tgrPlaceParameterisation::G4tgrPlaceParameterisation |
( |
| ) |
|
◆ ~G4tgrPlaceParameterisation()
G4tgrPlaceParameterisation::~G4tgrPlaceParameterisation |
( |
| ) |
|
◆ G4tgrPlaceParameterisation() [2/2]
G4tgrPlaceParameterisation::G4tgrPlaceParameterisation |
( |
const std::vector< G4String > & | p | ) |
|
Definition at line 47 of file G4tgrPlaceParameterisation.cc.
49{
51
52
54 "G4tgrPlaceParameterisation::ConstructVolume");
55
56
58
59
61
62
64
65
67
68
69 for(size_t ii = 6; ii < wl.size(); ii++)
70 {
72 }
73
74#ifdef G4VERBOSE
76 {
78 }
79#endif
80}
G4GLOB_DLL std::ostream G4cout
static G4int GetVerboseLevel()
static G4String GetString(const G4String &str)
static void CheckWLsize(const std::vector< G4String > &wl, unsigned int nWCheck, WLSIZEtype st, const G4String &methodName)
static G4int GetInt(const G4String &str)
static G4double GetDouble(const G4String &str, G4double unitval=1.)
◆ GetExtraData()
std::vector< G4double > G4tgrPlaceParameterisation::GetExtraData |
( |
| ) |
const |
|
inline |
◆ GetParamType()
const G4String & G4tgrPlaceParameterisation::GetParamType |
( |
| ) |
const |
|
inline |
◆ GetRotMatName()
const G4String & G4tgrPlaceParameterisation::GetRotMatName |
( |
| ) |
const |
|
inline |
◆ operator<<
Definition at line 83 of file G4tgrPlaceParameterisation.cc.
85{
87 << " ParamTyep = " << obj.theParamType
88 << " RotMatName= " << obj.theRotMatName << " EXTRA DATA= ";
89 for(size_t ii = 0; ii < obj.theExtraData.size(); ii++)
90 {
91 os << obj.theExtraData[ii] << " ";
92 }
94
95 return os;
96}
The documentation for this class was generated from the following files: