Gaudi Framework, version v23r9

Home   Generated: Thu Jul 18 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::Chi2 Class Reference

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

#include <RndmGenerators.h>

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

Public Member Functions

 Chi2 (long n_dof)
 Standard Constructor.
 
virtual ~Chi2 ()
 Standard Destructor.
 
long nDOF () 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

long m_nDOF
 Number of degrees of freedom.
 
- Protected Attributes inherited from IRndmGen::Param
const InterfaceID m_type
 Type of the generator.
 

Friends

class Generator< Chi2 >
 

Detailed Description

Parameters for the Chi2 distributed random number generation.

Definition at line 70 of file RndmGenerators.h.

Constructor & Destructor Documentation

Rndm::Chi2::Chi2 ( long  n_dof)
inline

Standard Constructor.

Definition at line 77 of file RndmGenerators.h.

virtual Rndm::Chi2::~Chi2 ( )
inlinevirtual

Standard Destructor.

Definition at line 79 of file RndmGenerators.h.

{ }

Member Function Documentation

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

Clone parameters.

Implements IRndmGen::Param.

Definition at line 85 of file RndmGenerators.h.

{ return new Chi2(m_nDOF); }
long Rndm::Chi2::nDOF ( ) const
inline

Access mean value of the distribution.

Definition at line 81 of file RndmGenerators.h.

{ return m_nDOF; }
static const InterfaceID& Rndm::Chi2::typeID ( )
inlinestatic

Identifier for factory.

Definition at line 83 of file RndmGenerators.h.

{ return IID_IRndmChi2; }

Friends And Related Function Documentation

friend class Generator< Chi2 >
friend

Definition at line 71 of file RndmGenerators.h.

Member Data Documentation

long Rndm::Chi2::m_nDOF
protected

Number of degrees of freedom.

Definition at line 74 of file RndmGenerators.h.


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

Generated at Thu Jul 18 2013 12:18:16 for Gaudi Framework, version v23r9 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004