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 {
114 return m_InnerR;
115 }
◆ getLength()
double getLength |
( |
| ) |
const |
|
inline |
Get length.
Definition at line 146 of file EKLMGeometry.h.
147 {
148 return m_Length;
149 }
◆ getOuterR()
double getOuterR |
( |
| ) |
const |
|
inline |
Get outer radius.
Definition at line 129 of file EKLMGeometry.h.
130 {
131 return m_OuterR;
132 }
◆ getX()
Get X coordinate.
Definition at line 163 of file EKLMGeometry.h.
164 {
165 return m_X;
166 }
◆ getY()
Get Y coordinate.
Definition at line 180 of file EKLMGeometry.h.
181 {
182 return m_Y;
183 }
◆ getZ()
Get Z coordinate.
Definition at line 197 of file EKLMGeometry.h.
198 {
199 return m_Z;
200 }
◆ setInnerR()
void setInnerR |
( |
double | innerR | ) |
|
|
inline |
Set inner radius.
- Parameters
-
Definition at line 121 of file EKLMGeometry.h.
122 {
123 m_InnerR = innerR;
124 }
◆ setLength()
void setLength |
( |
double | length | ) |
|
|
inline |
Set length.
- Parameters
-
Definition at line 155 of file EKLMGeometry.h.
156 {
157 m_Length = length;
158 }
◆ setOuterR()
void setOuterR |
( |
double | outerR | ) |
|
|
inline |
Set outer radius.
- Parameters
-
Definition at line 138 of file EKLMGeometry.h.
139 {
140 m_OuterR = outerR;
141 }
◆ 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: