Belle II Software
release-08-01-10
|
Rib structure geometry parameters. More...
#include <CDCGeometry.h>
Public Member Functions | |
Rib () | |
Constructor. | |
Rib (int id, double length, double width, double thick, double rotx, double roty, double rotz, double x, double y, double z, int offset, int ndiv) | |
Constructor. | |
~Rib () | |
Destructor. | |
int | getId () const |
Get the rib Id. | |
double | getLength () const |
Get the length of the rib. | |
double | getWidth () const |
Get the width of the rib. | |
double | getThick () const |
Get the thickness of the rib. | |
double | getRotX () const |
Get the x-position of the rib. | |
double | getRotY () const |
Get the y-position of the rib. | |
double | getRotZ () const |
Get the z-position of the rib. | |
double | getX () const |
Get the x-position of the rib. | |
double | getY () const |
Get the y-position of the rib. | |
double | getZ () const |
Get the z-position of the rib. | |
int | getOffset () const |
Get number of division of the rib. | |
int | getNDiv () const |
Get number of division of the rib. | |
Private Member Functions | |
ClassDef (Rib, 2) | |
Makes objects storable. | |
Private Attributes | |
int | m_id |
rib id. | |
double | m_length |
length of the rib. | |
double | m_width |
width of the rib. | |
double | m_thick |
thickness of the rib. | |
double | m_rotx |
the y-position of the rib. | |
double | m_roty |
the y-position of the rib. | |
double | m_rotz |
the z-position of the rib. | |
double | m_x |
the y-position of the rib. | |
double | m_y |
the y-position of the rib. | |
double | m_z |
the z-position of the rib. | |
int | m_offset |
Number of division. | |
int | m_ndiv |
Number of division. | |
Rib structure geometry parameters.
Definition at line 35 of file CDCGeometry.h.