#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 |
Typedefs | |
typedef JetAlgorithm | JetFinder |
make standard Les Houches nomenclature JetAlgorithm (algorithm is general recipe without the parameters) backward-compatible with old JetFinder | |
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 | JetAlgorithm { kt_algorithm = 0, cambridge_algorithm = 1, antikt_algorithm = 2, genkt_algorithm = 3, cambridge_for_passive_algorithm = 11, genkt_for_passive_algorithm = 13, 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... | |
Variables | |
const JetAlgorithm | aachen_algorithm = cambridge_algorithm |
provide other possible names for the Cambridge/Aachen algorithm? | |
const JetAlgorithm | cambridge_aachen_algorithm = cambridge_algorithm |
|
make standard Les Houches nomenclature JetAlgorithm (algorithm is general recipe without the parameters) backward-compatible with old JetFinder
Definition at line 107 of file JetDefinition.hh. |
|
the various families of jet-clustering algorithm
Definition at line 81 of file JetDefinition.hh. 00081 { 00083 kt_algorithm=0, 00086 cambridge_algorithm=1, 00090 antikt_algorithm=2, 00094 genkt_algorithm=3, 00097 cambridge_for_passive_algorithm=11, 00100 genkt_for_passive_algorithm=13, 00102 plugin_algorithm = 99 00103 };
|
|
the various recombination schemes
Definition at line 115 of file JetDefinition.hh. 00115 { 00117 E_scheme=0, 00120 pt_scheme=1, 00123 pt2_scheme=2, 00126 Et_scheme=3, 00129 Et2_scheme=4, 00132 BIpt_scheme=5, 00135 BIpt2_scheme=6, 00137 external_scheme = 99 00138 };
|
|
the various options for the algorithmic strategy to adopt in clustering events with kt and cambridge style algorithms.
Definition at line 50 of file JetDefinition.hh. 00050 { 00052 N2MinHeapTiled = -4, 00054 N2Tiled = -3, 00056 N2PoorTiled = -2, 00058 N2Plain = -1, 00060 N3Dumb = 0, 00062 Best = 1, 00064 NlnN = 2, 00066 NlnN3pi = 3, 00068 NlnN4pi = 4, 00071 NlnNCam4pi = 14, 00072 NlnNCam2pi2R = 13, 00073 NlnNCam = 12, // 2piMultD 00075 plugin_strategy = 999 00076 };
|
|
provide other possible names for the Cambridge/Aachen algorithm?
Definition at line 110 of file JetDefinition.hh. |
|
Definition at line 111 of file JetDefinition.hh. |