allpix::ConstantTrapping
Constant trapping rate of charge carriers.
#include <Trapping.hpp>
Inherits from allpix::TrappingModel
Public Functions
Name | |
---|---|
ConstantTrapping(double electron_lifetime, double hole_lifetime) |
Additional inherited members
Public Functions inherited from allpix::TrappingModel
Name | |
---|---|
TrappingModel() =default | |
virtual | ~TrappingModel() =default |
virtual bool | operator()(const CarrierType & type, double probability, double timestep, double ) const |
Protected Attributes inherited from allpix::TrappingModel
Name | |
---|---|
double | tau_eff_electron_ |
double | tau_eff_hole_ |
Public Functions Documentation
function ConstantTrapping
inline ConstantTrapping(
double electron_lifetime,
double hole_lifetime
)
Updated on 2024-12-13 at 08:31:36 +0000