The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
Rndm::StudentT Class Reference

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

#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/RndmGenerators.h>

Inheritance diagram for Rndm::StudentT:
Collaboration diagram for Rndm::StudentT:

Public Member Functions

 StudentT (double a)
 Standard Constructor.
 
double aValue () const
 Access A parameter.
 
StudentTclone () const override
 Clone parameters.
 
- Public Member Functions inherited from IRndmGen::Param
 Param (const InterfaceID &type=IID_IRndmFlat)
 Standard constructor.
 
virtual ~Param ()=default
 Standard Destructor.
 
virtual const InterfaceIDtype () const
 Parameter's type.
 

Static Public Member Functions

static const InterfaceIDtypeID ()
 Identifier for factory.
 

Protected Attributes

double m_aValue
 StudentT distribution parameter.
 
- Protected Attributes inherited from IRndmGen::Param
const InterfaceID m_type
 Type of the generator.
 

Friends

class Generator< StudentT >
 

Detailed Description

Parameters for the StudentT distributed random number generation.

Definition at line 159 of file RndmGenerators.h.

Constructor & Destructor Documentation

◆ StudentT()

Rndm::StudentT::StudentT ( double a)
inline

Standard Constructor.

Definition at line 168 of file RndmGenerators.h.

168: IRndmGen::Param( IID_IRndmStudentT ), m_aValue( a ) {}
double m_aValue
StudentT distribution parameter.

Member Function Documentation

◆ aValue()

double Rndm::StudentT::aValue ( ) const
inline

Access A parameter.

Definition at line 170 of file RndmGenerators.h.

170{ return m_aValue; }

◆ clone()

StudentT * Rndm::StudentT::clone ( ) const
inlineoverridevirtual

Clone parameters.

Implements IRndmGen::Param.

Definition at line 174 of file RndmGenerators.h.

174{ return new StudentT( m_aValue ); }
StudentT(double a)
Standard Constructor.

◆ typeID()

static const InterfaceID & Rndm::StudentT::typeID ( )
inlinestatic

Identifier for factory.

Definition at line 172 of file RndmGenerators.h.

172{ return IID_IRndmStudentT; }

Friends And Related Symbol Documentation

◆ Generator< StudentT >

friend class Generator< StudentT >
friend

Definition at line 154 of file RndmGenerators.h.

Member Data Documentation

◆ m_aValue

double Rndm::StudentT::m_aValue
protected

StudentT distribution parameter.

Definition at line 164 of file RndmGenerators.h.


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