![]() |
Belle II Software
release-06-01-15
|
Class for simultaneous handling of the BKLM and EKLM 2d hits. More...
#include <KLMHit2d.h>
Public Member Functions | |
KLMHit2d (BKLMHit2d *bklmHit2d) | |
Constructor. More... | |
KLMHit2d (EKLMHit2d *eklmHit2d) | |
Constructor. More... | |
~KLMHit2d () | |
Destructor. | |
bool | inBKLM () const |
Whether hit is in BKLM. | |
BKLMHit2d * | getBKLMHit2d () const |
Get BKLM hit. | |
EKLMHit2d * | getEKLMHit2d () const |
Get EKLM hit. | |
TVector3 | getPosition () const |
Get hit position. | |
float | getTime () const |
Get hit time. | |
int | getLayer () const |
Get hit layer. | |
Private Attributes | |
bool | m_bklmHit |
True if BKLM hit, false - EKLM. | |
BKLMHit2d * | m_bklmHit2d |
BKLM hit. | |
EKLMHit2d * | m_eklmHit2d |
EKLM hit. | |
Class for simultaneous handling of the BKLM and EKLM 2d hits.
Definition at line 24 of file KLMHit2d.h.