![]() |
ROOT
6.06/09
Reference Guide
|
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 |
Definition at line 25 of file GaussFunction.h.
|
inline |
Definition at line 28 of file GaussFunction.h.
|
inline |
Definition at line 32 of file GaussFunction.h.
Referenced by operator()().
|
inline |
Definition at line 30 of file GaussFunction.h.
Referenced by operator()().
Definition at line 34 of file GaussFunction.h.
|
inline |
Definition at line 31 of file GaussFunction.h.
Referenced by operator()().
|
private |
Definition at line 43 of file GaussFunction.h.
Referenced by c().
|
private |
Definition at line 41 of file GaussFunction.h.
Referenced by m().
|
private |
Definition at line 42 of file GaussFunction.h.
Referenced by s().