#include <ChargeInducer.h>
Public Member Functions | |
UniformPolya (float _qbar, float _theta) | |
~UniformPolya () | |
virtual float | getCharge (SimDigitalGeomCellId *cellID) |
![]() | |
ChargeInducer () | |
virtual | ~ChargeInducer () |
void | setSeed (unsigned int value) |
Protected Attributes | |
std::gamma_distribution< float > | gammadist |
![]() | |
std::mt19937 | generator |
Definition at line 32 of file ChargeInducer.h.
UniformPolya::UniformPolya | ( | float | _qbar, |
float | _theta | ||
) |
Definition at line 25 of file ChargeInducer.cc.
UniformPolya::~UniformPolya | ( | ) |
Definition at line 31 of file ChargeInducer.cc.
|
virtual |
Implements ChargeInducer.
Reimplemented in AsicPolya.
Definition at line 34 of file ChargeInducer.cc.
|
protected |
Definition at line 42 of file ChargeInducer.h.