#include <cassert>#include "fastjet/internal/numconsts.hh"#include "fastjet/PseudoJet.hh"#include <string>#include <memory>Include dependency graph for JetDefinition.hh:

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

Go to the source code of this file.
Namespaces | |
| namespace | fastjet |
Enumerations | |
| enum | Strategy { N2MinHeapTiled = -4, N2Tiled = -3, N2PoorTiled = -2, N2Plain = -1, N3Dumb = 0, Best = 1, NlnN = 2, NlnN3pi = 3, NlnN4pi = 4, NlnNCam4pi = 14, NlnNCam2pi2R = 13, NlnNCam = 12, plugin_strategy = 999 } |
| the various options for the algorithmic strategy to adopt in clustering events with kt and cambridge style algorithms. More... | |
| enum | JetFinder { kt_algorithm = 0, cambridge_algorithm = 1, plugin_algorithm = 99 } |
| the various families of jet-clustering algorithm More... | |
| enum | RecombinationScheme { E_scheme = 0, pt_scheme = 1, pt2_scheme = 2, Et_scheme = 3, Et2_scheme = 4, BIpt_scheme = 5, BIpt2_scheme = 6, external_scheme = 99 } |
| the various recombination schemes More... | |
|
|
the various families of jet-clustering algorithm
Definition at line 76 of file JetDefinition.hh. 00076 {
00078 kt_algorithm=0,
00081 cambridge_algorithm=1,
00083 plugin_algorithm = 99
00084 };
|
|
|
the various recombination schemes
Definition at line 89 of file JetDefinition.hh. 00089 {
00091 E_scheme=0,
00094 pt_scheme=1,
00097 pt2_scheme=2,
00100 Et_scheme=3,
00103 Et2_scheme=4,
00106 BIpt_scheme=5,
00109 BIpt2_scheme=6,
00111 external_scheme = 99
00112 };
|
|
|
the various options for the algorithmic strategy to adopt in clustering events with kt and cambridge style algorithms.
Definition at line 45 of file JetDefinition.hh. 00045 {
00047 N2MinHeapTiled = -4,
00049 N2Tiled = -3,
00051 N2PoorTiled = -2,
00053 N2Plain = -1,
00055 N3Dumb = 0,
00057 Best = 1,
00059 NlnN = 2,
00061 NlnN3pi = 3,
00063 NlnN4pi = 4,
00066 NlnNCam4pi = 14,
00067 NlnNCam2pi2R = 13,
00068 NlnNCam = 12, // 2piMultD
00070 plugin_strategy = 999
00071 };
|
1.4.2