Rib4 structure geometry parameters.
More...
#include <CDCGeometry.h>
|
| 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.
|
|
|
| ClassDef (Rib4, 1) |
| Makes objects storable.
|
|
|
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.
◆ Rib4() [1/2]
◆ Rib4() [2/2]
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 ) |
|
inline |
Constructor.
Definition at line 382 of file CDCGeometry.h.
386 :
387 m_id(id), m_length(length), m_width(width), m_thick(thick),
388 m_length2(length2), m_width2(width2), m_thick2(thick2),
389 m_x(x), m_y(y), m_z(z),
390 m_x2(x2), m_y2(y2), m_z2(z2), m_offset(offset), m_ndiv(ndiv)
391 {}
◆ ~Rib4()
◆ getId()
◆ getLength()
double getLength |
( |
| ) |
const |
|
inline |
◆ getLength2()
double getLength2 |
( |
| ) |
const |
|
inline |
◆ getNDiv()
Get number of division of the rib4.
Definition at line 469 of file CDCGeometry.h.
◆ getOffset()
Get number of division of the rib4.
Definition at line 464 of file CDCGeometry.h.
◆ getThick()
double getThick |
( |
| ) |
const |
|
inline |
◆ getThick2()
double getThick2 |
( |
| ) |
const |
|
inline |
◆ getWidth()
double getWidth |
( |
| ) |
const |
|
inline |
◆ getWidth2()
double getWidth2 |
( |
| ) |
const |
|
inline |
◆ getX()
◆ getX2()
◆ getY()
◆ getY2()
◆ getZ()
◆ getZ2()
◆ m_id
◆ m_length
◆ m_length2
◆ m_ndiv
◆ m_offset
◆ m_thick
◆ m_thick2
◆ m_width
◆ m_width2
◆ m_x
◆ m_x2
◆ m_y
◆ m_y2
◆ m_z
◆ m_z2
The documentation for this class was generated from the following file: