Position information for the elements of detector.
More...
#include <EKLMGeometry.h>
|
| | ElementPosition () |
| | Constructor.
|
| |
| double | getInnerR () const |
| | Get inner radius.
|
| |
| void | setInnerR (double innerR) |
| | Set inner radius.
|
| |
| double | getOuterR () const |
| | Get outer radius.
|
| |
| void | setOuterR (double outerR) |
| | Set outer radius.
|
| |
| double | getLength () const |
| | Get length.
|
| |
| void | setLength (double length) |
| | Set length.
|
| |
| double | getX () const |
| | Get X coordinate.
|
| |
| void | setX (double x) |
| | Set X coordinate.
|
| |
| double | getY () const |
| | Get Y coordinate.
|
| |
| void | setY (double y) |
| | Set Y coordinate.
|
| |
| double | getZ () const |
| | Get Z coordinate.
|
| |
| void | setZ (double z) |
| | Set Z coordinate.
|
| |
|
| double | m_InnerR = 0 |
| | Inner radius.
|
| |
| double | m_OuterR = 0 |
| | Outer radius.
|
| |
| double | m_Length = 0 |
| | Length.
|
| |
| double | m_X = 0 |
| | X coordinate.
|
| |
| double | m_Y = 0 |
| | Y coordinate.
|
| |
| double | m_Z = 0 |
| | Z coordinate.
|
| |
Position information for the elements of detector.
Definition at line 100 of file EKLMGeometry.h.
◆ ElementPosition()
◆ getInnerR()
| double getInnerR |
( |
| ) |
const |
|
inline |
Get inner radius.
Definition at line 112 of file EKLMGeometry.h.
113 {
115 }
double m_InnerR
Inner radius.
◆ getLength()
| double getLength |
( |
| ) |
const |
|
inline |
◆ getOuterR()
| double getOuterR |
( |
| ) |
const |
|
inline |
Get outer radius.
Definition at line 129 of file EKLMGeometry.h.
130 {
132 }
double m_OuterR
Outer radius.
◆ getX()
◆ getY()
◆ getZ()
◆ setInnerR()
| void setInnerR |
( |
double |
innerR | ) |
|
|
inline |
◆ setLength()
| void setLength |
( |
double |
length | ) |
|
|
inline |
◆ setOuterR()
| void setOuterR |
( |
double |
outerR | ) |
|
|
inline |
◆ setX()
◆ setY()
◆ setZ()
◆ m_InnerR
◆ m_Length
◆ m_OuterR
◆ m_X
◆ m_Y
◆ m_Z
The documentation for this class was generated from the following files: