Gaudi Framework, version v23r7

Home   Generated: Wed Mar 20 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | Protected Attributes | Friends | List of all members
Rndm::Landau Class Reference

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

#include <RndmGenerators.h>

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

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.
 
- 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 and Gamma parameter of the Breit-Wigner distribution.
 
double m_sigma
 
- Protected Attributes inherited from IRndmGen::Param
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 115 of file RndmGenerators.h.

Constructor & Destructor Documentation

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

Standard Constructor.

Definition at line 122 of file RndmGenerators.h.

virtual Rndm::Landau::~Landau ( )
inlinevirtual

Standard Destructor.

Definition at line 125 of file RndmGenerators.h.

{ }

Member Function Documentation

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

Clone parameters.

Implements IRndmGen::Param.

Definition at line 133 of file RndmGenerators.h.

{
return new Landau(m_mean, m_sigma);
}
double Rndm::Landau::mean ( ) const
inline

Access mean value of the distribution.

Definition at line 127 of file RndmGenerators.h.

{ return m_mean; }
double Rndm::Landau::sigma ( ) const
inline

Access width of the distribution.

Definition at line 129 of file RndmGenerators.h.

{ return m_sigma; }
static const InterfaceID& Rndm::Landau::typeID ( )
inlinestatic

Identifier for factory.

Definition at line 131 of file RndmGenerators.h.

{ return IID_IRndmLandau; }

Friends And Related Function Documentation

friend class Generator< Landau >
friend

Definition at line 116 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 119 of file RndmGenerators.h.

double Rndm::Landau::m_sigma
protected

Definition at line 119 of file RndmGenerators.h.


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

Generated at Wed Mar 20 2013 17:59:52 for Gaudi Framework, version v23r7 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004