Jpp  17.3.0-rc.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 struct JTRIGGER::clusterize JTRIGGER::clusterize
 
static struct
JTRIGGER::reverse_clusterize 
JTRIGGER::reverse_clusterize
 
static struct
JTRIGGER::clusterizeWeight 
JTRIGGER::clusterizeWeight
 

Detailed Description

Algorithms for hit clustering and sorting.

Author
mdejong

Definition in file JAlgorithm.hh.