#include "Math/SMatrix.h"
#include "Math/SVector.h"
#include "Math/Vector4D.h"
Include dependency graph for Kinematics.h:
Go to the source code of this file.
Namespaces | |
| namespace | Gaudi |
| namespace | Gaudi::Math |
Defines | |
| #define | LHCBMATH_KINEMATICS_H 1 |
Functions | |
| template<class C, class T> | |
| double | Gaudi::Math::sigma2mass2 (const ROOT::Math::LorentzVector< C > &momentum, const ROOT::Math::SMatrix< T, 4, 4, ROOT::Math::MatRepSym< T, 4 > > &covariance) |
| evaluate the dispersion of M^2 from the particle 4-vector and the covarinace matrix | |
| template<class C, class T> | |
| double | Gaudi::Math::sigma2mass (const ROOT::Math::LorentzVector< C > &momentum, const ROOT::Math::SMatrix< T, 4, 4, ROOT::Math::MatRepSym< T, 4 > > &covariance) |
| evaluate the dispersion of M from the particle 4-vector and the covarinace matrix | |
| template<class C, class T> | |
| double | Gaudi::Math::sigmamass (const ROOT::Math::LorentzVector< C > &momentum, const ROOT::Math::SMatrix< T, 4, 4, ROOT::Math::MatRepSym< T, 4 > > &covariance) |
| evaluate sigma(M) from the particle 4-vector and the covarinace matrix | |
| template<class C, class T> | |
| double | Gaudi::Math::chi2mass (const double mass, const ROOT::Math::LorentzVector< C > &momentum, const ROOT::Math::SMatrix< T, 4, 4, ROOT::Math::MatRepSym< T, 4 > > &covariance) |
| evaluate the chi2 of the mass | |
Definition in file Kinematics.h.
| #define LHCBMATH_KINEMATICS_H 1 |
Definition at line 4 of file Kinematics.h.
1.4.7