fastjet 2.4.3
|
#include "fastjet/ClusterSequence.hh"
#include "fastjet/internal/ClosestPair2D.hh"
#include <limits>
#include <vector>
#include <cmath>
#include <iostream>
Go to the source code of this file.
Classes | |
class | Private::MirrorInfo |
class for helping us deal with mirror-image particles. More... | |
Namespaces | |
namespace | Private |
Functions | |
bool | 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 |