Belle II Software
release-08-01-10
|
Rib4 structure geometry parameters. More...
#include <CDCGeometry.h>
Public Member Functions | |
Rib4 () | |
Constructor. | |
Rib4 (int id, double length, double width, double thick, double length2, double width2, double thick2, double x, double y, double z, double x2, double y2, double z2, int offset, int ndiv) | |
Constructor. | |
~Rib4 () | |
Destructor. | |
int | getId () const |
Get the rib4 Id. | |
double | getLength () const |
Get the length of the rib4. | |
double | getWidth () const |
Get the width of the rib4. | |
double | getThick () const |
Get the thickness of the rib4. | |
double | getLength2 () const |
Get the length of the rib4. | |
double | getWidth2 () const |
Get the width of the rib4. | |
double | getThick2 () const |
Get the thickness of the rib4. | |
double | getX () const |
Get the x-position of the rib4. | |
double | getY () const |
Get the y-position of the rib4. | |
double | getZ () const |
Get the z-position of the rib4. | |
double | getX2 () const |
Get the x-position of the rib4. | |
double | getY2 () const |
Get the y-position of the rib4. | |
double | getZ2 () const |
Get the z-position of the rib4. | |
int | getOffset () const |
Get number of division of the rib4. | |
int | getNDiv () const |
Get number of division of the rib4. | |
Private Member Functions | |
ClassDef (Rib4, 1) | |
Makes objects storable. | |
Private Attributes | |
int | m_id |
rib4 id. | |
double | m_length |
length of the rib4. | |
double | m_width |
width of the rib4. | |
double | m_thick |
thickness of the rib4. | |
double | m_length2 |
length of the rib4. | |
double | m_width2 |
width of the rib4. | |
double | m_thick2 |
thickness of the rib4. | |
double | m_x |
the y-position of the rib4. | |
double | m_y |
the y-position of the rib4. | |
double | m_z |
the z-position of the rib4. | |
double | m_x2 |
the y-position of the rib4. | |
double | m_y2 |
the y-position of the rib4. | |
double | m_z2 |
the z-position of the rib4. | |
int | m_offset |
Number of division. | |
int | m_ndiv |
Number of division. | |
Rib4 structure geometry parameters.
Definition at line 370 of file CDCGeometry.h.