The class for PXD cluster position offset payload.
More...
#include <PXDClusterOffsetPar.h>
|
| PXDClusterOffsetPar () |
| Default constructor.
|
|
| PXDClusterOffsetPar (float uOffset, float vOffset, float uOffsetSigma2, float vOffsetSigma2, float uvCovariance) |
| Constructor.
|
|
| ~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.
|
|
The class for PXD cluster position offset payload.
Definition at line 22 of file PXDClusterOffsetPar.h.
◆ PXDClusterOffsetPar() [1/2]
Default constructor.
Definition at line 25 of file PXDClusterOffsetPar.h.
25 :
27 {}
float m_uOffsetSigma2
Sigma squared for offset in r-phi.
float m_vOffsetSigma2
Sigma squared for offset in z.
float m_uOffset
Positon offset in r-phi.
float m_uvCovariance
Covariance between offsets.
float m_vOffset
Positon offset in z.
◆ PXDClusterOffsetPar() [2/2]
PXDClusterOffsetPar |
( |
float |
uOffset, |
|
|
float |
vOffset, |
|
|
float |
uOffsetSigma2, |
|
|
float |
vOffsetSigma2, |
|
|
float |
uvCovariance |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
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.
◆ ~PXDClusterOffsetPar()
◆ getU()
◆ getUSigma2()
float getUSigma2 |
( |
| ) |
const |
|
inline |
◆ getUVCovariance()
float getUVCovariance |
( |
| ) |
const |
|
inline |
◆ getV()
◆ getVSigma2()
float getVSigma2 |
( |
| ) |
const |
|
inline |
◆ setU()
void setU |
( |
float |
uOffset | ) |
|
|
inline |
◆ setUSigma2()
void setUSigma2 |
( |
float |
uOffsetSigma2 | ) |
|
|
inline |
◆ setUVCovariance()
void setUVCovariance |
( |
float |
uvCovariance | ) |
|
|
inline |
◆ setV()
void setV |
( |
float |
vOffset | ) |
|
|
inline |
◆ setVSigma2()
void setVSigma2 |
( |
float |
vOffsetSigma2 | ) |
|
|
inline |
◆ m_uOffset
◆ m_uOffsetSigma2
◆ m_uvCovariance
◆ m_vOffset
◆ m_vOffsetSigma2
The documentation for this class was generated from the following file: