|
Jpp 20.0.0-195-g190c9e876
the software that should make you happy
|
Auxiliary class to compare fit results with respect to a reference 4D-position. More...
#include <JEvtToolkit.hh>
Public Member Functions | |
| JPoint (JPoint4D point) | |
| Constructor. | |
| JPoint (const JFit &fit) | |
| Constructor. | |
| bool | operator() (const JFit &first, const JFit &second) const |
| Comparison of fit results. | |
| template<class T > | |
| T | operator() (T __begin, T __end) const |
| Select best fit result. | |
Protected Attributes | |
| JPoint4D | point |
Auxiliary class to compare fit results with respect to a reference 4D-position.
The sort operation results in an ordered set of fit results with increasing distance between the reference position and that of the fit results.
Definition at line 797 of file JReconstruction/JEvtToolkit.hh.
|
inline |
Constructor.
| point | reference position |
Definition at line 804 of file JReconstruction/JEvtToolkit.hh.
|
inline |
Constructor.
| fit | fit |
Definition at line 814 of file JReconstruction/JEvtToolkit.hh.
Comparison of fit results.
| first | first fit |
| second | second fit |
Definition at line 826 of file JReconstruction/JEvtToolkit.hh.
|
inline |
Select best fit result.
| __begin | begin of fit results |
| __end | end of fit results |
Definition at line 839 of file JReconstruction/JEvtToolkit.hh.
|
protected |
Definition at line 845 of file JReconstruction/JEvtToolkit.hh.