PandaRoot
RhoTotalMomentum Class Reference

#include <RhoTotalMomentum.h>

Inheritance diagram for RhoTotalMomentum:

Public Member Functions

 RhoTotalMomentum (RhoCandList &, const RhoEventInfo &)
 
virtual ~RhoTotalMomentum ()
 
double TotalEnergy () const
 
double TotalMomentum () const
 
TVector3 Total3Momentum () const
 
TLorentzVector Total4Momentum () const
 
double TotalEnergyCms () const
 
double TotalMomentumCms () const
 
TVector3 Total3MomentumCms () const
 
TLorentzVector Total4MomentumCms () const
 
double TotalMass () const
 
double MissingEnergy () const
 
double MissingMomentum () const
 
TVector3 Missing3Momentum () const
 
TLorentzVector Missing4Momentum () const
 
double MissingEnergyCms () const
 
double MissingMomentumCms () const
 
TVector3 Missing3MomentumCms () const
 
TLorentzVector Missing4MomentumCms () const
 
double MissingMass () const
 

Protected Attributes

TLorentzVector _total4Momentum
 
TLorentzVector _total4MomentumCms
 
TLorentzVector _missing4Momentum
 
TLorentzVector _missing4MomentumCms
 

Detailed Description

Definition at line 37 of file RhoTotalMomentum.h.

Constructor & Destructor Documentation

◆ RhoTotalMomentum()

RhoTotalMomentum::RhoTotalMomentum ( RhoCandList ,
const RhoEventInfo  
)

◆ ~RhoTotalMomentum()

virtual RhoTotalMomentum::~RhoTotalMomentum ( )
virtual

Member Function Documentation

◆ Missing3Momentum()

TVector3 RhoTotalMomentum::Missing3Momentum ( ) const
inline

Definition at line 66 of file RhoTotalMomentum.h.

References _missing4Momentum.

66 { return TVector3(_missing4Momentum.X(), _missing4Momentum.Y(), _missing4Momentum.Z()); }
TLorentzVector _missing4Momentum

◆ Missing3MomentumCms()

TVector3 RhoTotalMomentum::Missing3MomentumCms ( ) const
inline

Definition at line 71 of file RhoTotalMomentum.h.

References _missing4MomentumCms.

71 { return TVector3(_missing4MomentumCms.X(), _missing4MomentumCms.Y(), _missing4MomentumCms.Z()); }
TLorentzVector _missing4MomentumCms

◆ Missing4Momentum()

TLorentzVector RhoTotalMomentum::Missing4Momentum ( ) const
inline

Definition at line 67 of file RhoTotalMomentum.h.

References _missing4Momentum.

67 { return _missing4Momentum; }
TLorentzVector _missing4Momentum

◆ Missing4MomentumCms()

TLorentzVector RhoTotalMomentum::Missing4MomentumCms ( ) const
inline

Definition at line 72 of file RhoTotalMomentum.h.

References _missing4MomentumCms.

72 { return _missing4MomentumCms; }
TLorentzVector _missing4MomentumCms

◆ MissingEnergy()

double RhoTotalMomentum::MissingEnergy ( ) const
inline

Definition at line 64 of file RhoTotalMomentum.h.

References _missing4Momentum.

64 { return _missing4Momentum.T(); }
TLorentzVector _missing4Momentum

◆ MissingEnergyCms()

double RhoTotalMomentum::MissingEnergyCms ( ) const
inline

Definition at line 69 of file RhoTotalMomentum.h.

References _missing4MomentumCms.

69 { return _missing4MomentumCms.T(); }
TLorentzVector _missing4MomentumCms

◆ MissingMass()

double RhoTotalMomentum::MissingMass ( ) const
inline

Definition at line 74 of file RhoTotalMomentum.h.

References _missing4Momentum.

74 { return _missing4Momentum.Mag(); }
TLorentzVector _missing4Momentum

◆ MissingMomentum()

double RhoTotalMomentum::MissingMomentum ( ) const
inline

Definition at line 65 of file RhoTotalMomentum.h.

References _missing4Momentum.

65 { return TVector3(_missing4Momentum.X(), _missing4Momentum.Y(), _missing4Momentum.Z()).Mag(); }
TLorentzVector _missing4Momentum

◆ MissingMomentumCms()

double RhoTotalMomentum::MissingMomentumCms ( ) const
inline

Definition at line 70 of file RhoTotalMomentum.h.

References _missing4MomentumCms.

70 { return TVector3(_missing4MomentumCms.X(), _missing4MomentumCms.Y(), _missing4MomentumCms.Z()).Mag(); }
TLorentzVector _missing4MomentumCms

◆ Total3Momentum()

TVector3 RhoTotalMomentum::Total3Momentum ( ) const
inline

Definition at line 54 of file RhoTotalMomentum.h.

References _total4Momentum.

54 { return TVector3(_total4Momentum.X(), _total4Momentum.Y(), _total4Momentum.Z()); }
TLorentzVector _total4Momentum

◆ Total3MomentumCms()

TVector3 RhoTotalMomentum::Total3MomentumCms ( ) const
inline

Definition at line 59 of file RhoTotalMomentum.h.

References _total4MomentumCms.

59 { return TVector3(_total4MomentumCms.X(), _total4MomentumCms.Y(), _total4MomentumCms.Z()); }
TLorentzVector _total4MomentumCms

◆ Total4Momentum()

TLorentzVector RhoTotalMomentum::Total4Momentum ( ) const
inline

Definition at line 55 of file RhoTotalMomentum.h.

References _total4Momentum.

55 { return _total4Momentum; }
TLorentzVector _total4Momentum

◆ Total4MomentumCms()

TLorentzVector RhoTotalMomentum::Total4MomentumCms ( ) const
inline

Definition at line 60 of file RhoTotalMomentum.h.

References _total4MomentumCms.

60 { return _total4MomentumCms; }
TLorentzVector _total4MomentumCms

◆ TotalEnergy()

double RhoTotalMomentum::TotalEnergy ( ) const
inline

Definition at line 52 of file RhoTotalMomentum.h.

References _total4Momentum.

52 { return _total4Momentum.T(); }
TLorentzVector _total4Momentum

◆ TotalEnergyCms()

double RhoTotalMomentum::TotalEnergyCms ( ) const
inline

Definition at line 57 of file RhoTotalMomentum.h.

References _total4MomentumCms.

57 { return _total4MomentumCms.T(); }
TLorentzVector _total4MomentumCms

◆ TotalMass()

double RhoTotalMomentum::TotalMass ( ) const
inline

Definition at line 62 of file RhoTotalMomentum.h.

References _total4Momentum.

62 { return _total4Momentum.Mag(); }
TLorentzVector _total4Momentum

◆ TotalMomentum()

double RhoTotalMomentum::TotalMomentum ( ) const
inline

Definition at line 53 of file RhoTotalMomentum.h.

References _total4Momentum.

53 { return TVector3(_total4Momentum.X(), _total4Momentum.Y(), _total4Momentum.Z()).Mag(); }
TLorentzVector _total4Momentum

◆ TotalMomentumCms()

double RhoTotalMomentum::TotalMomentumCms ( ) const
inline

Definition at line 58 of file RhoTotalMomentum.h.

References _total4MomentumCms.

58 { return TVector3(_total4MomentumCms.X(), _total4MomentumCms.Y(), _total4MomentumCms.Z()).Mag(); }
TLorentzVector _total4MomentumCms

Member Data Documentation

◆ _missing4Momentum

TLorentzVector RhoTotalMomentum::_missing4Momentum
protected

◆ _missing4MomentumCms

TLorentzVector RhoTotalMomentum::_missing4MomentumCms
protected

◆ _total4Momentum

TLorentzVector RhoTotalMomentum::_total4Momentum
protected

◆ _total4MomentumCms

TLorentzVector RhoTotalMomentum::_total4MomentumCms
protected

The documentation for this class was generated from the following file: