Jpp 20.0.0-27-g39925593c-D
the software that should make you happy
Loading...
Searching...
No Matches
Functions
quality_sorter.cc File Reference
#include "JReconstruction/JEvt.hh"

Go to the source code of this file.

Functions

bool qualitySorter (const JFit &first, const JFit &second)
 Comparison of fit results.
 

Function Documentation

◆ qualitySorter()

bool qualitySorter ( const JFit & first,
const JFit & second )

Comparison of fit results.

Parameters
firstfirst fit
secondsecond fit
Returns
true if first fit has better quality than second; else false

Definition at line 12 of file quality_sorter.cc.

13{
14 return first.getQ() > second.getQ();
15}