Garfield++ v2r0
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 (const double x) |
Public Member Functions inherited from Heed::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 Heed::linexi2_coor | |
long | qlr |
const double * | ax |
double | x_mean |
double | Dx |
Heed::linexi2::linexi2 | ( | const linexi2_coor & | lc, |
const double * | fay | ||
) |
Definition at line 34 of file linexi2.cpp.
Heed::linexi2::linexi2 | ( | const long | fqlr, |
const double * | fax, | ||
const double * | fay | ||
) |
Definition at line 50 of file linexi2.cpp.
|
inline |
|
inline |
Definition at line 66 of file linexi2.h.
Referenced by Heed::straight::straight().
double Heed::linexi2::a |
Definition at line 46 of file linexi2.h.
Referenced by line(), linexi2(), Heed::operator<<(), and operator=().
const double* Heed::linexi2::ay |
Definition at line 43 of file linexi2.h.
Referenced by linexi2(), Heed::operator<<(), and operator=().
double Heed::linexi2::b |
Definition at line 47 of file linexi2.h.
Referenced by line(), linexi2(), Heed::operator<<(), and operator=().
double Heed::linexi2::xy_mean |
Definition at line 45 of file linexi2.h.
Referenced by linexi2(), Heed::operator<<(), and operator=().
double Heed::linexi2::y_mean |
Definition at line 44 of file linexi2.h.
Referenced by linexi2(), Heed::operator<<(), and operator=().