Jpp
18.3.0-209-g56ce19a
the software that should make you happy
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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
}
first
then echo The file $DIR KM3NeT_00000001_00000000 root already please rename or remove it first
Definition:
JDOMDAQDriver.sh:57
qualitySorter
bool qualitySorter(const JFit &first, const JFit &second)
Comparison of fit results.
Definition:
quality_sorter.cc:12
JEvt.hh
JRECONSTRUCTION::JFit
JFIT::JFit JFit
Definition:
JReconstruction/JEvt.hh:466
Generated by
1.8.5