|  | Garfield 0.3
    Toolkit for the detailed simulation of particle detectors based on ionization measurement in gases and semiconductors | 
#include <AvalancheMicroscopic.hh>
| Public Attributes | |
| int | status = 0 | 
| Status. | |
| std::vector< Point > | path | 
| Drift line. | |
| size_t | weight = 1 | 
| Multiplicity. | |
| double | pathLength = 0. | 
| Path length. | |
Definition at line 181 of file AvalancheMicroscopic.hh.
| std::vector<Point> Garfield::AvalancheMicroscopic::Electron::path | 
Drift line.
Definition at line 183 of file AvalancheMicroscopic.hh.
| double Garfield::AvalancheMicroscopic::Electron::pathLength = 0. | 
Path length.
Definition at line 185 of file AvalancheMicroscopic.hh.
| int Garfield::AvalancheMicroscopic::Electron::status = 0 | 
Status.
Definition at line 182 of file AvalancheMicroscopic.hh.
| size_t Garfield::AvalancheMicroscopic::Electron::weight = 1 | 
Multiplicity.
Definition at line 184 of file AvalancheMicroscopic.hh.