|
Garfield++ 3.0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
#include <HeedCondElectron.h>
Public Member Functions | |
| HeedCondElectron ()=default | |
| Default constructor. | |
| HeedCondElectron (const point &fpt, const double ftime) | |
| Constructor. | |
| HeedCondElectron (const double fx, const double fy, const double fz, const double ftime) | |
| Constructor. | |
| void | print (std::ostream &file, int l) const |
Public Attributes | |
| double | x = 0. |
| X coordinate (in the local system). | |
| double | y = 0. |
| Y coordinate (in the local system). | |
| double | z = 0. |
| Z coordinate (in the local system). | |
| double | time = 0. |
| 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 to a conduction electron at the end of its path. In this case the ion may be located somewhere else. To reduce the computer expenses, the position of a conduction electron is determined only in the local coordinate system ("deepest" volume).
2003, I. Smirnov
Definition at line 18 of file HeedCondElectron.h.
|
default |
Default constructor.
|
inline |
Constructor.
Definition at line 32 of file HeedCondElectron.h.
|
inline |
| void Heed::HeedCondElectron::print | ( | std::ostream & | file, |
| int | l | ||
| ) | const |
Definition at line 7 of file HeedCondElectron.cpp.
| double Heed::HeedCondElectron::time = 0. |
Time.
Definition at line 27 of file HeedCondElectron.h.
| double Heed::HeedCondElectron::x = 0. |
X coordinate (in the local system).
Definition at line 21 of file HeedCondElectron.h.
Referenced by print().
| double Heed::HeedCondElectron::y = 0. |
Y coordinate (in the local system).
Definition at line 23 of file HeedCondElectron.h.
Referenced by print().
| double Heed::HeedCondElectron::z = 0. |
Z coordinate (in the local system).
Definition at line 25 of file HeedCondElectron.h.
Referenced by print().