#include <G4tgrPlaceDivRep.hh>
Definition at line 53 of file G4tgrPlaceDivRep.hh.
G4tgrPlaceDivRep::G4tgrPlaceDivRep |
( |
| ) |
|
G4tgrPlaceDivRep::~G4tgrPlaceDivRep |
( |
| ) |
|
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 constexpr double mm
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)
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)
EAxis G4tgrPlaceDivRep::GetAxis |
( |
| ) |
const |
|
inline |
G4DivType G4tgrPlaceDivRep::GetDivType |
( |
| ) |
const |
|
inline |
G4int G4tgrPlaceDivRep::GetNDiv |
( |
| ) |
const |
|
inline |
G4double G4tgrPlaceDivRep::GetOffset |
( |
| ) |
const |
|
inline |
G4double G4tgrPlaceDivRep::GetWidth |
( |
| ) |
const |
|
inline |
void G4tgrPlaceDivRep::SetParentName |
( |
const G4String & |
parentName | ) |
|
|
inline |
Definition at line 116 of file G4tgrPlaceDivRep.cc.
119 <<
" NDiv= " << obj.theNDiv <<
" Width= " << obj.theWidth
120 <<
" Axis= " << obj.theAxis <<
" Offset= " << obj.theOffset
121 <<
" DivType= " << obj.theDivType <<
G4endl;
The documentation for this class was generated from the following files: