30 #ifndef __FASTJET_AREADEFINITION_HH__
31 #define __FASTJET_AREADEFINITION_HH__
33 #include "fastjet/GhostedAreaSpec.hh"
35 FASTJET_BEGIN_NAMESPACE
56 _effective_Rfact(effective_Rfact_in) {};
62 std::string description()
const;
65 double _effective_Rfact;
71 active_area = 0, active_area_explicit_ghosts = 1,
72 one_ghost_passive_area = 10, passive_area = 11,
86 _area_type = active_area;
95 assert(type != voronoi_area);
101 _voronoi_spec = spec;
103 assert(type == voronoi_area);
110 if (type == voronoi_area) {
122 assert(type != voronoi_area);
128 _voronoi_spec = spec;
129 _area_type = voronoi_area;
133 std::string description()
const;
152 FASTJET_END_NAMESPACE
155 #endif // __FASTJET_AREADEFINITION_HH__