Garfield++ v1r0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
#include <linexi2.h>
Public Member Functions | |
linexi2 (const linexi2_coor &lc, const double *fay) | |
linexi2 (const long fqlr, const double *fax, const double *fay) | |
linexi2 & | operator= (linexi2 &lx) |
linexi2 (linexi2 &lx) | |
double | line (double x) |
Public Member Functions inherited from linexi2_coor | |
linexi2_coor (const long fqlr, const double *fax) | |
linexi2_coor (const linexi2_coor &lc) | |
linexi2_coor & | operator= (const linexi2_coor &lc) |
Public Attributes | |
const double * | ay |
double | y_mean |
double | xy_mean |
double | a |
double | b |
Public Attributes inherited from linexi2_coor | |
long | qlr |
const double * | ax |
double | x_mean |
double | Dx |
linexi2::linexi2 | ( | const linexi2_coor & | lc, |
const double * | fay | ||
) |
Definition at line 36 of file linexi2.cpp.
linexi2::linexi2 | ( | const long | fqlr, |
const double * | fax, | ||
const double * | fay | ||
) |
Definition at line 53 of file linexi2.cpp.
|
inline |
|
inline |
Definition at line 64 of file linexi2.h.
Referenced by Heed::straight::straight().
double linexi2::a |
Definition at line 44 of file linexi2.h.
Referenced by line(), linexi2(), operator<<(), and operator=().
const double* linexi2::ay |
Definition at line 41 of file linexi2.h.
Referenced by linexi2(), operator<<(), and operator=().
double linexi2::b |
Definition at line 45 of file linexi2.h.
Referenced by line(), linexi2(), operator<<(), and operator=().
double linexi2::xy_mean |
Definition at line 43 of file linexi2.h.
Referenced by linexi2(), operator<<(), and operator=().
double linexi2::y_mean |
Definition at line 42 of file linexi2.h.
Referenced by linexi2(), operator<<(), and operator=().