Rib3 structure geometry parameters.
More...
#include <CDCGeometry.h>
|
| Rib3 () |
| Constructor.
|
|
| Rib3 (int id, double length, double width, double thick, double r, double x, double y, double z, double rx, double ry, double rz, int offset, int ndiv) |
| Constructor.
|
|
| ~Rib3 () |
| Destructor.
|
|
int | getId () const |
| Get the rib3 Id.
|
|
double | getLength () const |
| Get the length of the rib3.
|
|
double | getWidth () const |
| Get the width of the rib3.
|
|
double | getThick () const |
| Get the thickness of the rib3.
|
|
double | getR () const |
| Get the width of the rib3.
|
|
double | getX () const |
| Get the x-position of the rib3.
|
|
double | getY () const |
| Get the y-position of the rib3.
|
|
double | getZ () const |
| Get the z-position of the rib3.
|
|
double | getRx () const |
| Get the x-position of the rib3.
|
|
double | getRy () const |
| Get the y-position of the rib3.
|
|
double | getRz () const |
| Get the z-position of the rib3.
|
|
int | getOffset () const |
| Get number of division of the rib3.
|
|
int | getNDiv () const |
| Get number of division of the rib3.
|
|
|
| ClassDef (Rib3, 1) |
| Makes objects storable.
|
|
|
int | m_id |
| rib3 id.
|
|
double | m_length |
| length of the rib3.
|
|
double | m_width |
| width of the rib3.
|
|
double | m_thick |
| thickness of the rib3.
|
|
double | m_r |
| width of the rib3.
|
|
double | m_x |
| the y-position of the rib3.
|
|
double | m_y |
| the y-position of the rib3.
|
|
double | m_z |
| the z-position of the rib3.
|
|
double | m_rx |
| the y-position of the rib3.
|
|
double | m_ry |
| the y-position of the rib3.
|
|
double | m_rz |
| the z-position of the rib3.
|
|
int | m_offset |
| Number of division.
|
|
int | m_ndiv |
| Number of division.
|
|
Rib3 structure geometry parameters.
Definition at line 257 of file CDCGeometry.h.
◆ Rib3() [1/2]
◆ Rib3() [2/2]
Rib3 |
( |
int | id, |
|
|
double | length, |
|
|
double | width, |
|
|
double | thick, |
|
|
double | r, |
|
|
double | x, |
|
|
double | y, |
|
|
double | z, |
|
|
double | rx, |
|
|
double | ry, |
|
|
double | rz, |
|
|
int | offset, |
|
|
int | ndiv ) |
|
inline |
Constructor.
Definition at line 269 of file CDCGeometry.h.
272 :
273 m_id(id), m_length(length), m_width(width), m_thick(thick),
274 m_r(r), m_x(x), m_y(y), m_z(z),
275 m_rx(rx), m_ry(ry), m_rz(rz), m_offset(offset), m_ndiv(ndiv)
276 {}
◆ ~Rib3()
◆ getId()
◆ getLength()
double getLength |
( |
| ) |
const |
|
inline |
◆ getNDiv()
Get number of division of the rib3.
Definition at line 344 of file CDCGeometry.h.
◆ getOffset()
Get number of division of the rib3.
Definition at line 339 of file CDCGeometry.h.
◆ getR()
◆ getRx()
◆ getRy()
◆ getRz()
◆ getThick()
double getThick |
( |
| ) |
const |
|
inline |
◆ getWidth()
double getWidth |
( |
| ) |
const |
|
inline |
◆ getX()
◆ getY()
◆ getZ()
◆ m_id
◆ m_length
◆ m_ndiv
◆ m_offset
◆ m_r
◆ m_rx
◆ m_ry
◆ m_rz
◆ m_thick
◆ m_width
◆ m_x
◆ m_y
◆ m_z
The documentation for this class was generated from the following file: