 |
Belle II Software
release-05-01-25
|
11 #ifndef KLMTRIGGERHIT_H
12 #define KLMTRIGGERHIT_H
14 #include <framework/datastore/RelationsObject.h>
46 KLMTriggerHit(
int section,
int sector,
int layer,
int phiStrip,
int zStrip):
113 void setX(
double x) {
m_x = x; }
117 void setY(
double y) {
m_y = y; }
175 #endif //KLMTRIGGERHIT_H
double getY() const
Get y coordinate.
int getYInt() const
Get y integer coordinate.
int m_xInt
x integer coordinate in 1/8 cm
int getXInt() const
Get x integer coordinate.
int m_sector
sector number
double getZ() const
Get z coordinate.
int getZInt() const
Get z integer coordinate.
int m_zStrip
z channel number
int getPhiStrip() const
Get phi strip number.
double getX() const
Get x coordinate.
void setZInt(int zInt)
Set z integer coordinate.
int m_section
section number
int m_zInt
z integer coordinate in 1/8 cm
Abstract base class for different kinds of events.
void setY(double y)
Set y coordinate.
void setX(double x)
Set x coordinate.
int getSection() const
Get detector end.
Store KLM TRG hit information as a ROOT object.
void setXInt(int xInt)
Set x integer coordinate.
void setYInt(int yInt)
Set y integer coordinate.
ClassDef(KLMTriggerHit, 3)
Needed to make the ROOT object storable.
int m_yInt
y integer coordinate in 1/8 cm
RelationsInterface< TObject > RelationsObject
Provides interface for getting/adding relations to objects in StoreArrays.
int m_phiStrip
phi channel number
void setZ(double z)
Set z coordinate.
int getZStrip() const
Get z strip number.
int getLayer() const
Get layer number.
virtual ~KLMTriggerHit()
Destructor.
int getSector() const
Get sector number.
KLMTriggerHit()
Empty constructor for ROOT IO (needed to make the class storable)