AreaDefinition.hh File Reference

#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.

Classes

class  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  AreaDefinition
 class that holds a generic area definition More...

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...

Enumeration Type Documentation

enum AreaType

the different types of area that are supported

Enumerator:
invalid_area 
active_area 
active_area_explicit_ghosts 
one_ghost_passive_area 
passive_area 
voronoi_area 

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};


Generated on 26 Feb 2010 for fastjet by  doxygen 1.6.1