Garfield++ 5.0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
#include <AvalancheMC.hh>
Public Attributes | |
int | status |
Status flag. | |
std::vector< Point > | path |
Drift line. | |
Definition at line 70 of file AvalancheMC.hh.
std::vector<Point> Garfield::AvalancheMC::EndPoint::path |
Drift line.
Definition at line 72 of file AvalancheMC.hh.
Referenced by Garfield::AvalancheMC::AddElectron(), Garfield::AvalancheMC::AddHole(), and Garfield::AvalancheMC::AddIon().
int Garfield::AvalancheMC::EndPoint::status |
Status flag.
Definition at line 71 of file AvalancheMC.hh.
Referenced by Garfield::AvalancheMC::AddElectron(), Garfield::AvalancheMC::AddHole(), and Garfield::AvalancheMC::AddIon().