#include <G4GMocrenTouchable.hh>
Definition at line 40 of file G4GMocrenTouchable.hh.
◆ G4GMocrenTouchable() [1/2]
| G4GMocrenTouchable::G4GMocrenTouchable |
( |
| ) |
|
|
inline |
◆ G4GMocrenTouchable() [2/2]
| G4GMocrenTouchable::G4GMocrenTouchable |
( |
G4int & | _depth0, |
|
|
G4int & | _depth1 ) |
|
inline |
◆ ~G4GMocrenTouchable()
| virtual G4GMocrenTouchable::~G4GMocrenTouchable |
( |
| ) |
|
|
inlinevirtual |
◆ GetReplicaNumber()
| G4int G4GMocrenTouchable::GetReplicaNumber |
( |
G4int | depth = 0 | ) |
const |
|
inlinevirtual |
Definition at line 83 of file G4GMocrenTouchable.hh.
83 {
84 if(depth > 1) {
85 G4Exception(
"G4GMocrenTouchable::GetReplicaNumber(G4int)",
"gMocren0001",
87 }
89 if(depth < 2) rvalue = depth;
90 else rvalue = 0;
91 return rvalue;
92}
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
◆ GetRotation()
Definition at line 75 of file G4GMocrenTouchable.hh.
75 {
76
77
80 return rot;
81}
CLHEP::HepRotation G4RotationMatrix
◆ GetTranslation()
Definition at line 68 of file G4GMocrenTouchable.hh.
68 {
69
70
72 *vec *=
static_cast<G4double>(depth);
73 return *vec;
74}
CLHEP::Hep3Vector G4ThreeVector
◆ SetReplicaNumber()
| void G4GMocrenTouchable::SetReplicaNumber |
( |
G4int | _depth0, |
|
|
G4int | _depth1 ) |
The documentation for this class was generated from the following file: