#include <G4tgrVolume.hh>
Definition at line 54 of file G4tgrVolume.hh.
◆ G4tgrVolume() [1/3]
G4tgrVolume::G4tgrVolume |
( |
| ) |
|
◆ G4tgrVolume() [2/3]
G4tgrVolume::G4tgrVolume |
( |
const std::vector< G4String > & | wl | ) |
|
Definition at line 55 of file G4tgrVolume.cc.
56{
58
59
61
64 for(std::size_t ii = 0; ii < 4; ++ii)
65 {
67 }
69
70 if(wl.size() != 4)
71 {
72
73
75
76
78
79#ifdef G4VERBOSE
81 {
83 }
84#endif
85 }
86 else
87 {
88
89
92
93#ifdef G4VERBOSE
95 {
96 G4cout <<
"Created from existing solid: " << *
this <<
G4endl;
97 }
98#endif
99 }
100}
G4GLOB_DLL std::ostream G4cout
static G4int GetVerboseLevel()
static G4String GetString(const G4String &str)
G4tgrSolid * FindSolid(const G4String &name, G4bool exists=false)
G4tgrSolid * CreateSolid(const std::vector< G4String > &wl, G4bool bVOLUtag)
static G4tgrVolumeMgr * GetInstance()
◆ G4tgrVolume() [3/3]
Definition at line 103 of file G4tgrVolume.cc.
104{
113}
G4bool GetVisibility() const
G4bool GetCheckOverlaps() const
const G4String & GetName() const
G4double * GetRGBColour() const
G4tgrSolid * GetSolid() const
const G4String & GetType() const
const G4String & GetMaterialName() const
std::vector< G4tgrPlace * > thePlacements
const std::vector< G4tgrPlace * > GetPlacements() const
◆ ~G4tgrVolume()
G4tgrVolume::~G4tgrVolume |
( |
| ) |
|
|
virtual |
◆ AddCheckOverlaps()
void G4tgrVolume::AddCheckOverlaps |
( |
const std::vector< G4String > & | wl | ) |
|
------— Set check overlaps
Definition at line 251 of file G4tgrVolume.cc.
252{
253
255
256
258}
static void CheckWLsize(const std::vector< G4String > &wl, unsigned int nWCheck, WLSIZEtype st, const G4String &methodName)
static G4bool GetBool(const G4String &str)
◆ AddPlace()
Reimplemented in G4tgrVolumeAssembly.
Definition at line 126 of file G4tgrVolume.cc.
127{
128
130
131 G4tgrPlaceSimple* pl = new G4tgrPlaceSimple(wl);
132
133
135 {
136 if(((*ite)->GetCopyNo() == pl->
GetCopyNo()) &&
138 {
139 G4String ErrMessage =
141 G4Exception(
"G4tgrVolume::AddPlace()",
"InvalidArgument",
143 }
144 }
145
148
149#ifdef G4VERBOSE
151 {
153 <<
" added for Volume " <<
theName <<
" inside "
155 }
156#endif
157
159
160 return pl;
161}
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
const G4String & GetParentName() const
const G4String & GetType() const
unsigned int GetCopyNo() const
void SetVolume(G4tgrVolume *vol)
void RegisterParentChild(const G4String &parentName, const G4tgrPlace *pl)
Referenced by G4tgrLineProcessor::ProcessLine().
◆ AddPlaceParam()
Definition at line 201 of file G4tgrVolume.cc.
202{
203
204 G4tgrPlaceParameterisation* pl = new G4tgrPlaceParameterisation(wl);
205
208
209#ifdef G4VERBOSE
211 {
213 <<
" added for Volume " <<
theName <<
" inside "
215 }
216#endif
217
219
220 return pl;
221}
Referenced by G4tgrLineProcessor::ProcessLine().
◆ AddPlaceReplica()
Definition at line 164 of file G4tgrVolume.cc.
165{
166
169
171 (wl[3] != "PHI"))
172 {
174 "Offset set for replica not along PHI, it will not be used",
176 G4String("Volume " + wl[1] + " in volume " + wl[2]).c_str());
177 }
178
179
180 G4tgrPlaceDivRep* pl = new G4tgrPlaceDivRep(wl);
184
185#ifdef G4VERBOSE
187 {
189 <<
" added for Volume " <<
theName <<
" inside "
191 }
192#endif
193
195
196 return pl;
197}
void SetType(const G4String &typ)
static G4double GetDouble(const G4String &str, G4double unitval=1.)
Referenced by G4tgrLineProcessor::ProcessLine().
◆ AddRGBColour()
void G4tgrVolume::AddRGBColour |
( |
const std::vector< G4String > & | wl | ) |
|
------— Set transparency
Definition at line 234 of file G4tgrVolume.cc.
235{
236
238
239
243
244 if(wl.size() == 6)
245 {
247 }
248}
◆ AddVisibility()
void G4tgrVolume::AddVisibility |
( |
const std::vector< G4String > & | wl | ) |
|
◆ GetCheckOverlaps()
G4bool G4tgrVolume::GetCheckOverlaps |
( |
| ) |
const |
|
inline |
◆ GetColour()
G4double * G4tgrVolume::GetColour |
( |
| ) |
const |
|
inline |
◆ GetMaterialName()
const G4String & G4tgrVolume::GetMaterialName |
( |
| ) |
const |
|
inline |
◆ GetName()
const G4String & G4tgrVolume::GetName |
( |
| ) |
const |
|
inline |
◆ GetPlacements()
const std::vector< G4tgrPlace * > G4tgrVolume::GetPlacements |
( |
| ) |
const |
|
inline |
◆ GetRGBColour()
G4double * G4tgrVolume::GetRGBColour |
( |
| ) |
const |
|
inline |
◆ GetSolid()
◆ GetType()
const G4String & G4tgrVolume::GetType |
( |
| ) |
const |
|
inline |
◆ GetVisibility()
G4bool G4tgrVolume::GetVisibility |
( |
| ) |
const |
|
inline |
◆ GetVolume()
Definition at line 116 of file G4tgrVolume.cc.
117{
118 G4String ErrMessage = "Should only be called for composite solids... " +
121 ErrMessage);
122 return nullptr;
123}
static G4String ConvertToString(G4bool boolVal)
◆ SetName()
void G4tgrVolume::SetName |
( |
const G4String & | name | ) |
|
|
inline |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const G4tgrVolume & | obj ) |
|
friend |
◆ theCheckOverlaps
G4bool G4tgrVolume::theCheckOverlaps = false |
|
protected |
◆ theMaterialName
G4String G4tgrVolume::theMaterialName = "" |
|
protected |
◆ theName
Definition at line 102 of file G4tgrVolume.hh.
Referenced by AddPlace(), G4tgrVolumeAssembly::AddPlace(), AddPlaceParam(), AddPlaceReplica(), G4tgrVolume(), G4tgrVolume(), G4tgrVolumeAssembly::G4tgrVolumeAssembly(), G4tgrVolumeDivision::G4tgrVolumeDivision(), GetName(), operator<<, G4tgrVolumeAssembly::operator<<, G4tgrVolumeDivision::operator<<, and SetName().
◆ thePlacements
std::vector<G4tgrPlace*> G4tgrVolume::thePlacements |
|
protected |
◆ theRGBColour
G4double* G4tgrVolume::theRGBColour = nullptr |
|
protected |
◆ theSolid
◆ theType
◆ theVisibility
G4bool G4tgrVolume::theVisibility = false |
|
protected |
The documentation for this class was generated from the following files: