#include <vector>
#include <string>
#include <iostream>
#include <sstream>
#include <cassert>
#include "fastjet/internal/numconsts.hh"
Include dependency graph for DynamicNearestNeighbours.hh:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | fastjet |
Classes | |
class | fastjet::EtaPhi |
use a class instead of a pair so that phi can be sanitized and put into proper range on initialization. More... | |
class | fastjet::DnnError |
class corresponding to errors that will be thrown by Dynamic Nearest Neighbours code More... | |
class | fastjet::DynamicNearestNeighbours |
Abstract base class for quick location of nearest neighbours in a set of points, with facilities for adding and removing points from the set after initialisation. More... |