FastJet 3.0.2
|
Like ClusterSequence with computation of the passive jet area. More...
#include <fastjet/ClusterSequencePassiveArea.hh>
Public Member Functions | |
template<class L > | |
ClusterSequencePassiveArea (const std::vector< L > &pseudojets, const JetDefinition &jet_def_in, const GhostedAreaSpec &area_spec, const bool &writeout_combinations=false) | |
constructor based on JetDefinition and PassiveAreaSpec | |
virtual double | empty_area (const Selector &selector) const |
return an empty area that's appropriate to the passive area determination carried out |
Like ClusterSequence with computation of the passive jet area.
Class that behaves essentially like ClusterSequence except that it also provides access to the area of a jet (which will be a random quantity... Figure out what to do about seeds later...)
This class should not be used directly. Rather use ClusterSequenceArea with the appropriate AreaDefinition
Definition at line 53 of file ClusterSequencePassiveArea.hh.