|
Jpp test-rotations-old-533-g2bdbdb559
the software that should make you happy
|
Auxiliary class to compare fit results with respect to a reference energy. More...
#include <JEvtToolkit.hh>
Public Member Functions | |
| JShowerEnergy (double E) | |
| 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 | |
| double | energy |
Auxiliary class to compare fit results with respect to a reference energy.
The sort operation results in an ordered set of fit results with increasing difference between the reference energy and that of the fit results.
Definition at line 834 of file JReconstruction/JEvtToolkit.hh.
|
inline |
Constructor.
| E | reference energy |
Definition at line 841 of file JReconstruction/JEvtToolkit.hh.
|
inline |
Comparison of fit results.
| first | first fit |
| second | second fit |
Definition at line 853 of file JReconstruction/JEvtToolkit.hh.
|
inline |
Select best fit result.
| __begin | begin of fit results |
| __end | end of fit results |
Definition at line 866 of file JReconstruction/JEvtToolkit.hh.
|
protected |
Definition at line 872 of file JReconstruction/JEvtToolkit.hh.