#include <JPoint4DRegressor.hh>
Definition at line 67 of file JPoint4DRegressor.hh.
◆ minimiser_type
◆ regressor_type
◆ result_type
◆ JRegressor()
◆ operator()() [1/2]
Definition at line 89 of file JPoint4DRegressor.hh.
90 {
92
93 const double dt = hit.getT() - vx.getT(hit.getPosition());
94
95 const double u = dt /
sigma;
98
99 JVector3D d = hit.getPosition() - vx.getPosition();
100
101 double weight = getIndexOfRefraction() * getInverseSpeedOfLight()/(d.getLength() *
sigma);
102
103 result.gradient = hit.getW() *
JPoint4D( d * weight,
105 result.gradient.mul(0.5 *
estimator->getPsi(u));
106
107 return result;
108 }
Data structure for vertex fit.
minimiser_type::result_type result_type
JLANG::JSharedPointer< JMEstimator > estimator
M-Estimator function.
◆ operator()() [2/2]
Global fit.
- Parameters
-
| value | start value |
| __begin | begin of data set |
| __end | end of data set |
- Returns
- chi2
Definition at line 94 of file JRegressor.hh.
◆ estimator
◆ sigma
The documentation for this struct was generated from the following file: