#include "fastjet/GhostedAreaSpec.hh"
Include dependency graph for AreaDefinition.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 | AreaType { invalid_area = -1, active_area = 0, active_area_explicit_ghosts = 1, one_ghost_passive_area = 10, passive_area = 11, voronoi_area = 20 } |
the different types of area that are supported More... |
|
the different types of area that are supported
Definition at line 68 of file AreaDefinition.hh. 00068 {invalid_area = -1, 00069 active_area = 0, active_area_explicit_ghosts = 1, 00070 one_ghost_passive_area = 10, passive_area = 11, 00071 voronoi_area=20};
|