g4tools  5.4.0
Public Member Functions | List of all members
tools::random::bw Class Reference
Inheritance diagram for tools::random::bw:
Inheritance graph
[legend]
Collaboration diagram for tools::random::bw:
Collaboration graph
[legend]

Public Member Functions

 bw (double a_mean=0, double a_gamma=1)
 
virtual ~bw ()
 
 bw (const bw &a_from)
 
bwoperator= (const bw &a_from)
 
- Public Member Functions inherited from tools::rbwd
virtual void * cast (const std::string &a_class) const
 
virtual double shootd () const
 
 rbwd (double a_mean=0, double a_gamma=1)
 
virtual ~rbwd ()
 
 rbwd (const rbwd &a_from)
 
rbwdoperator= (const rbwd &a_from)
 
double shoot () const
 
- Public Member Functions inherited from tools::irandd
virtual ~irandd ()
 
- Public Member Functions inherited from tools::rbw< rtausmed, double >
 rbw (rtausmed &a_flat, double a_mean=0, double a_gamma=1)
 
 rbw (const rbw &a_from)
 
virtual ~rbw ()
 
rbwoperator= (const rbw &a_from)
 
double shoot (const double &a_half_pi, double(*a_tan)(double)) const
 
rtausmedflat ()
 
void set_seed (unsigned int a_seed)
 

Additional Inherited Members

- Protected Attributes inherited from tools::rbwd
rtausmed m_flat
 
- Protected Attributes inherited from tools::rbw< rtausmed, double >
rtausmedm_flat
 
double m_mean
 
double m_gamma
 

Detailed Description

Definition at line 24 of file random.

Constructor & Destructor Documentation

◆ bw() [1/2]

tools::random::bw::bw ( double  a_mean = 0,
double  a_gamma = 1 
)
inline

Definition at line 27 of file random.

27 :parent(a_mean,a_gamma){}

◆ ~bw()

virtual tools::random::bw::~bw ( )
inlinevirtual

Definition at line 28 of file random.

28 {}

◆ bw() [2/2]

tools::random::bw::bw ( const bw a_from)
inline

Definition at line 30 of file random.

30 :parent(a_from){}

Member Function Documentation

◆ operator=()

bw& tools::random::bw::operator= ( const bw a_from)
inline

Definition at line 31 of file random.

31 {parent::operator=(a_from);return *this;}

The documentation for this class was generated from the following file:
tools::rbwd::operator=
rbwd & operator=(const rbwd &a_from)
Definition: randd:161