FastJet 3.4.3
|
class that holds a generic area definition More...
#include <fastjet/AreaDefinition.hh>
Public Member Functions | |
AreaDefinition () | |
default constructor, which provides a ghosted active area, with sensible defaults for the ghosts. | |
AreaDefinition (AreaType type, const GhostedAreaSpec &spec) | |
constructor for an area definition based on an area type and a ghosted area specification | |
AreaDefinition (AreaType type, const VoronoiAreaSpec &spec) | |
constructor for an area definition based on an area type and a voronoi area specification (type must be voronoi_area) | |
AreaDefinition (AreaType type) | |
constructor for an area definition based on an area type and which attempts to provide sensible defaults for everything else | |
AreaDefinition (const GhostedAreaSpec &spec, AreaType type=active_area) | |
constructor for an area definition based on an ghosted area specification, and an option to select which ghosted area you want | |
AreaDefinition (const VoronoiAreaSpec &spec) | |
constructor for an area definition based on a voronoi area specification | |
std::string | description () const |
return a description of the current area definition | |
AreaType | area_type () const |
return info about the type of area being used by this defn | |
const GhostedAreaSpec & | ghost_spec () const |
return a reference to the active area spec | |
GhostedAreaSpec & | ghost_spec () |
const VoronoiAreaSpec & | voronoi_spec () const |
return a reference to the voronoi area spec | |
AreaDefinition | with_fixed_seed (const std::vector< int > &iseed) const |
return a copy of this AreaDefinition with a user-defined set of seeds | |
class that holds a generic area definition
Definition at line 82 of file AreaDefinition.hh.
|
inline |
default constructor, which provides a ghosted active area, with sensible defaults for the ghosts.
Definition at line 87 of file AreaDefinition.hh.
|
inline |
constructor for an area definition based on an area type and a ghosted area specification
Definition at line 94 of file AreaDefinition.hh.
|
inline |
constructor for an area definition based on an area type and a voronoi area specification (type must be voronoi_area)
Definition at line 102 of file AreaDefinition.hh.
|
inline |
constructor for an area definition based on an area type and which attempts to provide sensible defaults for everything else
Definition at line 110 of file AreaDefinition.hh.
|
inline |
constructor for an area definition based on an ghosted area specification, and an option to select which ghosted area you want
Definition at line 121 of file AreaDefinition.hh.
|
inline |
constructor for an area definition based on a voronoi area specification
Definition at line 129 of file AreaDefinition.hh.
string fastjet::AreaDefinition::description | ( | ) | const |
return a description of the current area definition
return info about the type of area being used by this defn
Definition at line 48 of file AreaDefinition.cc.
|
inline |
return info about the type of area being used by this defn
Definition at line 138 of file AreaDefinition.hh.
|
inline |
return a reference to the active area spec
Definition at line 141 of file AreaDefinition.hh.
|
inline |
Definition at line 142 of file AreaDefinition.hh.
|
inline |
return a reference to the voronoi area spec
Definition at line 145 of file AreaDefinition.hh.
|
inline |
return a copy of this AreaDefinition with a user-defined set of seeds
Definition at line 148 of file AreaDefinition.hh.