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