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