 |
Belle II Software
release-05-01-25
|
11 #include <analysis/dataobjects/EventKinematics.h>
void addMissingMomentumCMS(const TVector3 &missingMomentumCMS)
Add the missing momentum vector in CMS.
void addMissingMass2(float missingMass2)
Add missing mass squared.
TVector3 m_missingMomentumCMS
Missing momentum of the event in CMS.
void addMissingMomentum(const TVector3 &missingMomentum)
Add the missing momentum vector in lab.
void addMissingEnergyCMS(float missingEnergyCMS)
Add missing energy in CMS.
Abstract base class for different kinds of events.
void addTotalPhotonsEnergy(float totalPhotonsEnergy)
Add total energy of photons in the event.
TVector3 m_missingMomentum
Missing momentum of the event in lab.
float m_photonsEnergy
Total energy of photons in lab.
float m_visibleEnergyCMS
Visible energy of the event in CMS
float m_missingEnergyCMS
Missing energy of the event in CMS
void addVisibleEnergyCMS(float visibleEnergyCMS)
Add visible energy of the event in CMS.
float m_missingMass2
Missing mass squared computed from m_missingMomentumCMS and m_missingEnergyCMS.