#include <cassert>#include "fastjet/internal/numconsts.hh"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 } |
| 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 } |
| the various families of jet-clustering algorithm More... | |
|
|
the various families of jet-clustering algorithm
Definition at line 71 of file JetDefinition.hh. 00071 {
00073 kt_algorithm=0,
00076 cambridge_algorithm=1
00077 };
|
|
|
the various options for the algorithmic strategy to adopt in clustering events with kt and cambridge style algorithms.
Definition at line 42 of file JetDefinition.hh. 00042 {
00044 N2MinHeapTiled = -4,
00046 N2Tiled = -3,
00048 N2PoorTiled = -2,
00050 N2Plain = -1,
00052 N3Dumb = 0,
00054 Best = 1,
00056 NlnN = 2,
00058 NlnN3pi = 3,
00060 NlnN4pi = 4,
00063 NlnNCam4pi = 14,
00064 NlnNCam2pi2R = 13,
00065 NlnNCam = 12 // 2piMultD
00066 };
|
1.4.2