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

In This Package:

Rndm::Exponential Class Reference

Parameters for the Gauss random number generation. More...

#include <RndmGenerators.h>

Inheritance diagram for Rndm::Exponential:

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

Public Member Functions

 Exponential (double m)
 Standard Constructor.
virtual ~Exponential ()
 Standard Destructor.
double mean () const
 Access mean value of the distribution.
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_mean
 Mean value of the exponential distribution.
const InterfaceID m_type
 Type of the generator.

Detailed Description

Parameters for the Gauss random number generation.

Definition at line 49 of file RndmGenerators.h.


Constructor & Destructor Documentation

Rndm::Exponential::Exponential ( double  m  )  [inline]

Standard Constructor.

Definition at line 55 of file RndmGenerators.h.

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

Standard Destructor.

Definition at line 58 of file RndmGenerators.h.

00058 {  }


Member Function Documentation

double Rndm::Exponential::mean (  )  const [inline]

Access mean value of the distribution.

Definition at line 60 of file RndmGenerators.h.

00060 { return m_mean; }

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

Identifier for factory.

Definition at line 62 of file RndmGenerators.h.

00062 { return IID_IRndmExponential; }

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

Clone parameters.

Implements IRndmGen::Param.

Definition at line 64 of file RndmGenerators.h.

00064 { return new Exponential(m_mean); }

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     }


Member Data Documentation

double Rndm::Exponential::m_mean [protected]

Mean value of the exponential distribution.

Definition at line 52 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