Jpp
20.0.0-27-g39925593c-D
the software that should make you happy
Loading...
Searching...
No Matches
software
JReconstruction
quality_sorter.cc
Go to the documentation of this file.
1
#include "
JReconstruction/JEvt.hh
"
2
3
using
JRECONSTRUCTION::JFit
;
4
5
/**
6
* Comparison of fit results.
7
*
8
* \param first first fit
9
* \param second second fit
10
* \return true if first fit has better quality than second; else false
11
*/
12
extern
"C"
bool
qualitySorter
(
const
JFit& first,
const
JFit& second)
13
{
14
return
first.getQ() > second.getQ();
15
}
JEvt.hh
JFIT::JFit
Data structure for track fit results with history and optional associated values.
Definition
JReconstruction/JEvt.hh:37
qualitySorter
bool qualitySorter(const JFit &first, const JFit &second)
Comparison of fit results.
Definition
quality_sorter.cc:12
Generated by
1.10.0