![]() |
Belle II Software
release-05-02-19
|
Position information for the elements of detector. More...
#include <EKLMGeometry.h>
Public Member Functions | |
ElementPosition () | |
Constructor. | |
double | getInnerR () const |
Get inner radius. | |
void | setInnerR (double innerR) |
Set inner radius. More... | |
double | getOuterR () const |
Get outer radius. | |
void | setOuterR (double outerR) |
Set outer radius. More... | |
double | getLength () const |
Get length. | |
void | setLength (double length) |
Set length. More... | |
double | getX () const |
Get X coordinate. | |
void | setX (double x) |
Set X coordinate. More... | |
double | getY () const |
Get Y coordinate. | |
void | setY (double y) |
Set Y coordinate. More... | |
double | getZ () const |
Get Z coordinate. | |
void | setZ (double z) |
Set Z coordinate. More... | |
Private Member Functions | |
ClassDef (ElementPosition, 1) | |
Class version. | |
Private Attributes | |
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 110 of file EKLMGeometry.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |