Rib5 structure geometry parameters.
More...
#include <CDCGeometry.h>
|
| 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.
|
|
|
| ClassDef (Rib5, 1) |
| Makes objects storable.
|
|
|
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.
◆ Rib5() [1/2]
◆ Rib5() [2/2]
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 ) |
|
inline |
Constructor.
Definition at line 509 of file CDCGeometry.h.
512 :
513 m_id(id), m_dr(dr), m_dz(dz), m_width(width), m_thick(thick),
514 m_rin(rin), m_x(x), m_y(y), m_z(z),
515 m_rotx(rotx), m_roty(roty), m_rotz(rotz), m_offset(offset), m_ndiv(ndiv)
516 {}
◆ ~Rib5()
◆ getDr()
◆ getDz()
◆ getId()
◆ getNDiv()
Get number of division of the rib5.
Definition at line 589 of file CDCGeometry.h.
◆ getOffset()
Get number of division of the rib5.
Definition at line 584 of file CDCGeometry.h.
◆ getRin()
◆ getRotx()
◆ getRoty()
◆ getRotz()
◆ getThick()
double getThick |
( |
| ) |
const |
|
inline |
◆ getWidth()
double getWidth |
( |
| ) |
const |
|
inline |
◆ getX()
◆ getY()
◆ getZ()
◆ m_dr
◆ m_dz
◆ m_id
◆ m_ndiv
◆ m_offset
◆ m_rin
◆ m_rotx
◆ m_roty
◆ m_rotz
◆ m_thick
◆ m_width
◆ m_x
◆ m_y
◆ m_z
The documentation for this class was generated from the following file: