Garfield++ 5.0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
#include <tline.h>
Public Member Functions | |
long | get_qi (void) const |
T | get_xmin (void) const |
T | get_xmax (void) const |
void | get_scoor (long n, T &b) const |
virtual int | get_interval (long n, T &b1, T &b2) const |
int | get_interval (T x, long &n1) const |
int | get_interval (T x, long &n1, T &b1, long &n2, T &b2) const |
int | get_interval_extrap (T x, long &n1, T &b1, long &n2, T &b2) const |
int | get_step (long n, T &fstep) const |
PointCoorMesh (void) | |
PointCoorMesh (long fq, D *famesh) | |
virtual | ~PointCoorMesh () |
void | check (void) |
virtual void | print (std::ostream &file) const |
Generic mesh with arbitrary steps. The array determining the step edges is located somewhere outside. In object of this class only the raw pointer is contained with consequences:
|
inline |
Heed::PointCoorMesh< T, D >::PointCoorMesh | ( | long | fq, |
D * | famesh ) |
Definition at line 459 of file tline.h.
|
inlinevirtual |
void Heed::PointCoorMesh< T, D >::check | ( | void | ) |
|
inlinevirtual |
Definition at line 401 of file tline.h.
Referenced by get_step(), and Heed::HeedParticle_BGM::physics().
int Heed::PointCoorMesh< T, D >::get_interval | ( | T | x, |
long & | n1 ) const |
Definition at line 529 of file tline.h.
int Heed::PointCoorMesh< T, D >::get_interval | ( | T | x, |
long & | n1, | ||
T & | b1, | ||
long & | n2, | ||
T & | b2 ) const |
Definition at line 563 of file tline.h.
int Heed::PointCoorMesh< T, D >::get_interval_extrap | ( | T | x, |
long & | n1, | ||
T & | b1, | ||
long & | n2, | ||
T & | b2 ) const |
Definition at line 615 of file tline.h.
|
inline |
|
inline |
|
inline |
Definition at line 419 of file tline.h.
|
inline |
|
inline |
|
virtual |
Definition at line 684 of file tline.h.
Referenced by get_interval(), get_interval(), get_interval_extrap(), and Heed::operator<<().