allpix::None
No recombination.
#include <Recombination.hpp>
Inherits from allpix::RecombinationModel
Public Functions
Name | |
---|---|
virtual bool | operator()(const CarrierType & type, double doping, double survival_prob, double timestep) const override |
Additional inherited members
Public Functions inherited from allpix::RecombinationModel
Name | |
---|---|
RecombinationModel() =default | |
virtual | ~RecombinationModel() =default |
Public Functions Documentation
function operator()
inline virtual bool operator()(
const CarrierType & type,
double doping,
double survival_prob,
double timestep
) const override
Parameters:
- type Type of charge carrier (electron or hole)
- doping (Effective) doping concentration
- survival_prob Current survival probability for this charge carrier
- timestep Current time step performed for the charge carrier
Return: Recombination status, true if charge carrier has recombined, false if it still is alive
Reimplements: allpix::RecombinationModel::operator()
Function call operator to obtain recombination status (recombined/alive) for the given carrier and doping concentration
Updated on 2024-12-13 at 08:31:36 +0000