#include "fastjet/ClusterSequence.hh"
Include dependency graph for FjClusterSequence.hh:
This graph shows which files directly or indirectly include this file:
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 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.
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 |
const FjStrategy N2Plain = fastjet::N2Plain |
const FjStrategy N2PoorTiled = fastjet::N2PoorTiled |
const FjStrategy N2Tiled = fastjet::N2Tiled |
const FjStrategy N3Dumb = fastjet::N3Dumb |
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 |
const FjStrategy NlnN4pi = fastjet::NlnN4pi |
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.