29 #include "fastjet/AreaDefinition.hh" 35 FASTJET_BEGIN_NAMESPACE
37 string VoronoiAreaSpec::description()
const {
39 ostr <<
"Voronoi area with effective_Rfact = " << effective_Rfact() ;
46 string AreaDefinition::description()
const {
51 ostr <<
"Active area (hidden ghosts) with " ;
52 ostr << ghost_spec().description();
54 case active_area_explicit_ghosts:
55 ostr <<
"Active area (explicit ghosts) with " ;
56 ostr << ghost_spec().description();
58 case one_ghost_passive_area:
59 ostr <<
"Passive area (one ghost at a time) with " ;
60 ostr << ghost_spec().description();
63 ostr <<
"Passive area (optimal alg. based on jet.def.), where relevant with " ;
64 ostr << ghost_spec().description() ;
67 ostr << voronoi_spec().description();
70 cerr <<
"Error: unrecognized area_type in AreaDefinition::description():" 71 << area_type() << endl;