ROOT  6.06/08
Reference Guide
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 Sigma () const
 
double operator() () const
 

Private Attributes

double fMean
 
double fSigma
 

#include </builddir/build/BUILD/root-6.06.08/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.

Referenced by operator()().

§ 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.

Referenced by operator()().

Member Data Documentation

§ fMean

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

Definition at line 50 of file GaussRandomGen.h.

Referenced by Mean().

§ fSigma

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

Definition at line 51 of file GaussRandomGen.h.

Referenced by Sigma().


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