Belle II Software  release-08-01-10
PXDClusterOffsetPar Class Reference

The class for PXD cluster position offset payload. More...

#include <PXDClusterOffsetPar.h>

Inheritance diagram for PXDClusterOffsetPar:
Collaboration diagram for PXDClusterOffsetPar:

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.
 

Detailed Description

The class for PXD cluster position offset payload.

Definition at line 22 of file PXDClusterOffsetPar.h.

Constructor & Destructor Documentation

◆ PXDClusterOffsetPar()

PXDClusterOffsetPar ( float  uOffset,
float  vOffset,
float  uOffsetSigma2,
float  vOffsetSigma2,
float  uvCovariance 
)
inline

Constructor.

Parameters
uOffsetOffset in r-phi
vOffsetOffset in z
uOffsetSigma2Sigma squared for offset in r-phi
vOffsetSigma2Sigma squared for offset in z
uvCovarianceCovariance between offsets in r-rphi and z

Definition at line 36 of file PXDClusterOffsetPar.h.

36  :
37  m_uOffset(uOffset), m_vOffset(vOffset), m_uOffsetSigma2(uOffsetSigma2), m_vOffsetSigma2(vOffsetSigma2),
38  m_uvCovariance(uvCovariance)
39  {}
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.

The documentation for this class was generated from the following file: