 |
Belle II Software
release-05-01-25
|
24 class PXDClusterOffsetPar:
public TObject {
38 PXDClusterOffsetPar(
float uOffset,
float vOffset,
float uOffsetSigma2,
float vOffsetSigma2,
float uvCovariance):
void setV(float vOffset)
Set v offset in z.
float getV() const
Get v offset in z.
ClassDef(PXDClusterOffsetPar, 2)
ClassDef, must be the last term before the closing {}.
The class for PXD cluster position offset payload.
float getUVCovariance() const
Get uv covariance.
void setU(float uOffset)
Set offset in r-phi.
float m_uOffsetSigma2
Sigma squared for offset in r-phi.
float getVSigma2() const
Get sigma squared for offset in z.
void setUVCovariance(float uvCovariance)
Set uv covariance.
PXDClusterOffsetPar()
Default constructor.
Abstract base class for different kinds of events.
float getUSigma2() const
Get sigma squared for offset in r-phi.
float getU() const
Get offset in r-phi.
float m_uvCovariance
Covariance between offsets.
~ PXDClusterOffsetPar()
Destructor.
float m_vOffsetSigma2
Sigma squared for offset in z.
float m_uOffset
Positon offset in r-phi.
void setUSigma2(float uOffsetSigma2)
Set sigma squared for offset in r-phi.
void setVSigma2(float vOffsetSigma2)
Set sigma squared for offset in z.
float m_vOffset
Positon offset in z.