Logo ROOT   6.10/09
Reference Guide
List of all members | 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 c () const
 
double m () const
 
double operator() (double x) const
 
double s () const
 

Private Attributes

double fConstant
 
double fMean
 
double fSigma
 

#include </mnt/build/workspace/root-makedoc-v610/rootspi/rdoc/src/v6-10-00-patches/math/minuit2/test/MnSim/GaussFunction.h>

Constructor & Destructor Documentation

◆ GaussFunction()

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

Definition at line 25 of file GaussFunction.h.

◆ ~GaussFunction()

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

Definition at line 28 of file GaussFunction.h.

Member Function Documentation

◆ c()

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

Definition at line 32 of file GaussFunction.h.

◆ m()

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

Definition at line 30 of file GaussFunction.h.

◆ operator()()

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

Definition at line 34 of file GaussFunction.h.

◆ s()

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

Definition at line 31 of file GaussFunction.h.

Member Data Documentation

◆ fConstant

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

Definition at line 43 of file GaussFunction.h.

◆ fMean

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

Definition at line 41 of file GaussFunction.h.

◆ fSigma

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

Definition at line 42 of file GaussFunction.h.


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