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