Logo ROOT   6.08/07
Reference Guide
List of all members | Public Member Functions | Private Attributes | List of all members
ROOT::Minuit2::GaussRandomGen Class Reference

Definition at line 21 of file GaussRandomGen.h.

Public Member Functions

 GaussRandomGen ()
 
 GaussRandomGen (double mean, double sigma)
 
 ~GaussRandomGen ()
 
double Mean () const
 
double operator() () const
 
double Sigma () const
 

Private Attributes

double fMean
 
double fSigma
 

#include </mnt/build/workspace/root-makedoc-v608/rootspi/rdoc/src/v6-08-00-patches/math/minuit2/test/MnSim/GaussRandomGen.h>

Constructor & Destructor Documentation

◆ GaussRandomGen() [1/2]

ROOT::Minuit2::GaussRandomGen::GaussRandomGen ( )
inline

Definition at line 25 of file GaussRandomGen.h.

◆ GaussRandomGen() [2/2]

ROOT::Minuit2::GaussRandomGen::GaussRandomGen ( double  mean,
double  sigma 
)
inline

Definition at line 27 of file GaussRandomGen.h.

◆ ~GaussRandomGen()

ROOT::Minuit2::GaussRandomGen::~GaussRandomGen ( )
inline

Definition at line 29 of file GaussRandomGen.h.

Member Function Documentation

◆ Mean()

double ROOT::Minuit2::GaussRandomGen::Mean ( ) const
inline

Definition at line 31 of file GaussRandomGen.h.

◆ operator()()

double ROOT::Minuit2::GaussRandomGen::operator() ( ) const
inline

Definition at line 35 of file GaussRandomGen.h.

◆ Sigma()

double ROOT::Minuit2::GaussRandomGen::Sigma ( ) const
inline

Definition at line 33 of file GaussRandomGen.h.

Member Data Documentation

◆ fMean

double ROOT::Minuit2::GaussRandomGen::fMean
private

Definition at line 50 of file GaussRandomGen.h.

◆ fSigma

double ROOT::Minuit2::GaussRandomGen::fSigma
private

Definition at line 51 of file GaussRandomGen.h.


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