Jpp
18.3.1
the software that should make you happy
|
Gauss model. More...
#include <JGauss.hh>
Public Member Functions | |
JGauss_t () | |
Default constructor. More... | |
JGauss_t (const double mean, const double sigma, const double signal, const double background) | |
Constructor. More... | |
bool | equals (const JGauss_t &gauss, const double eps=std::numeric_limits< double >::min()) const |
Equality. More... | |
JGauss_t & | add (const JGauss_t &gauss) |
Add gauss. More... | |
JGauss_t & | sub (const JGauss_t &gauss) |
Subtract gauss. More... | |
JGauss_t & | mul (const double factor) |
Scale gauss. More... | |
JGauss_t & | mul (const JNullType &object) |
Multiply with object. More... | |
Public Attributes | |
double | mean |
double | sigma |
double | signal |
double | background |
Friends | |
std::istream & | operator>> (std::istream &in, JGauss_t &gauss) |
Write Gauss to input stream. More... | |
std::ostream & | operator<< (std::ostream &out, const JGauss_t &gauss) |
Write Gauss to output stream. More... | |
|
inline |
|
inline |
|
inline |
|
inlineinherited |
|
friend |
Write Gauss to input stream.
in | input stream |
gauss | gauss |
Definition at line 138 of file JGauss.hh.
|
friend |