#include <G4tgrPlaceDivRep.hh>
Definition at line 53 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 57 of file G4tgrPlaceDivRep.cc.
63 "G4tgrPlaceDivRep::G4tgrPlaceDivRep" );
65 "G4tgrPlaceDivRep::G4tgrPlaceDivRep" );
EAxis BuildAxis(const G4String &axisName)
static void CheckWLsize(const std::vector< G4String > &wl, unsigned int nWCheck, WLSIZEtype st, const G4String &methodName)
G4GLOB_DLL std::ostream G4cout
static G4int GetVerboseLevel()
static G4int GetInt(const G4String &str)
static G4double GetDouble(const G4String &str, G4double unitval=1.)
static G4String GetString(const G4String &str)
◆ BuildAxis()
Definition at line 91 of file G4tgrPlaceDivRep.cc.
93 if( axisName ==
"X" ) {
95 }
else if( axisName ==
"Y" ) {
97 }
else if( axisName ==
"Z" ) {
99 }
else if( axisName ==
"R" ) {
101 }
else if( axisName ==
"PHI" ) {
106 G4String ErrMessage =
"Axis type not found: " + axisName
107 +
". Only valid axis are: X, Y, Z, R, PHI !";
108 G4Exception(
"G4tgrVolumeDivision::GetReplicaAxis()",
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
◆ 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<<
◆ theAxis
EAxis G4tgrPlaceDivRep::theAxis |
|
private |
◆ theDivType
◆ theNDiv
G4int G4tgrPlaceDivRep::theNDiv |
|
private |
◆ theOffset
◆ theWidth
The documentation for this class was generated from the following files: