 |
Belle II Software
release-05-02-19
|
13 #include <framework/datastore/RelationsObject.h>
65 m_x0 = (float) origin.x();
66 m_y0 = (float) origin.y();
67 m_z0 = (float) origin.z();
68 m_x = (float) impact.x();
69 m_y = (float) impact.y();
70 m_z = (float) impact.z();
71 m_px = (float) momentum.x();
72 m_py = (float) momentum.y();
73 m_pz = (float) momentum.z();
76 m_xloc = (float) impactLoc.x();
77 m_yloc = (float) impactLoc.y();
78 m_zloc = (float) impactLoc.z();
float m_py
impact momentum, y component
double getLength() const
Returns tract length from production to impact point.
ClassDef(TOPBarHit, 3)
ClassDef.
int m_moduleID
TOP module ID.
float m_length
length of particle trajectory to impact point
float m_pz
impact momentum, z component
TOPBarHit()
Default constructor.
float m_theta
impact polar angle in local (bar) frame
float m_y0
production point, y component
float m_px
impact momentum, x component
float m_x
impact point, x component
double getTime() const
Returns time of impact.
Class to store track parameters of incoming MC particles relation to MCParticle filled in top/simulat...
float m_zloc
impact point, z component in local (bar) frame
Abstract base class for different kinds of events.
double getPhi() const
Returns azimuthal angle in local (bar) frame.
double getTheta() const
Returns polar angle in local (bar) frame.
TVector3 getLocalPosition() const
Returns impact point.
float m_xloc
impact point, x component in local (bar) frame
TVector3 getPosition() const
Returns impact point.
float m_x0
production point, x component
int getModuleID() const
Returns module ID.
float m_z
impact point, z component
RelationsInterface< TObject > RelationsObject
Provides interface for getting/adding relations to objects in StoreArrays.
float m_phi
impact azimuthal angle in local (bar) frame
float m_z0
production point, z component
int getPDG() const
Returns PDG code of particle.
float m_yloc
impact point, y component in local (bar) frame
float m_y
impact point, y component
TVector3 getMomentum() const
Returns impact momentum.
TVector3 getProductionPoint() const
Returns production point.
int m_pdg
PDG code of particle.