#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 |
Classes | |
class | fastjet::VoronoiAreaSpec |
class for holding a "Voronoi area" specification; an area will be assigned to each particle, which is the area of the intersection of the particle's Voronoi cell with a circle of radius R*effective_Rfact. More... | |
class | fastjet::AreaDefinition |
class that holds a generic area definition More... | |
Enumerations | |
enum | fastjet::AreaType { fastjet::invalid_area = -1, fastjet::active_area = 0, fastjet::active_area_explicit_ghosts = 1, fastjet::one_ghost_passive_area = 10, fastjet::passive_area = 11, fastjet::voronoi_area = 20 } |
the different types of area that are supported More... |