Garfield++ 5.0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
#include <AvalancheMicroscopic.hh>
Public Attributes | |
int | status = 0 |
Status. | |
std::vector< Point > | path |
Drift line. | |
double | pathLength = 0. |
Path length. | |
Definition at line 156 of file AvalancheMicroscopic.hh.
std::vector<Point> Garfield::AvalancheMicroscopic::Electron::path |
Drift line.
Definition at line 158 of file AvalancheMicroscopic.hh.
Referenced by Garfield::AvalancheMicroscopic::AddElectron().
double Garfield::AvalancheMicroscopic::Electron::pathLength = 0. |
Path length.
Definition at line 159 of file AvalancheMicroscopic.hh.
int Garfield::AvalancheMicroscopic::Electron::status = 0 |
Status.
Definition at line 157 of file AvalancheMicroscopic.hh.
Referenced by Garfield::AvalancheMicroscopic::AddElectron().