#include "fastjet/ClusterSequence.hh"
#include "fastjet/internal/ClosestPair2D.hh"
#include <limits>
#include <vector>
#include <cmath>
#include <iostream>
Include dependency graph for ClusterSequence_CP2DChan.cc:
Go to the source code of this file.
Namespaces | |
namespace | fastjet |
namespace | fastjet::Private |
Classes | |
class | fastjet::Private::MirrorInfo |
class for helping us deal with mirror-image particles. More... | |
Functions | |
bool | fastjet::Private::make_mirror (Coord2D &point, double Dlim) |
if there is a need for a mirror when looking for closest pairs up to distance D, then return true and turn the supplied point into its mirror copy |