ROOT  6.06/09
Reference Guide
Public Member Functions | Private Attributes | List of all members
ROOT::Minuit2::GaussFunction Class Reference

Definition at line 21 of file GaussFunction.h.

Public Member Functions

 GaussFunction (double mean, double sig, double constant)
 
 ~GaussFunction ()
 
double m () const
 
double s () const
 
double c () const
 
double operator() (double x) const
 

Private Attributes

double fMean
 
double fSigma
 
double fConstant
 

#include </mnt/vdb/lsf/workspace/root-makedoc-v606/rootspi/rdoc/src/v6-06-00-patches/math/minuit2/test/MnSim/GaussFunction.h>

Constructor & Destructor Documentation

ROOT::Minuit2::GaussFunction::GaussFunction ( double  mean,
double  sig,
double  constant 
)
inline

Definition at line 25 of file GaussFunction.h.

ROOT::Minuit2::GaussFunction::~GaussFunction ( )
inline

Definition at line 28 of file GaussFunction.h.

Member Function Documentation

double ROOT::Minuit2::GaussFunction::c ( ) const
inline

Definition at line 32 of file GaussFunction.h.

Referenced by operator()().

double ROOT::Minuit2::GaussFunction::m ( ) const
inline

Definition at line 30 of file GaussFunction.h.

Referenced by operator()().

double ROOT::Minuit2::GaussFunction::operator() ( double  x) const
inline

Definition at line 34 of file GaussFunction.h.

double ROOT::Minuit2::GaussFunction::s ( ) const
inline

Definition at line 31 of file GaussFunction.h.

Referenced by operator()().

Member Data Documentation

double ROOT::Minuit2::GaussFunction::fConstant
private

Definition at line 43 of file GaussFunction.h.

Referenced by c().

double ROOT::Minuit2::GaussFunction::fMean
private

Definition at line 41 of file GaussFunction.h.

Referenced by m().

double ROOT::Minuit2::GaussFunction::fSigma
private

Definition at line 42 of file GaussFunction.h.

Referenced by s().


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