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

In This Package:

Rndm::Landau Class Reference

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

#include <RndmGenerators.h>

Inheritance diagram for Rndm::Landau:

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

Public Member Functions

 Landau (double m, double s)
 Standard Constructor.
virtual ~Landau ()
 Standard Destructor.
double mean () const
 Access mean value of the distribution.
double sigma () const
 Access width 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 and Gamma parameter of the Breit-Wigner distribution.
double m_sigma
const InterfaceID m_type
 Type of the generator.

Friends

class Generator< Landau >

Detailed Description

Parameters for the Landau distributed random number generation.

Definition at line 114 of file RndmGenerators.h.


Constructor & Destructor Documentation

Rndm::Landau::Landau ( double  m,
double  s 
) [inline]

Standard Constructor.

Definition at line 121 of file RndmGenerators.h.

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

Standard Destructor.

Definition at line 124 of file RndmGenerators.h.

00124 { }


Member Function Documentation

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

Access mean value of the distribution.

Definition at line 126 of file RndmGenerators.h.

00126 { return m_mean;                }

double Rndm::Landau::sigma (  )  const [inline]

Access width of the distribution.

Definition at line 128 of file RndmGenerators.h.

00128 { return m_sigma;               }

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

Identifier for factory.

Definition at line 130 of file RndmGenerators.h.

00130 { return IID_IRndmLandau;       }

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

Clone parameters.

Implements IRndmGen::Param.

Definition at line 132 of file RndmGenerators.h.

00132                                             {
00133       return new Landau(m_mean, m_sigma);
00134     }

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< Landau > [friend]

Definition at line 115 of file RndmGenerators.h.


Member Data Documentation

double Rndm::Landau::m_mean [protected]

Mean and Gamma parameter of the Breit-Wigner distribution.

Definition at line 118 of file RndmGenerators.h.

double Rndm::Landau::m_sigma [protected]

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