#include <G4tgrPlaceDivRep.hh>
Definition at line 51 of file G4tgrPlaceDivRep.hh.
◆ G4tgrPlaceDivRep() [1/2]
G4tgrPlaceDivRep::G4tgrPlaceDivRep |
( |
| ) |
|
◆ ~G4tgrPlaceDivRep()
G4tgrPlaceDivRep::~G4tgrPlaceDivRep |
( |
| ) |
|
◆ G4tgrPlaceDivRep() [2/2]
G4tgrPlaceDivRep::G4tgrPlaceDivRep |
( |
const std::vector< G4String > & | wl | ) |
|
Definition at line 49 of file G4tgrPlaceDivRep.cc.
50{
52
53
55 "G4tgrPlaceDivRep::G4tgrPlaceDivRep");
57 "G4tgrPlaceDivRep::G4tgrPlaceDivRep");
58
63 if(wl.size() == 7)
64 {
66 }
67 else
68 {
69 theOffset = 0.;
70 }
71
72#ifdef G4VERBOSE
74 {
76 }
77#endif
78}
G4GLOB_DLL std::ostream G4cout
static G4int GetVerboseLevel()
EAxis BuildAxis(const G4String &axisName)
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.)
◆ BuildAxis()
Definition at line 81 of file G4tgrPlaceDivRep.cc.
82{
83 if(axisName == "X")
84 {
86 }
87 else if(axisName == "Y")
88 {
90 }
91 else if(axisName == "Z")
92 {
94 }
95 else if(axisName == "R")
96 {
98 }
99 else if(axisName == "PHI")
100 {
102 }
103 else
104 {
105 G4String ErrMessage = "Axis type not found: " + axisName +
106 ". Only valid axis are: X, Y, Z, R, PHI !";
107 G4Exception(
"G4tgrVolumeDivision::GetReplicaAxis()",
"InvalidAxis",
109 }
111}
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
Referenced by G4tgrPlaceDivRep().
◆ GetAxis()
EAxis G4tgrPlaceDivRep::GetAxis |
( |
| ) |
const |
|
inline |
◆ GetDivType()
G4DivType G4tgrPlaceDivRep::GetDivType |
( |
| ) |
const |
|
inline |
◆ GetNDiv()
G4int G4tgrPlaceDivRep::GetNDiv |
( |
| ) |
const |
|
inline |
◆ GetOffset()
G4double G4tgrPlaceDivRep::GetOffset |
( |
| ) |
const |
|
inline |
◆ GetWidth()
G4double G4tgrPlaceDivRep::GetWidth |
( |
| ) |
const |
|
inline |
◆ SetAxis()
void G4tgrPlaceDivRep::SetAxis |
( |
EAxis | axis | ) |
|
|
inline |
◆ SetDivType()
void G4tgrPlaceDivRep::SetDivType |
( |
G4DivType | typ | ) |
|
|
inline |
◆ SetNDiv()
void G4tgrPlaceDivRep::SetNDiv |
( |
G4int | ndiv | ) |
|
|
inline |
◆ SetOffset()
void G4tgrPlaceDivRep::SetOffset |
( |
G4double | offset | ) |
|
|
inline |
◆ SetParentName()
void G4tgrPlaceDivRep::SetParentName |
( |
const G4String & | parentName | ) |
|
|
inline |
◆ SetWidth()
void G4tgrPlaceDivRep::SetWidth |
( |
G4double | width | ) |
|
|
inline |
◆ operator<<
Definition at line 114 of file G4tgrPlaceDivRep.cc.
115{
116 os <<
"G4tgrPlaceDivRep= in " << obj.
theParentName <<
" NDiv= " << obj.theNDiv
117 << " Width= " << obj.theWidth << " Axis= " << obj.theAxis
118 << " Offset= " << obj.theOffset << " DivType= " << obj.theDivType
120
121 return os;
122}
The documentation for this class was generated from the following files: