Jpp
pmt_effective_area_update_2
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.
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... | |
Algorithms for hit clustering and sorting.
Definition in file JAlgorithm.hh.