Garfield++ v2r0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
#include <PairProd.h>
Public Member Functions | |
PairProd () | |
PairProd (const std::string &file_name, double fwa, double ffactorFano=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. | |
virtual void | print (std::ostream &file, int l) const |
Public Member Functions inherited from Heed::RegPassivePtr | |
RegPassivePtr (void) | |
RegPassivePtr (char fs_ban_del, char fs_ban_sub, char fs_ban_cop=0) | |
RegPassivePtr (const RegPassivePtr &f) | |
RegPassivePtr & | operator= (const RegPassivePtr &f) |
CountPP_ns::CountPassivePtr * | book (void) const |
void | clear_pointers (void) const |
virtual RegPassivePtr * | copy () const |
virtual | ~RegPassivePtr () |
virtual void | print (std::ostream &file, int l=1) const |
void | set_s_ban_del (char fs_ban_del) |
char | get_s_ban_del (void) const |
void | set_s_ban_sub (char fs_ban_sub) |
char | get_s_ban_sub (void) const |
void | set_s_ban_cop (char fs_ban_cop) |
char | get_s_ban_cop (void) const |
void | set_s_allow_del_at_zero_count (char fs_allow_del_at_zero_count) |
char | get_s_allow_del_at_zero_count (void) const |
long | get_total_number_of_references (void) const |
Additional Inherited Members | |
Static Public Member Functions inherited from Heed::RegPassivePtr | |
static void | set_s_ban_del_ignore (char fs_ban_del_ignore) |
static char | get_s_ban_del_ignore (void) |
static void | set_s_print_adr_cpp (char fs_print_adr_cpp) |
static char | get_s_print_adr_cpp (void) |
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 17 of file PairProd.h.
|
inline |
Definition at line 19 of file PairProd.h.
Heed::PairProd::PairProd | ( | const std::string & | file_name, |
double | fwa, | ||
double | ffactorFano = 0.19 |
||
) |
Definition at line 14 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.
|
virtual |
Reimplemented from Heed::RegPassivePtr.
Definition at line 71 of file PairProd.cpp.