![]() |
Belle II Software
release-06-01-16
|
#include <EKLMHitGlobalCoord.h>
Public Member Functions | |
EKLMHitGlobalCoord () | |
Constructor. | |
virtual | ~EKLMHitGlobalCoord () |
Destructor. | |
void | setPosition (float x, float y, float z) |
Set hit global position. More... | |
void | setPosition (const TVector3 &pos) |
Set hit global position. More... | |
float | getPositionX () const |
Get hit global position x coordinate. More... | |
float | getPositionY () const |
Get hit global position y coordinate. More... | |
float | getPositionZ () const |
Get hit global position z coordinate. More... | |
TVector3 | getPosition () const |
Get hit global position. More... | |
Protected Attributes | |
float | m_globalX |
Global position X coordinate. | |
float | m_globalY |
Global position Y coordinate. | |
float | m_globalZ |
Global position Z coordinate. | |
Private Member Functions | |
ClassDef (Belle2::EKLMHitGlobalCoord, 1) | |
Class version. | |
Hit coordinates.
Definition at line 23 of file EKLMHitGlobalCoord.h.
|
inline |
Get hit global position.
Definition at line 82 of file EKLMHitGlobalCoord.h.
|
inline |
Get hit global position x coordinate.
Definition at line 55 of file EKLMHitGlobalCoord.h.
|
inline |
Get hit global position y coordinate.
Definition at line 64 of file EKLMHitGlobalCoord.h.
|
inline |
Get hit global position z coordinate.
Definition at line 73 of file EKLMHitGlobalCoord.h.
void setPosition | ( | const TVector3 & | pos | ) |
Set hit global position.
[in] | pos | Position. |
Definition at line 32 of file EKLMHitGlobalCoord.cc.
void setPosition | ( | float | x, |
float | y, | ||
float | z | ||
) |
Set hit global position.
Definition at line 25 of file EKLMHitGlobalCoord.cc.