Jpp - 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
/**
4
* Comparison of fit results.
5
*
6
* \param first first fit
7
* \param second second fit
8
* \return true if first fit has better quality than second; else false
9
*/
10
extern
"C"
bool
qualitySorter
(
const
JRECONSTRUCTION::JFit
&
first
,
const
JRECONSTRUCTION::JFit
& second)
11
{
12
return
first.
getQ
() > second.
getQ
();
13
}
first
then echo The file $DIR KM3NeT_00000001_00000000 root already please rename or remove it first
Definition:
JDOMDAQDriver.sh:57
JFIT::JFit
Data structure for track fit results.
Definition:
JReconstruction/JEvt.hh:32
JEvt.hh
JFIT::JFit::getQ
double getQ() const
Get quality.
Definition:
JReconstruction/JEvt.hh:152
qualitySorter
bool qualitySorter(const JRECONSTRUCTION::JFit &first, const JRECONSTRUCTION::JFit &second)
Comparison of fit results.
Definition:
quality_sorter.cc:10
Generated by
1.8.5