Rib structure geometry parameters.
More...
#include <CDCGeometry.h>
|
| 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.
|
|
|
| ClassDef (Rib, 2) |
| Makes objects storable.
|
|
|
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.
◆ Rib() [1/2]
◆ Rib() [2/2]
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 ) |
|
inline |
Constructor.
Definition at line 47 of file CDCGeometry.h.
50 :
51 m_id(id), m_length(length), m_width(width), m_thick(thick),
52 m_rotx(rotx), m_roty(roty), m_rotz(rotz), m_x(x), m_y(y), m_z(z),
53 m_offset(offset), m_ndiv(ndiv)
54 {}
◆ ~Rib()
◆ getId()
◆ getLength()
double getLength |
( |
| ) |
const |
|
inline |
◆ getNDiv()
Get number of division of the rib.
Definition at line 116 of file CDCGeometry.h.
◆ getOffset()
Get number of division of the rib.
Definition at line 112 of file CDCGeometry.h.
◆ getRotX()
Get the x-position of the rib.
Definition at line 86 of file CDCGeometry.h.
◆ getRotY()
Get the y-position of the rib.
Definition at line 90 of file CDCGeometry.h.
◆ getRotZ()
Get the z-position of the rib.
Definition at line 94 of file CDCGeometry.h.
◆ getThick()
double getThick |
( |
| ) |
const |
|
inline |
◆ getWidth()
double getWidth |
( |
| ) |
const |
|
inline |
◆ getX()
Get the x-position of the rib.
Definition at line 99 of file CDCGeometry.h.
◆ getY()
◆ getZ()
◆ m_id
◆ m_length
◆ m_ndiv
◆ m_offset
◆ 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: