Garfield++ 4.0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
#include <PairProd.h>
Public Member Functions | |
PairProd ()=default | |
PairProd (const std::string &file_name, double fw, double ffano=0.19) | |
double | get_eloss () const |
Calculate energy loss (in eV). | |
double | get_eloss (const double ecur) const |
Calculate energy loss (in eV) assuming V = wa / 2. | |
void | print (std::ostream &file, int l) const |
Production of electron-ion pairs by delta-electrons. All energies are assumed in eV. But it seems that it is not strict requirement. If to change this in file "file_name" and in interface, the energies could be in any units.
2003, I. Smirnov
Definition at line 16 of file PairProd.h.
|
default |
Heed::PairProd::PairProd | ( | const std::string & | file_name, |
double | fw, | ||
double | ffano = 0.19 |
||
) |
Definition at line 16 of file PairProd.cpp.
double Heed::PairProd::get_eloss | ( | ) | const |
double Heed::PairProd::get_eloss | ( | const double | ecur | ) | const |
Calculate energy loss (in eV) assuming V = wa / 2.
Definition at line 59 of file PairProd.cpp.
void Heed::PairProd::print | ( | std::ostream & | file, |
int | l | ||
) | const |
Definition at line 71 of file PairProd.cpp.