|
Jpp
18.4.0
the software that should make you happy
|
#include <JEvtToolkit.hh>
Public Member Functions | |
| JShowerEnergy (double E) | |
| 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 | |
| double | energy |
Definition at line 663 of file JReconstruction/JEvtToolkit.hh.
|
inline |
Constructor.
| E | reference energy |
Definition at line 670 of file JReconstruction/JEvtToolkit.hh.
|
inline |
Comparison of fit results.
| first | first fit |
| second | second fit |
Definition at line 682 of file JReconstruction/JEvtToolkit.hh.
Select best fit result.
| __begin | begin of fit results |
| __end | end of fit results |
Definition at line 695 of file JReconstruction/JEvtToolkit.hh.
|
protected |
Definition at line 701 of file JReconstruction/JEvtToolkit.hh.
1.8.5