 |
Belle II Software
release-05-02-19
|
11 #ifndef ARICHAEROHIT_H
12 #define ARICHAEROHIT_H
14 #include <framework/datastore/RelationsObject.h>
58 m_x = (float) position.x();
59 m_y = (float) position.y();
60 m_z = (float) position.z();
61 m_px = (float) momentum.x();
62 m_py = (float) momentum.y();
63 m_pz = (float) momentum.z();
92 #endif // ARICHAEROHIT_H
TVector3 getPosition() const
Get track position (at entrance in 1. aerogel plane)
TVector3 getMomentum() const
Get track momentum (at entrance in 1. aerogel plane)
Datastore class that holds information on track parameters at the entrance in aerogel.
float m_py
impact momentum, x component (at entrance in 1.
float m_pz
impact momentum, x component (at entrance in 1.
float m_px
impact momentum, x component (at entrance in 1.
int m_particleID
PDG code of particle.
ClassDef(ARICHAeroHit, 1)
the class title
Abstract base class for different kinds of events.
float m_y
impact point, x component (at entrance in 1.
ARICHAeroHit()
Empty constructor.
RelationsInterface< TObject > RelationsObject
Provides interface for getting/adding relations to objects in StoreArrays.
float m_z
impact point, x component (at entrance in 1.
int getPDG() const
Get particle PDG identity number.
float m_x
impact point, x component (at entrance in 1.