Gaudi Framework, version v25r0

Home   Generated: Mon Feb 17 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
Rndm::Exponential Class Reference

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

#include <RndmGenerators.h>

Inheritance diagram for Rndm::Exponential:
Inheritance graph
[legend]
Collaboration diagram for Rndm::Exponential:
Collaboration graph
[legend]

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.
 
- Public Member Functions inherited from IRndmGen::Param
 Param (const InterfaceID &type=IID_IRndmFlat)
 Standard constructor.
 
virtual ~Param ()
 Standard Destructor.
 
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.
 
- Protected Attributes inherited from IRndmGen::Param
const InterfaceID m_type
 Type of the generator.
 

Detailed Description

Parameters for the Gauss random number generation.

Definition at line 50 of file RndmGenerators.h.

Constructor & Destructor Documentation

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

Standard Constructor.

Definition at line 56 of file RndmGenerators.h.

virtual Rndm::Exponential::~Exponential ( )
inlinevirtual

Standard Destructor.

Definition at line 59 of file RndmGenerators.h.

{ }

Member Function Documentation

virtual IRndmGen::Param* Rndm::Exponential::clone ( ) const
inlinevirtual

Clone parameters.

Implements IRndmGen::Param.

Definition at line 65 of file RndmGenerators.h.

{ return new Exponential(m_mean); }
double Rndm::Exponential::mean ( ) const
inline

Access mean value of the distribution.

Definition at line 61 of file RndmGenerators.h.

{ return m_mean; }
static const InterfaceID& Rndm::Exponential::typeID ( )
inlinestatic

Identifier for factory.

Definition at line 63 of file RndmGenerators.h.

Member Data Documentation

double Rndm::Exponential::m_mean
protected

Mean value of the exponential distribution.

Definition at line 53 of file RndmGenerators.h.


The documentation for this class was generated from the following file:

Generated at Mon Feb 17 2014 14:38:22 for Gaudi Framework, version v25r0 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004