![]() |
Belle II Software
release-06-02-00
|
Class to provide momentum-related information from ECLClusters. More...
#include <ClusterUtils.h>

Public Member Functions | |
| ClusterUtils () | |
| Constructor. | |
| const TLorentzVector | GetCluster4MomentumFromCluster (const ECLCluster *cluster, ECLCluster::EHypothesisBit hypo) |
| Returns cluster four momentum vector. More... | |
| const TLorentzVector | Get4MomentumFromCluster (const ECLCluster *cluster, ECLCluster::EHypothesisBit hypo) |
| Returns four momentum vector. More... | |
| const TLorentzVector | Get4MomentumFromCluster (const ECLCluster *cluster, const TVector3 &vertex, ECLCluster::EHypothesisBit hypo) |
| Returns four momentum vector. More... | |
| const TMatrixD | GetJacobiMatrix4x6FromCluster (const ECLCluster *cluster, ECLCluster::EHypothesisBit hypo) |
| Returns 4x6 Jacobi matrix (px, py, pz, E) More... | |
| const TMatrixD | GetJacobiMatrix4x6FromCluster (const ECLCluster *cluster, const TVector3 &vertex, ECLCluster::EHypothesisBit hypo) |
| Returns 4x6 Jacobi matrix (px, py, pz, E) More... | |
| const TMatrixDSym | GetCovarianceMatrix4x4FromCluster (const ECLCluster *cluster, const TMatrixD &jacobiMatrix) |
| Returns 4x4 covariance matrix (px, py, pz, E) More... | |
| const TMatrixDSym | GetCovarianceMatrix4x4FromCluster (const ECLCluster *cluster, const TMatrixDSym &covmatvertex, const TMatrixD &jacobiMatrix) |
| Returns 4x4 covariance matrix (px, py, pz, E) More... | |
| const TMatrixDSym | GetCovarianceMatrix7x7FromCluster (const ECLCluster *cluster, const TMatrixD &jacobiMatrix) |
| Returns 7x7 covariance matrix (px, py, pz, E, x, y, z) More... | |
| const TMatrixDSym | GetCovarianceMatrix7x7FromCluster (const ECLCluster *cluster, const TMatrixDSym &covmatvertex, const TMatrixD &jacobiMatrix) |
| Returns 7x7 covariance matrix (px, py, pz, E, x, y, z) More... | |
| const TVector3 | GetIPPosition () |
| Returns default IP position from beam parameters. More... | |
| const TMatrixDSym | GetIPPositionCovarianceMatrix () |
| Returns default IP position covariance matrix from beam parameters. More... | |
Private Attributes | |
| DBObjPtr< BeamSpot > | m_beamSpotDB |
| Beam spot database object. | |
Class to provide momentum-related information from ECLClusters.
This requires the prior knowledge of the particle type (e.g., photon), and a vertex hypothesis. The default vertex hypothesis is taken from the beamparameters.
Definition at line 34 of file ClusterUtils.h.
| const TLorentzVector Get4MomentumFromCluster | ( | const ECLCluster * | cluster, |
| const TVector3 & | vertex, | ||
| ECLCluster::EHypothesisBit | hypo | ||
| ) |
Returns four momentum vector.
Definition at line 31 of file ClusterUtils.cc.
| const TLorentzVector Get4MomentumFromCluster | ( | const ECLCluster * | cluster, |
| ECLCluster::EHypothesisBit | hypo | ||
| ) |
Returns four momentum vector.
Definition at line 24 of file ClusterUtils.cc.
| const TLorentzVector GetCluster4MomentumFromCluster | ( | const ECLCluster * | cluster, |
| ECLCluster::EHypothesisBit | hypo | ||
| ) |
Returns cluster four momentum vector.
Definition at line 18 of file ClusterUtils.cc.
| const TMatrixDSym GetCovarianceMatrix4x4FromCluster | ( | const ECLCluster * | cluster, |
| const TMatrixD & | jacobiMatrix | ||
| ) |
Returns 4x4 covariance matrix (px, py, pz, E)
Definition at line 132 of file ClusterUtils.cc.
| const TMatrixDSym GetCovarianceMatrix4x4FromCluster | ( | const ECLCluster * | cluster, |
| const TMatrixDSym & | covmatvertex, | ||
| const TMatrixD & | jacobiMatrix | ||
| ) |
Returns 4x4 covariance matrix (px, py, pz, E)
Definition at line 138 of file ClusterUtils.cc.
| const TMatrixDSym GetCovarianceMatrix7x7FromCluster | ( | const ECLCluster * | cluster, |
| const TMatrixD & | jacobiMatrix | ||
| ) |
Returns 7x7 covariance matrix (px, py, pz, E, x, y, z)
Definition at line 161 of file ClusterUtils.cc.
| const TMatrixDSym GetCovarianceMatrix7x7FromCluster | ( | const ECLCluster * | cluster, |
| const TMatrixDSym & | covmatvertex, | ||
| const TMatrixD & | jacobiMatrix | ||
| ) |
Returns 7x7 covariance matrix (px, py, pz, E, x, y, z)
Definition at line 167 of file ClusterUtils.cc.
| const TVector3 GetIPPosition | ( | ) |
Returns default IP position from beam parameters.
Definition at line 193 of file ClusterUtils.cc.
| const TMatrixDSym GetIPPositionCovarianceMatrix | ( | ) |
Returns default IP position covariance matrix from beam parameters.
Definition at line 202 of file ClusterUtils.cc.
| const TMatrixD GetJacobiMatrix4x6FromCluster | ( | const ECLCluster * | cluster, |
| const TVector3 & | vertex, | ||
| ECLCluster::EHypothesisBit | hypo | ||
| ) |
Returns 4x6 Jacobi matrix (px, py, pz, E)
Definition at line 57 of file ClusterUtils.cc.
| const TMatrixD GetJacobiMatrix4x6FromCluster | ( | const ECLCluster * | cluster, |
| ECLCluster::EHypothesisBit | hypo | ||
| ) |
Returns 4x6 Jacobi matrix (px, py, pz, E)
Definition at line 51 of file ClusterUtils.cc.