Belle II Software  release-08-01-10
CDCGeometry::Rib2 Class Reference

Rib2 structure geometry parameters. More...

#include <CDCGeometry.h>

Inheritance diagram for CDCGeometry::Rib2:
Collaboration diagram for CDCGeometry::Rib2:

Public Member Functions

 Rib2 ()
 Constructor.
 
 Rib2 (int id, double length, double width, double thick, double width2, double thick2, double rotx, double roty, double rotz, double x, double y, double z, int ndiv)
 Constructor.
 
 ~Rib2 ()
 Destructor.
 
int getId () const
 Get the rib2 Id.
 
double getLength () const
 Get the length of the rib2.
 
double getWidth () const
 Get the width of the rib2.
 
double getThick () const
 Get the thickness of the rib2.
 
double getWidth2 () const
 Get the width of the rib2.
 
double getThick2 () const
 Get the thickness of the rib2.
 
double getRotX () const
 Get the rotation angle w.r.t x-axis of the rib2.
 
double getRotY () const
 Get the rotation angle w.r.t y-axis of the rib2.
 
double getRotZ () const
 Get the rotation angle w.r.t z-axis of the rib2.
 
double getX () const
 Get the x-position of the rib2.
 
double getY () const
 Get the y-position of the rib2.
 
double getZ () const
 Get the z-position of the rib2.
 
int getNDiv () const
 Get number of division of the rib2.
 

Private Member Functions

 ClassDef (Rib2, 1)
 Makes objects storable.
 

Private Attributes

int m_id
 rib2 id.
 
double m_length
 length of the rib2.
 
double m_width
 width of the rib2.
 
double m_thick
 thickness of the rib2.
 
double m_width2
 width of the rib2.
 
double m_thick2
 thickness of the rib2.
 
double m_rotx
 rotation angle w.r.t. More...
 
double m_roty
 rotation angle w.r.t. More...
 
double m_rotz
 rotation angle w.r.t. More...
 
double m_x
 the y-position of the rib2.
 
double m_y
 the y-position of the rib2.
 
double m_z
 the z-position of the rib2.
 
int m_ndiv
 Number of division.
 

Detailed Description

Rib2 structure geometry parameters.

Definition at line 141 of file CDCGeometry.h.

Member Data Documentation

◆ m_rotx

double m_rotx
private

rotation angle w.r.t.

x-axis of the rib2.

Definition at line 241 of file CDCGeometry.h.

◆ m_roty

double m_roty
private

rotation angle w.r.t.

x-axis of the rib2.

Definition at line 242 of file CDCGeometry.h.

◆ m_rotz

double m_rotz
private

rotation angle w.r.t.

x-axis of the rib2.

Definition at line 243 of file CDCGeometry.h.


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