 |
Belle II Software
release-05-01-25
|
14 #include <klm/dataobjects/bklm/BKLMHit2d.h>
15 #include <klm/dataobjects/eklm/EKLMHit2d.h>
bool inBKLM() const
Whether hit is in BKLM.
KLMHit2d(BKLMHit2d *bklmHit2d)
Constructor.
bool m_bklmHit
True if BKLM hit, false - EKLM.
int getLayer() const
Get hit layer.
float getTime() const
Get hit time.
TVector3 getPosition() const
Get hit position.
Abstract base class for different kinds of events.
EKLMHit2d * m_eklmHit2d
EKLM hit.
BKLMHit2d * m_bklmHit2d
BKLM hit.
EKLMHit2d * getEKLMHit2d() const
Get EKLM hit.
Store one BKLM strip hit as a ROOT object.
BKLMHit2d * getBKLMHit2d() const
Get BKLM hit.
Class for 2d hits handling.