|
Jpp 20.0.0-rc.9-29-gccc23c492-D
the software that should make you happy
|
Regressor function object for JPoint4D fit using JSimplex minimiser. More...
#include <JPoint4DRegressor.hh>
Public Types | |
| typedef JSimplex< JPoint4D > | minimiser_type |
| typedef JRegressor< JPoint4D, JSimplex > | regressor_type |
| typedef minimiser_type::result_type | result_type |
Public Member Functions | |
| JRegressor (double sigma) | |
| Constructor. | |
| template<class JHit_t > | |
| double | operator() (const JPoint4D &vx, const JHit_t &hit) const |
| result_type | operator() (const JPoint4D &value, T __begin, T __end) |
| Global fit. | |
Public Attributes | |
| JLANG::JSharedPointer< JMEstimator > | estimator |
| M-Estimator function | |
| double | sigma |
| Time resolution [ns]. | |
Regressor function object for JPoint4D fit using JSimplex minimiser.
Definition at line 30 of file JPoint4DRegressor.hh.
|
inherited |
Definition at line 80 of file JRegressor.hh.
|
inherited |
Definition at line 81 of file JRegressor.hh.
|
inherited |
Definition at line 82 of file JRegressor.hh.
|
inline |
Constructor.
Definition at line 38 of file JPoint4DRegressor.hh.
|
inline |
Definition at line 52 of file JPoint4DRegressor.hh.
|
inlineinherited |
Global fit.
| value | start value |
| __begin | begin of data set |
| __end | end of data set |
Definition at line 94 of file JRegressor.hh.
| JLANG::JSharedPointer<JMEstimator> JFIT::JRegressor< JPoint4D, JSimplex >::estimator |
M-Estimator function
Definition at line 63 of file JPoint4DRegressor.hh.
| double JFIT::JRegressor< JPoint4D, JSimplex >::sigma |
Time resolution [ns].
Definition at line 64 of file JPoint4DRegressor.hh.