|
g4tools
5.4.0
|


Public Member Functions | |
| gauss (double a_mean=0, double a_std_dev=1) | |
| virtual | ~gauss () |
| gauss (const gauss &a_from) | |
| gauss & | operator= (const gauss &a_from) |
Public Member Functions inherited from tools::rgaussd | |
| virtual void * | cast (const std::string &a_class) const |
| virtual double | shootd () const |
| rgaussd (double a_mean=0, double a_std_dev=1) | |
| virtual | ~rgaussd () |
| rgaussd (const rgaussd &a_from) | |
| rgaussd & | operator= (const rgaussd &a_from) |
| double | shoot () const |
Public Member Functions inherited from tools::irandd | |
| virtual | ~irandd () |
Public Member Functions inherited from tools::rgauss< rtausmed, double > | |
| rgauss (rtausmed &a_flat, double a_mean=0, double a_std_dev=1) | |
| rgauss (const rgauss &a_from) | |
| virtual | ~rgauss () |
| rgauss & | operator= (const rgauss &a_from) |
| double | shoot (math_func a_sqrt, math_func a_log) const |
| rtausmed & | flat () |
| void | set_seed (unsigned int a_seed) |
| void | set (double a_mean=0, double a_std_dev=1) |
Additional Inherited Members | |
Protected Attributes inherited from tools::rgaussd | |
| rtausmed | m_flat |
Protected Attributes inherited from tools::rgauss< rtausmed, double > | |
| rtausmed & | m_flat |
| double | m_mean |
| double | m_std_dev |
|
inline |
|
inline |