10 #include <klm/modules/KLMClustersReconstructor/KLMHit2d.h>
16 m_bklmHit2d(bklmHit2d),
24 m_eklmHit2d(eklmHit2d)
Store one BKLM strip hit as a ROOT object.
int getLayer() const
Get layer number.
float getTime() const
Get reconstructed hit time.
TVector3 getGlobalPosition(void) const
Get 3D hit position in global coordinates.
Class for 2d hits handling.
int getLayer() const
Get layer number.
float getTime() const
Get hit time.
TVector3 getPosition() const
Get hit global position.
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.
TVector3 getPosition() const
Get hit position.
KLMHit2d(BKLMHit2d *bklmHit2d)
Constructor.
Abstract base class for different kinds of events.