Jpp  18.3.0-209-g56ce19a
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
quality_sorter.cc
Go to the documentation of this file.
2 
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 }
then echo The file $DIR KM3NeT_00000001_00000000 root already please rename or remove it first
bool qualitySorter(const JFit &first, const JFit &second)
Comparison of fit results.