Belle II Software
release-08-01-10
|
Rib5 structure geometry parameters. More...
#include <CDCGeometry.h>
Public Member Functions | |
Rib5 () | |
Constructor. | |
Rib5 (int id, double dr, double dz, double width, double thick, double rin, double x, double y, double z, double rotx, double roty, double rotz, int offset, int ndiv) | |
Constructor. | |
~Rib5 () | |
Destructor. | |
int | getId () const |
Get the rib5 Id. | |
double | getDr () const |
Get the length of the rib5. | |
double | getDz () const |
Get the length of the rib5. | |
double | getWidth () const |
Get the width of the rib5. | |
double | getThick () const |
Get the thickness of the rib5. | |
double | getRin () const |
Get the length of the rib5. | |
double | getX () const |
Get the x-position of the rib5. | |
double | getY () const |
Get the y-position of the rib5. | |
double | getZ () const |
Get the z-position of the rib5. | |
double | getRotx () const |
Get the x-position of the rib5. | |
double | getRoty () const |
Get the y-position of the rib5. | |
double | getRotz () const |
Get the z-position of the rib5. | |
int | getOffset () const |
Get number of division of the rib5. | |
int | getNDiv () const |
Get number of division of the rib5. | |
Private Member Functions | |
ClassDef (Rib5, 1) | |
Makes objects storable. | |
Private Attributes | |
int | m_id |
rib5 id. | |
double | m_dr |
length of the rib5. | |
double | m_dz |
length of the rib5. | |
double | m_width |
width of the rib5. | |
double | m_thick |
thickness of the rib5. | |
double | m_rin |
length of the rib5. | |
double | m_x |
the y-position of the rib5. | |
double | m_y |
the y-position of the rib5. | |
double | m_z |
the z-position of the rib5. | |
double | m_rotx |
the y-position of the rib5. | |
double | m_roty |
the y-position of the rib5. | |
double | m_rotz |
the z-position of the rib5. | |
int | m_offset |
Number of division. | |
int | m_ndiv |
Number of division. | |
Rib5 structure geometry parameters.
Definition at line 497 of file CDCGeometry.h.