![]() |
Garfield 0.3
Toolkit for the detailed simulation of particle detectors based on ionization measurement in gases and semiconductors
|
Public Attributes | |
std::array< double, 2 > | x0 |
Coordinates of the start point. | |
std::array< double, 2 > | x1 |
Coordinates of the end point. | |
int | region1 |
Inner region. | |
int | region2 |
Outer region. | |
std::pair< BC, double > | bc |
Applied boundary condition. | |
int | ndiv |
Number of elements. |
Definition at line 148 of file ComponentNeBem2d.hh.
std::pair<BC, double> Garfield::ComponentNeBem2d::Segment::bc |
Applied boundary condition.
Definition at line 153 of file ComponentNeBem2d.hh.
int Garfield::ComponentNeBem2d::Segment::ndiv |
Number of elements.
Definition at line 154 of file ComponentNeBem2d.hh.
int Garfield::ComponentNeBem2d::Segment::region1 |
Inner region.
Definition at line 151 of file ComponentNeBem2d.hh.
int Garfield::ComponentNeBem2d::Segment::region2 |
Outer region.
Definition at line 152 of file ComponentNeBem2d.hh.
std::array<double, 2> Garfield::ComponentNeBem2d::Segment::x0 |
Coordinates of the start point.
Definition at line 149 of file ComponentNeBem2d.hh.
std::array<double, 2> Garfield::ComponentNeBem2d::Segment::x1 |
Coordinates of the end point.
Definition at line 150 of file ComponentNeBem2d.hh.