Jpp  19.1.0
the software that should make you happy
Classes | Namespaces | Functions | Variables
JAlgorithm.hh File Reference

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 const struct JTRIGGER::clusterize JTRIGGER::clusterize
 
static const struct JTRIGGER::reverse_clusterize JTRIGGER::reverse_clusterize
 
static const struct JTRIGGER::clusterizeWeight JTRIGGER::clusterizeWeight
 

Detailed Description

Algorithms for hit clustering and sorting.

Author
mdejong

Definition in file JAlgorithm.hh.