Belle II Software development
SVDSupportBoxPar Class Reference

The Class for SVD Support Box. More...

#include <SVDSupportRibsPar.h>

Inheritance diagram for SVDSupportBoxPar:

Public Member Functions

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

Private Member Functions

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

Private Attributes

double m_theta
 theta angle
 
double m_zpos
 position in z
 
double m_rpos
 position in r
 
double m_length
 length
 

Detailed Description

The Class for SVD Support Box.

Definition at line 26 of file SVDSupportRibsPar.h.

Constructor & Destructor Documentation

◆ SVDSupportBoxPar() [1/2]

SVDSupportBoxPar ( double  theta,
double  zpos,
double  rpos,
double  length 
)
inline

Constructor.

Definition at line 31 of file SVDSupportRibsPar.h.

31 :
32 m_theta(theta), m_zpos(zpos), m_rpos(rpos), m_length(length)
33 {}
double m_theta
theta angle
double m_rpos
position in r
double m_zpos
position in z

◆ SVDSupportBoxPar() [2/2]

SVDSupportBoxPar ( )
inline

Constructor.

Definition at line 35 of file SVDSupportRibsPar.h.

35 :
36 m_theta(0.), m_zpos(0.), m_rpos(0.), m_length(0.)
37 {}

Member Function Documentation

◆ getLength()

double getLength ( ) const
inline

get length

Definition at line 46 of file SVDSupportRibsPar.h.

46{ return m_length; }

◆ getR()

double getR ( ) const
inline

get r position

Definition at line 44 of file SVDSupportRibsPar.h.

44{ return m_rpos; }

◆ getTheta()

double getTheta ( ) const
inline

get theta

Definition at line 40 of file SVDSupportRibsPar.h.

40{ return m_theta; }

◆ getZ()

double getZ ( ) const
inline

get z position

Definition at line 42 of file SVDSupportRibsPar.h.

42{ return m_zpos; }

Member Data Documentation

◆ m_length

double m_length
private

length

Definition at line 52 of file SVDSupportRibsPar.h.

◆ m_rpos

double m_rpos
private

position in r

Definition at line 51 of file SVDSupportRibsPar.h.

◆ m_theta

double m_theta
private

theta angle

Definition at line 49 of file SVDSupportRibsPar.h.

◆ m_zpos

double m_zpos
private

position in z

Definition at line 50 of file SVDSupportRibsPar.h.


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