#include <ChargeInducer.h>
Public Member Functions | |
| UniformPolya (float _qbar, float _theta) | |
| ~UniformPolya () | |
| virtual float | getCharge (SimDigitalGeomCellId *cellID) |
Public Member Functions inherited from ChargeInducer | |
| ChargeInducer () | |
| virtual | ~ChargeInducer () |
| void | setSeed (unsigned int value) |
Protected Attributes | |
| std::gamma_distribution< float > | gammadist |
Protected Attributes inherited from ChargeInducer | |
| 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.