Belle II Software development
SVDSupportTabPar Class Reference

The Class for SVD Support Rib Tab. More...

#include <SVDSupportRibsPar.h>

Inheritance diagram for SVDSupportTabPar:

Public Member Functions

 SVDSupportTabPar (double theta, double zpos, double rpos)
 Constructor.
 
 SVDSupportTabPar ()
 Constructor.
 
double getTheta () const
 get theta
 
double getZ () const
 get z position
 
double getR () const
 get r position
 

Private Member Functions

 ClassDef (SVDSupportTabPar, 5)
 ClassDef, must be the last term before the closing {}.
 

Private Attributes

double m_theta
 theta
 
double m_zpos
 z position
 
double m_rpos
 r position
 

Detailed Description

The Class for SVD Support Rib Tab.

Definition at line 61 of file SVDSupportRibsPar.h.

Constructor & Destructor Documentation

◆ SVDSupportTabPar() [1/2]

SVDSupportTabPar ( double  theta,
double  zpos,
double  rpos 
)
inline

Constructor.

Definition at line 66 of file SVDSupportRibsPar.h.

66 :
67 m_theta(theta), m_zpos(zpos), m_rpos(rpos)
68 {}

◆ SVDSupportTabPar() [2/2]

SVDSupportTabPar ( )
inline

Constructor.

Definition at line 70 of file SVDSupportRibsPar.h.

70 :
71 m_theta(0.), m_zpos(0.), m_rpos(0.)
72 {}

Member Function Documentation

◆ getR()

double getR ( ) const
inline

get r position

Definition at line 79 of file SVDSupportRibsPar.h.

79{ return m_rpos; }

◆ getTheta()

double getTheta ( ) const
inline

get theta

Definition at line 75 of file SVDSupportRibsPar.h.

75{ return m_theta; }

◆ getZ()

double getZ ( ) const
inline

get z position

Definition at line 77 of file SVDSupportRibsPar.h.

77{ return m_zpos; }

Member Data Documentation

◆ m_rpos

double m_rpos
private

r position

Definition at line 84 of file SVDSupportRibsPar.h.

◆ m_theta

double m_theta
private

theta

Definition at line 82 of file SVDSupportRibsPar.h.

◆ m_zpos

double m_zpos
private

z position

Definition at line 83 of file SVDSupportRibsPar.h.


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