|
Garfield++ 3.0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
Mesh of
values.
More...
#include <BGMesh.h>
Public Member Functions | |
| BGMesh ()=default | |
| BGMesh (double fxmin, double fxmax, long fq) | |
| void | print (std::ostream &file, int l) const |
| BGMesh * | copy () const |
Public Attributes | |
| double | xmin = 0. |
| double | xmax = 0. |
| long | q = 0 |
| Total number of points (not number of intervals). | |
| std::vector< double > | x |
|
default |
Referenced by copy().
| Heed::BGMesh::BGMesh | ( | double | fxmin, |
| double | fxmax, | ||
| long | fq | ||
| ) |
|
inline |
| void Heed::BGMesh::print | ( | std::ostream & | file, |
| int | l | ||
| ) | const |
Definition at line 25 of file BGMesh.cpp.
Referenced by Heed::operator<<(), and Heed::EnTransfCS_BGM::print().
| long Heed::BGMesh::q = 0 |
Total number of points (not number of intervals).
Definition at line 17 of file BGMesh.h.
Referenced by Heed::EnTransfCS_BGM::EnTransfCS_BGM(), Heed::HeedParticle_BGM::physics(), print(), and Heed::EnTransfCS_BGM::print().
| std::vector<double> Heed::BGMesh::x |
Definition at line 18 of file BGMesh.h.
Referenced by BGMesh(), Heed::EnTransfCS_BGM::EnTransfCS_BGM(), Heed::HeedParticle_BGM::physics(), print(), and Heed::EnTransfCS_BGM::print().