31 #ifndef __FASTJET_CLUSTERSEQUENCEPASSIVEAREA_HH__
32 #define __FASTJET_CLUSTERSEQUENCEPASSIVEAREA_HH__
35 #include "fastjet/PseudoJet.hh"
36 #include "fastjet/ClusterSequence1GhostPassiveArea.hh"
40 FASTJET_BEGIN_NAMESPACE
60 (
const std::vector<L> & pseudojets,
63 const bool & writeout_combinations =
false) ;
67 virtual double empty_area(
const Selector & selector)
const FASTJET_OVERRIDE;
73 void _initialise_and_run_PA (
const JetDefinition & jet_def_in,
75 const bool & writeout_combinations =
false);
82 template<
class L> ClusterSequencePassiveArea::ClusterSequencePassiveArea
83 (
const std::vector<L> & pseudojets,
86 const bool & writeout_combinations) {
89 _transfer_input_jets(pseudojets);
92 _initialise_and_run_PA(jet_def_in, area_spec, writeout_combinations);
Like ClusterSequence with computation of the passive jet area by adding a single ghost.
Like ClusterSequence with computation of the passive jet area.
Parameters to configure the computation of jet areas using ghosts.
class that is intended to hold a full definition of the jet clusterer
Class that encodes information about cuts and other selection criteria that can be applied to PseudoJ...