FjClusterSequence.hh File Reference

#include "fastjet/ClusterSequence.hh"

Include dependency graph for FjClusterSequence.hh:

fastjet/ClusterSequence.hhfastjet/internal/DynamicNearestNeighbours.hhfastjet/PseudoJet.hhfastjet/Error.hhfastjet/JetDefinition.hhfastjet/internal/numconsts.hhfastjet/internal/base.hh

This graph shows which files directly or indirectly include this file:

example/fastjet_example_v1_interface.cc

Go to the source code of this file.

Typedefs

typedef fastjet::ClusterSequence FjClusterSequence
 typedef which provides backwards compatibility for user programs based on the v1 interface
typedef fastjet::Strategy FjStrategy
 typedef which provides backwards compatibility for user programs based on the v1 interface

Variables

const FjStrategy N2MinHeapTiled = fastjet::N2MinHeapTiled
 experimental ...
const FjStrategy N2Tiled = fastjet::N2Tiled
 fastest from about 50..10^4
const FjStrategy N2PoorTiled = fastjet::N2PoorTiled
 legacy
const FjStrategy N2Plain = fastjet::N2Plain
 fastest below 50
const FjStrategy N3Dumb = fastjet::N3Dumb
 worse even than the usual N^3 algorithms
const FjStrategy Best = fastjet::Best
 automatic selection of the best (based on N)
const FjStrategy NlnN = fastjet::NlnN
 best of the NlnN variants -- best overall for N>10^4
const FjStrategy NlnN3pi = fastjet::NlnN3pi
 legacy N ln N using 3pi coverage of cylinder
const FjStrategy NlnN4pi = fastjet::NlnN4pi
 legacy N ln N using 4pi coverage of cylinder
const FjStrategy NlnNCam4pi = fastjet::NlnNCam4pi
 Chan's closest pair method (in a variant with 4pi coverage), for use exclusively with the Cambridge algorithm.
const FjStrategy NlnNCam2pi2R = fastjet::NlnNCam2pi2R
const FjStrategy NlnNCam = fastjet::NlnNCam


Typedef Documentation

typedef fastjet::ClusterSequence FjClusterSequence

typedef which provides backwards compatibility for user programs based on the v1 interface

Definition at line 47 of file FjClusterSequence.hh.

typedef fastjet::Strategy FjStrategy

typedef which provides backwards compatibility for user programs based on the v1 interface

Definition at line 51 of file FjClusterSequence.hh.


Variable Documentation

const FjStrategy Best = fastjet::Best

automatic selection of the best (based on N)

Definition at line 69 of file FjClusterSequence.hh.

Referenced by main().

const FjStrategy N2MinHeapTiled = fastjet::N2MinHeapTiled

experimental ...

Definition at line 59 of file FjClusterSequence.hh.

const FjStrategy N2Plain = fastjet::N2Plain

fastest below 50

Definition at line 65 of file FjClusterSequence.hh.

const FjStrategy N2PoorTiled = fastjet::N2PoorTiled

legacy

Definition at line 63 of file FjClusterSequence.hh.

const FjStrategy N2Tiled = fastjet::N2Tiled

fastest from about 50..10^4

Definition at line 61 of file FjClusterSequence.hh.

const FjStrategy N3Dumb = fastjet::N3Dumb

worse even than the usual N^3 algorithms

Definition at line 67 of file FjClusterSequence.hh.

const FjStrategy NlnN = fastjet::NlnN

best of the NlnN variants -- best overall for N>10^4

Definition at line 71 of file FjClusterSequence.hh.

const FjStrategy NlnN3pi = fastjet::NlnN3pi

legacy N ln N using 3pi coverage of cylinder

Definition at line 73 of file FjClusterSequence.hh.

const FjStrategy NlnN4pi = fastjet::NlnN4pi

legacy N ln N using 4pi coverage of cylinder

Definition at line 75 of file FjClusterSequence.hh.

const FjStrategy NlnNCam = fastjet::NlnNCam

Definition at line 80 of file FjClusterSequence.hh.

const FjStrategy NlnNCam2pi2R = fastjet::NlnNCam2pi2R

Definition at line 79 of file FjClusterSequence.hh.

const FjStrategy NlnNCam4pi = fastjet::NlnNCam4pi

Chan's closest pair method (in a variant with 4pi coverage), for use exclusively with the Cambridge algorithm.

Definition at line 78 of file FjClusterSequence.hh.


Generated on Thu Jan 3 19:04:53 2008 for fastjet by  doxygen 1.5.2