Belle II Software
release-08-01-10
|
The class for PXD cluster position offset payload. More...
#include <PXDClusterOffsetPar.h>
Public Member Functions | |
PXDClusterOffsetPar () | |
Default constructor. | |
PXDClusterOffsetPar (float uOffset, float vOffset, float uOffsetSigma2, float vOffsetSigma2, float uvCovariance) | |
Constructor. More... | |
~ PXDClusterOffsetPar () | |
Destructor. | |
void | setU (float uOffset) |
Set offset in r-phi. | |
void | setV (float vOffset) |
Set v offset in z. | |
void | setUSigma2 (float uOffsetSigma2) |
Set sigma squared for offset in r-phi. | |
void | setVSigma2 (float vOffsetSigma2) |
Set sigma squared for offset in z. | |
void | setUVCovariance (float uvCovariance) |
Set uv covariance. | |
float | getU () const |
Get offset in r-phi. | |
float | getV () const |
Get v offset in z. | |
float | getUSigma2 () const |
Get sigma squared for offset in r-phi. | |
float | getVSigma2 () const |
Get sigma squared for offset in z. | |
float | getUVCovariance () const |
Get uv covariance. | |
Private Member Functions | |
ClassDef (PXDClusterOffsetPar, 2) | |
ClassDef, must be the last term before the closing {}. | |
Private Attributes | |
float | m_uOffset |
Positon offset in r-phi. | |
float | m_vOffset |
Positon offset in z. | |
float | m_uOffsetSigma2 |
Sigma squared for offset in r-phi. | |
float | m_vOffsetSigma2 |
Sigma squared for offset in z. | |
float | m_uvCovariance |
Covariance between offsets. | |
The class for PXD cluster position offset payload.
Definition at line 22 of file PXDClusterOffsetPar.h.
|
inline |
Constructor.
uOffset | Offset in r-phi |
vOffset | Offset in z |
uOffsetSigma2 | Sigma squared for offset in r-phi |
vOffsetSigma2 | Sigma squared for offset in z |
uvCovariance | Covariance between offsets in r-rphi and z |
Definition at line 36 of file PXDClusterOffsetPar.h.