Jpp
18.2.0
the software that should make you happy
|
Algorithms for hit clustering and sorting. More...
#include <vector>
#include <algorithm>
#include <iterator>
Go to the source code of this file.
Classes | |
struct | JTRIGGER::clusterize |
Anonymous structure for clustering of hits. More... | |
struct | JTRIGGER::reverse_clusterize |
Anonymous structure for reverse clustering of hits. More... | |
struct | JTRIGGER::clusterizeWeight |
Anonymous struct for weighed clustering of hits. More... | |
Namespaces | |
JTRIGGER | |
Auxiliary classes and methods for triggering. | |
JPP | |
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Functions | |
template<class JHit_t > | |
bool | JTRIGGER::weightSorter (const JHit_t &first, const JHit_t &second) |
Compare two hits by weight. More... | |
template<class JHit_t > | |
bool | JTRIGGER::timeSorter (const JHit_t &first, const JHit_t &second) |
Compare two hits by weight. More... | |
Variables | |
static struct JTRIGGER::clusterize | JTRIGGER::clusterize |
static struct JTRIGGER::reverse_clusterize | JTRIGGER::reverse_clusterize |
static struct JTRIGGER::clusterizeWeight | JTRIGGER::clusterizeWeight |
Algorithms for hit clustering and sorting.
Definition in file JAlgorithm.hh.