| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

Rndm::Gamma Class Reference

Parameters for the Gamma distributed random number generation. More...

#include <RndmGenerators.h>

Inheritance diagram for Rndm::Gamma:

[legend]
Collaboration diagram for Rndm::Gamma:
[legend]
List of all members.

Public Member Functions

 Gamma (double k, double l)
 Standard Constructor.
virtual ~Gamma ()
 Standard Destructor.
double kValue () const
 Access K parameter.
double lambda () const
 Access Lambda parameter.
virtual IRndmGen::Paramclone () const
 Clone parameters.
virtual const InterfaceIDtype () const
 Parameter's type.

Static Public Member Functions

static const InterfaceIDtypeID ()
 Identifier for factory.

Protected Attributes

double m_kValue
 k Value
double m_lambda
 Lambda parameter.
const InterfaceID m_type
 Type of the generator.

Friends

class Generator< Gamma >

Detailed Description

Parameters for the Gamma distributed random number generation.

Definition at line 190 of file RndmGenerators.h.


Constructor & Destructor Documentation

Rndm::Gamma::Gamma ( double  k,
double  l 
) [inline]

Standard Constructor.

Definition at line 199 of file RndmGenerators.h.

virtual Rndm::Gamma::~Gamma (  )  [inline, virtual]

Standard Destructor.

Definition at line 202 of file RndmGenerators.h.

00202 {  }


Member Function Documentation

double Rndm::Gamma::kValue (  )  const [inline]

Access K parameter.

Definition at line 204 of file RndmGenerators.h.

00204 { return m_kValue;              }

double Rndm::Gamma::lambda (  )  const [inline]

Access Lambda parameter.

Definition at line 206 of file RndmGenerators.h.

00206 { return m_lambda;              }

static const InterfaceID& Rndm::Gamma::typeID (  )  [inline, static]

Identifier for factory.

Definition at line 208 of file RndmGenerators.h.

00208 { return IID_IRndmGamma;        }

virtual IRndmGen::Param* Rndm::Gamma::clone (  )  const [inline, virtual]

Clone parameters.

Implements IRndmGen::Param.

Definition at line 210 of file RndmGenerators.h.

00210                                             {
00211       return new Gamma(m_kValue, m_lambda);
00212     }

virtual const InterfaceID& IRndmGen::Param::type (  )  const [inline, virtual, inherited]

Parameter's type.

Definition at line 52 of file IRndmGen.h.

00052                                               {
00053       return m_type;
00054     }


Friends And Related Function Documentation

friend class Generator< Gamma > [friend]

Definition at line 191 of file RndmGenerators.h.


Member Data Documentation

double Rndm::Gamma::m_kValue [protected]

k Value

Definition at line 194 of file RndmGenerators.h.

double Rndm::Gamma::m_lambda [protected]

Lambda parameter.

Definition at line 196 of file RndmGenerators.h.

const InterfaceID IRndmGen::Param::m_type [protected, inherited]

Type of the generator.

Definition at line 43 of file IRndmGen.h.


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 19:57:20 2011 for GaudiKernel by doxygen 1.4.7