Garfield++ v2r0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
#include <HeedCondElectron.h>
Public Member Functions | |
HeedCondElectron () | |
HeedCondElectron (const point &fptloc, const double ftime) | |
Constructor. | |
void | print (std::ostream &file, int l) const |
Public Attributes | |
point | ptloc |
Position (in the local system). | |
double | time |
Time. | |
Conduction electrons deposited in the sensitive medium. Usually these are electron-ion pairs created by the delta-electron. In addition, the delta-electron is itself converted in conduction electron at the end of its route. In this case the ion may be located somewhere else. To reduce the computer expenses, the position of conduction electron is determined only in the local coordinate system ("deepest" volume).
2003, I. Smirnov
Definition at line 18 of file HeedCondElectron.h.
|
inline |
Definition at line 24 of file HeedCondElectron.h.
|
inline |
void Heed::HeedCondElectron::print | ( | std::ostream & | file, |
int | l | ||
) | const |
Definition at line 7 of file HeedCondElectron.cpp.
point Heed::HeedCondElectron::ptloc |
Position (in the local system).
Definition at line 21 of file HeedCondElectron.h.
Referenced by print().
double Heed::HeedCondElectron::time |
Time.
Definition at line 23 of file HeedCondElectron.h.