Jpp  pmt_effective_area_update
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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.

Namespaces

 JTRIGGER
 Auxiliary classes and method 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

struct {
   std::vector< int >   JTRIGGER::count
 
JTRIGGER::clusterize
 Anonymous structure for clustering of hits. More...
 
struct {
   std::vector< int >   JTRIGGER::count
 
JTRIGGER::reverse_clusterize
 Anonymous structure for reverse clustering of hits. More...
 
struct {
   std::vector< double >   JTRIGGER::weight
 
JTRIGGER::clusterizeWeight
 Anonymous struct for weighed clustering of hits. More...
 

Detailed Description

Algorithms for hit clustering and sorting.

Author
mdejong

Definition in file JAlgorithm.hh.