|
Jpp
17.2.1-pre0
the software that should make you happy
|
Custom probability density function of time-of-arrival. More...
#include <JHit.hh>
Public Types | |
| typedef double JGauss::* | parameter_type |
| Type definition of fit parameter. More... | |
Public Member Functions | |
| JPDFGauss () | |
| Default constructor. More... | |
| JPDFGauss (const double t1_s, const double sigma_s, const double signal=1.0, const double background=0.0) | |
| Constructor. More... | |
| double | getValue () const |
| Get expectation value of time-of-arrival. More... | |
| double | getWeight () const |
| Get weight. More... | |
| double | getValue (const double x) const |
| Function value. More... | |
| double | getDerivative (const double x) const |
| Derivative value. More... | |
| double | operator() (const double x) const |
| Function value. More... | |
| JGauss_t | getGradient (const double x) const |
| Get gradient. 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 |
Custom probability density function of time-of-arrival.
Definition at line 35 of file JAcoustics/JHit.hh.
|
inherited |
|
inline |
Default constructor.
Definition at line 43 of file JAcoustics/JHit.hh.
|
inline |
Constructor.
| t1_s | time-of-arrival [s] |
| sigma_s | resolution [s] |
| signal | signal |
| background | background probability [0,1> |
Definition at line 56 of file JAcoustics/JHit.hh.
|
inline |
Get expectation value of time-of-arrival.
Definition at line 69 of file JAcoustics/JHit.hh.
|
inline |
|
inlineinherited |
Function value.
| x | abscissa value |
Definition at line 222 of file JGauss.hh.
|
inlineinherited |
Derivative value.
| x | abscissa value |
Definition at line 236 of file JGauss.hh.
|
inlineinherited |
Function value.
| x | abscissa value |
Definition at line 250 of file JGauss.hh.
|
inlineinherited |
Get gradient.
| x | abscissa value |
Definition at line 262 of file JGauss.hh.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
1.8.5