Jpp
15.0.0
the software that should make you happy
|
Auxiliary class to compare fit results with respect to a reference position (e.g. true muon). More...
#include <JEvtToolkit.hh>
Public Member Functions | |
JPosition (JVector3D pos) | |
Constructor. More... | |
bool | operator() (const JFit &first, const JFit &second) const |
Comparison of fit results. More... | |
template<class T > | |
T | operator() (T __begin, T __end) const |
Select best fit result. More... | |
Protected Attributes | |
JVector3D | pos |
Auxiliary class to compare fit results with respect to a reference position (e.g. true muon).
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 620 of file JReconstruction/JEvtToolkit.hh.
|
inline |
Constructor.
pos | reference position |
Definition at line 627 of file JReconstruction/JEvtToolkit.hh.
|
inline |
Comparison of fit results.
first | first fit |
second | second fit |
Definition at line 639 of file JReconstruction/JEvtToolkit.hh.
Select best fit result.
__begin | begin of fit results |
__end | end of fit results |
Definition at line 652 of file JReconstruction/JEvtToolkit.hh.
|
protected |
Definition at line 658 of file JReconstruction/JEvtToolkit.hh.